Other News

Uncategorized

Javascript With Multiple Browsers in Mind

Check out the latest SQL Server show – Watson! You may have seen him on Jeopardy! – Stephen Baker joins us on the show today talking about what was learned with the project. Stephen Baker wrote the book (literally) on the Watson project and all that it entailed – do not miss this show…[Watch the Show] Javascript With Multiple Browsers […]

Community

ASP.NET MVC 3 Dependency Injection

(Brian Mains) ASP.NET MVC 3 was released recently with a wide array of new features, one of these being Dependency Injection. The MVC team added support in many areas of the framework, which is where we are going to be focusing on in this article. If you haven’t read my previous series on Dependency

Community

Indenting XML files

(Costin Boldisor) The operation of indenting XML files is pretty trivial when using the classes from the System.XML namespace. However, I often find myself trying to read canonical XML code from files. As such, a created a very simple tool that converts XML files to indented XML.