Browse by Tags

All Tags » Microsoft .NET 2008 » LINQ (RSS)

My Crush List of 2009

These are few things which currently I am working on and some technologies which I want to learn in coming months to master these technologies I need your help, So please post some good tutorials and articles on any of the following topics, if you have...

ASP.NET MVC - Presentation in Bangalore 05-Dec-2008

Below are slides + demos of the presentation I've given on 05-Dec-2008. Feel free to re-use and take advantage of them however you want. Download the Demo Project from http://weblogs.asp.net/blogs/brijmohan/DemoPresentation/PhoneBook.zip Download...
Posted by bmdayal | with no comments

LINQ to XML and LINQ to Objects Basic Sample

In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code . First I have created a XML file which contains the Customer Details, as given below <? xml version = " 1.0 " encoding = " utf...