How to Customize On-Screen Keyboard Layout in Windows Phone 7 application ?
While you want to enter some text in your Windows Phone 7 application, the first thing that you will notice…
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…
IntelliTrace is a new feature of Visual Studio 2010 Ultimate Edition. By default, IntelliTrace is enabled. During debugging in Visual…
While running your ASP.NET application, you must have seen, it is running on Integrated Web development environment. Visual Studio 2010…
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…
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…