Persevering and Separating the pinned tabs in Visual Studio
Pinned Tabs is very useful feature in Visual Studio where you can pinned the frequently used code files and refer…
Pinned Tabs is very useful feature in Visual Studio where you can pinned the frequently used code files and refer…
Incase you checked-in a new Visual Studio solution in TFS and facing issue while opening the solution in Visual Studio…
Visual indicator is always faster and easy to recognize for any kind of status change Visual Studio provides set of…
You may find this tip very handy and useful incase you are dealing with a large solution with several projects…
You can develop app using Kinect for Windows V2.0 on Windows 10 as similar to previous version of Operating Systems. I am…
What is the difference between int.Parse() and int.TryParse() ? Or how the int.parse() is differ from int.TryParse() ? – yet…
Couple of days back I shared a post on Speedup your code navigation by Bookmarking your code in Visual Studio…
C# Script files is similar like other script files that contain a piece of C# code and can execute and…