Create a Project from Existing Code Files in Visual Studio
Did you know – You can create a project from existing code files in Visual Studio. Consider you have some…
Did you know – You can create a project from existing code files in Visual Studio. Consider you have some…
In Visual Studio, all the custom template files must be placed in a specific location so that Visual Studio recognizes,…
Disabling the Application Insights during development / debug mode could be a common requirement. Getting Started with Application Insights is very easy and it helps…
In my previous post ( Using Application Insights right from the Visual Studio 2015 ) you have seen the different…
Application Insights helps us to track applications health in real time. You can track you application availability, performance issues, users…
Communicating between Apps is one of the important factor that developers needs to take care of. This could be done…
Adding Toast Notification to an App is very common requirement. In one our previous post you have seen How to…
In the previous post we have learned PerfTips – Easiest way to get Performance Information during Debugging in Visual Studio…