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-8" ?> <customers> <customer>...
Friday, 21 November 2008
Monday, 10 November 2008
uCertify - The fastest way to IT Certification
This is one of the best Preparation Kit for exam 70-528 I found in the market, equipped with all the tools which candidate needs.I was just thinking where I can say this needs improvement, so I went through entire test from all the different test modes, instead I discovered lot more good things, like this not only provided good explanation of the correct as well as incorrect answers but also I found...
Saturday, 1 November 2008
TwoSelect User Control, Moving Items between ListBox Controls - Part 2
As I promised in this post I am showing you how to implement TwoSelect Control, which I created in my Previous Post You can download the Complete Source with implementation from here In this post to get the Available Users and Added Users I am fetching from DataBase using LINQ to SQL, but you can...