“Not able to view the solution file in Visual Studio” – Hide and Show solution file in Visual Studio
Sometime you may came across with this problem that, you are not able to view the solution file in Visual…
Sometime you may came across with this problem that, you are not able to view the solution file in Visual…
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default…
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
IntelliTrace is a new feature of Visual Studio 2010 Ultimate Edition. By default, IntelliTrace is enabled. During debugging in Visual…
This tips talked about resolution of one very common problem that many developer might encounter during Windows server App Fabric…
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…
In Visual Studio Code editor you can set the Word wrap option which will automatically adjust long line of code…