Posts

Showing posts from February, 2017

Getting toolkit for developing C# applications.

Getting Visual Studio Community Edition At very first you need to know what is Visual Studio?? Visual Studio is an IDE (Integrated Development Environment), which is used to write the code in specific programming languages, compile it, and debug it. Visual studio supports below programming languages. Visual C# Visual Basic Visual C++ Visual F# Visual J# etc..... Where to get Visual Studio You can get Visual Studio Community version from Here . You Can download Visual Studio Community edition for free from above given link. Currently Visual Studio 2017 is the latest version of the Visual Studio. I will recommend to download the latest version from the site.  Getting Microsoft SQL Server Express Microsoft SQL Server is an database server. It is available for free from Here . There two editions of SQL Server available for free (Developer Edition and Express Edition), I will prefer Express edition which is enough for .NET application development. Once these tools are downloaded you can ins