Occasionally, I like to write static methods on classes. They are useful whenever the method loosely relates to to the class – but it doesn’t involve a specific instance of the class. A go… more →
The Lanit Development Blogwrote 4 months ago: We saw earlier that binding combo box control with database is very easy. Now we are going one step … more →
wrote 5 months ago: This is the first in a series of posts on LazyLinq, a wrapper to support lazy initialization and def … more →
wrote 6 months ago: Technical Level: Beginner Problem: Soon to come…. … more →
wrote 6 months ago: Occasionally, I like to write static methods on classes. They are useful whenever the method loosely … more →
wrote 7 months ago: In LINQ to SQL, you design a model by dropping tables from your DB onto a designer surface. The mod … more →
wrote 8 months ago: Creating LINQ to SQL DataContexts in Visual Studio is as easy as dragging and dropping tables into a … more →
wrote 1 year ago: Today I did binding between TreeView.ItemsSource and collection of items to display. I … more →
wrote 1 year ago: See if you can spot the contradiction in the following two FAQs: Q: Should I create a new DataContex … more →