October 2007 - Posts
No better place to learn VS 2008 than http://msdn2.microsoft.com/en-us/vstudio/bb655906.aspx Namoskar!!!
Read More...
Anonymous Type is nothing but the type which gets defined by CLR (not you). So that type is as rich as any other normal type. Probably the conventional way to find the components of an Anonymous Type through reflection would be clearer to us, static void
Read More...
This is one tool which will help you to find anything and everything for what you might scratch your head. This tool is amazing. Please go ahead and install from Download Download GuidanceExplorer build 20060926 http://www.codeplex.com/guidanceExplorer/Project/FileDownload.aspx?DownloadId=2716
Read More...
C# 3.0’s Anonymous Type is a cool feature and it allows us to create object and collection of no type. Actually the type does not exist but on the fly you can create object out of that type. Let’s say you need to create some object which will have two
Read More...
Get 1 GB storage online at http://skydrive.live.com . Microsoft launched it today. For more details please visit http://skydriveteam.spaces.live.com/default.aspx . Namoskar!!!
Read More...
There are two very important visualizers for LINQ which are not part of default installation. The visualizers are Ø ExpressionTree Visualizer Ø SqlServerQuery Visualizer Both the visualizers are available from Visual Basic Samples for Visual Studio 2008
Read More...
During the demonstration I have noticed that two major methods of DataContext has changed from Beta 1 to Beta 2. First one, is the new name for the class DataShape(). Now there is no class called DataShape() but we have DataLoadOptions(). var loadOption
Read More...
When we work with relational database and especially when with larger data we generally go for custom paging. This allows us to create superfast application. The simple logic for paged query is like, Let’s suppose you have 100 rows. Now you want to get
Read More...
Now if you type prop and hit "tab" twice, this will bring the Automatic property not the conventional property declaration. This is my new finding. Namoskar!!!
Read More...