Data Schema Comparison in Visual Studio 2010
Visual Studio 2010 has some inbuilt functionality as a tool to compare the different schemas .Schema comparison is a…
Visual Studio 2010 has some inbuilt functionality as a tool to compare the different schemas .Schema comparison is a…
This Tips explains how we can enable code coverage in Visual Studio for specific assembly during unit test run. Enabling…
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.…
This tips talked about resolution of one very common problem that many developer might encounter during Windows server App Fabric…
In one of the previous tips we have discussed about how we can upload documents in share point 2010 using…
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…