Difference between Shared project and Class Library Project in Visual Studio 2015
Visual Studio 2015 introduced a new type of project template – Shared Project. In one of our previous post, we…
Visual Studio 2015 introduced a new type of project template – Shared Project. In one of our previous post, we…
Shared Project is a great way of sharing common code across multiple application We already have experienced with the Shared Project…
Debugging Lambda expression is one of the coolest feature of Visual Studio 2015 and that’s bring lot of productivity among…
In the previous post we have learned PerfTips – Easiest way to get Performance Information during Debugging in Visual Studio…
It had been always a pain point for developers to find out execution time, performance issues for different code block.…
Peek Definition improves overall developers productivity and getting things in a smart manner with in the Visual Studio IDE. This provides…
Over the past few posts we have discussed about many topics on Unit Testing in Visual Studio. We have learned,…
“Windows Simulator has detected that you have saved a Windows Credential …” error dialog is very common when you try…