Generating Class Diagram using Visual Studio 2013
Hi, Currently working on some documentation, so had to generated some class diagrams. Visual Studio 2013 provides us modelling project which can be used for generating the class diagram. Check this...
View ArticleNice article on understanding Code Map in Visual Studio
Hi, Recently had a requirement to document and show stack trace for a particular method to understand the flow No better way to do it than through code map using Visual Studio...
View ArticleKnow more about Visual Studio 2010
Hi, Check out these wonderful posts ! http://weblogs.asp.net/scottgu/archive/2009/08/25/vs-2010-and-net-4-series.aspx http://scottcate.com/tricks/ Bye..
View Article.NET Framework missing from Visual Studio 2010 new project dialog box
To resolve this issue, download and install .NET Framework 3.5 sp1. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en Or if it is...
View Article“Empty results generated: No binaries were instrumented. Make sure the tests...
Hi, I was getting the above message while analyzing the code coverage for a Unit Test case written for a Plugin using Microsoft Fakes. Followed this article...
View ArticleFixed – Visual Studio 2012 getting crashed on attaching debugger
Hi, VS 2012 was repeatedly getting crashed when attaching debugger for debugging the plugins. Tried out unsuccessfully so many things suggested over the internet, however the only thing that worked was...
View ArticleThis project references NuGet package(s) that are missing on this computer....
Hi, Got this issue today while working on a visual studio solution downloaded from web. To fix this In Visual Studio Go to à Tools à Options Hope it helps ..
View ArticleMy Favorite – Visual Studio Tips and Tricks
Sharing some of my favorites Select entire line of code Put the cursor anywhere in that line of code and without selecting anything just press ctrl + c or ctrl + x Here I have put my cursor just before...
View ArticleNew features of Visual Studio 2019 – Export / Import Visual Studio...
Within Visual Studio Installer, we now have the option to export and import the configuration settings. These configuration settings can then be shared with the team to import, which makes sure that...
View ArticleNew features of Visual Studio 2019 – New Search Experience and UI changes
Visual Studio 2019 comes with a completely revamped, context-sensitive Search experience. To change the Theme, search for keyword “Theme” and select the appropriate result. It would open the respective...
View ArticleNew features of Visual Studio 2019 – IntelliCode
IntelliCode to be very precise provides Artificial Intelligence to the code. Basically, it will provide suggestions (AI) by displaying at the top the frequently used properties, functions, etc. as...
View ArticleNew features of Visual Studio 2019 – Code Clean up, Faster Debugging,...
Earlier we covered below features Intellicode Search Experience Export / Import Configuration Settings Let us have a look at the other new features, that are now part of Visual Studio 2019 (couple of...
View ArticleGetting started with Git Repository in Visual Studio 2019
Let us go through the steps to set up a Git Repository in Visual Studio 2019. Open Visual Studio 2019 Go to Tools à Option and Set Git as source control plugin (if not set) To create a new Repository,...
View ArticlePerform basic Git operations with Visual Studio 2019
In the previous post, https://nishantrana.me/2019/10/21/getting-started-with-git-repository-in-visual-studio-2019/ we learned how to setup and get started with Git Repository in Visual Studio 2019. In...
View ArticleWorking with Git Branches in Visual Studio 2019
Continuing our previous posts, let us now see how we can work with branches within Visual Studio 2019. Branches give the option to isolate the work from the original code base, this way we could have a...
View ArticleFixed – Missing app.config (Application Configuration File) option in Visual...
While writing a console application we realized that the the option to add app.config was missing in Visual Studio 2019 We tried couple of things as suggested over the internet but to no avail....
View ArticleFixed – Feature ‘Semantic classification, Document Highlights, etc. ’ is...
Recently we were getting the below notifications in our Visual Studio 2019. The way we managed to fix it was by disabling the following option – “Use 64-bit process for code analysis“ Navigate to Tools...
View Article