Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

October 2007 - Posts

Visual Studio 2008 Videos
No better place to learn VS 2008 than http://msdn2.microsoft.com/en-us/vstudio/bb655906.aspx Namoskar!!! Read More...
C# 3.0 : Anonymous Type and .NET Reflection Hand-in-Hand
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...
Pattern’s and Practices Guidance Explorer
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 : Anonymous Types
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 at Skydrive Windows Live
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...
Visual Studio 2008 : How to add Visualizer for LINQ
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...
LINQ to SQL : Change in DataContext from Beta 1 to Beta 2
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...
LINQ to SQL : Paging Data
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...
Visual Studio 2008 Automatic Property is the default snippet
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...
Page view tracker