Skip to main content

Posts

Showing posts from December, 2012

visual studio comments

How many ways you can write comments in Visual Studio? We can do comments for internal documentation purpose. Dot net allows 3 types of comments. In previous languages(c,cpp) we learned how to write single and more then one line comments // this is example of one line comments /* this is Multi line comment  */  XML Documentation comments can write in Visual Studio using three slash {///aaaa}.This commented data or information is used by developer with the help of tool Tip at code development time. above code we explained single,multi line comments and XML Documentation.. thank you

LINQPAD

do you want learn LINQ with IDE ? yes you can work with saparate IDE for linq it support for LINQPad supports everything in C# 4.0/5.0 and Framework 4: LINQ to Objects ,SQL, Entity Framework,XML,Parallel LINQ,OData / WCF Data Services - including StackOverflow, SharePoint, and Windows DataMarket Microsoft Reactive Framework download linqpad tools for fw 3.5 and 4.0 goodbye to SQL Management Studio!