Posts

Showing posts from January, 2012

Using Linq To XML to read XML files

Nice blog to read XML files using Linq To XML instead of using DOM Parser http://www.techrepublic.com/blog/programming-and-development/access-xml-data-using-linq-to-xml/594 another similar post http://stackoverflow.com/questions/7222862/read-xml-file-using-linq

using Dropdown list with ASp.net MVC

Unlike Asp.net MVC 1.0 and MVC 2.0 I found using Asp.net MVC 3 usage very tricky. Below Blog i found usefull in clearing lot of questions we get when using Dropdowns in Asp.net mvc 3 / Razor view engine. http://codeclimber.net.nz/archive/2009/08/10/how-to-create-a-dropdownlist-with-asp.net-mvc.aspx