Compiler directive #Pragma reference
Compiler directives is always a fun for any language. There are lots of talks around different blogs on compiler directives…
Compiler directives is always a fun for any language. There are lots of talks around different blogs on compiler directives…
In this post I am going to show two keyword of the C# 3.0 is very helpful when playing with…
Well, knowing internal structure of an ASP.NET event system can always be an element of fun and interests. Recently I…
We most the time run into the issue where we need to release a patch which requires a change in…
In this tip I am going to discuss how you can use Session with in your custom HTTPHandler. By default…
In this Post, I am going to discuss about web.config. Normally in our daily life, we used to have some…
To answer this question In a single statement, you can use HttpContext.Current.Items for very short term storage. By Short term…
In order to use ClientContext I need to add reference to two dll’s to my project i.e. Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client…