How to store custom objects in web.config ?
In this Post, I am going to discuss about web.config. Normally in our daily life, we used to have some…
In this Post, I am going to discuss about web.config. Normally in our daily life, we used to have some…
How to manage the controller’s session state? Simply we can decorate the controller class with “SessionState” attribute. [SessionState()] attribute accepts…
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
For Any ASP.NET application, monitoring performance is an important job. Performance Monitor tool having some nice features that helps us…
Machine key can be generated in IIS 7/ IIS 7.5 by following steps listed below 1. Open the IIS Manager.…
To answer this question In a single statement, you can use HttpContext.Current.Items for very short term storage. By Short term…
If you are working with Windows Phone 7, the first thing that you should have noticed is the very own…