IQueryable Vs. IEnumerable in terms of LINQ to SQL queries
Few days ago I was working on my project which is having Linq to Sql as database layer. I got…
Few days ago I was working on my project which is having Linq to Sql as database layer. I got…
IntelliTrace Navigation Bar or Navigation Gutter is used for code navigation while debugging using IntelliTrace. To know more about IntelliTrace…
Compiler directives is always a fun for any language. There are lots of talks around different blogs on compiler directives…
Sometime you may came across with this problem that, you are not able to view the solution file in Visual…
While using Scrolling in Visual Studio IDE, by default it scroll amount is fixed by number of lines. During normal…
In this post I am going to discuss about how you can get list of all active Session Variables in…
In this post I am going to show two keyword of the C# 3.0 is very helpful when playing with…
In one of my previous post I have talked about How to get list of all active HttpModules in ASP.NET?…