Did you know  – that you can get code samples from the Visual Studio itself ?

Did you know – that you can get code samples from the Visual Studio itself ?

As a beginner developer to start anything new, we always look after some sample application for references. Samples are the getting started things for all developers. While we do lot of search over internet and try to find out application, demo project and references documentation as per our need; sometime we missed or forgot about easiest option to get those samples. What about getting them through Visual Studio itself.  Yes, you can get them through, just by navigate from Helps –> SamplesThis is one of those hidden feature of Visual Studio, that is always been there  from beginning but either many of us never used it or generally forget about it.

So, just navigate to  Help –> Samples  from the main menu bar.

image

This will launch the New Project Dialog window with the list of Samples available either for C#, C++ or Java Script etc.

image

From here you can create a new solution,from the existing downloaded application and use it as reference.

In case you are searching for anything specific technology you can use the “Search Online Samples” options as show in below by using search for “Universal Windows Apps” samples.

image

Isn’t it cool and easy to get them through !!

These are actually sample from Developer Code Samples which we are getting inside the Visual Studio.

image

In general we navigate to the developer code sample site and  search for the sample application;  Hope going forward you will use this feature for searching any samples… of course, if not using it already!

Hope this helps !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

3 Comments to “Did you know – that you can get code samples from the Visual Studio itself ?”

Comments are closed.