Few important tips that you should know while using ASP.NET Session
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If…
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If…
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default…
In this Post, I am going to discuss about web.config. Normally in our daily life, we used to have some…
While you want to enter some text in your Windows Phone 7 application, the first thing that you will notice…
By default ViewState is saved inside the web page. In ASP.NET using SessionPageStatePersister ViewState can be saved inside Session instead. This helps in securing the ViewState as well as reducing the size of the web page
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…
Recently launched Silverlight 5 beta having nice features of XAML binding debugging. To Start with this, as a prerequisites makes…