Installing Visual Studio 2012 Express Edition
Visual Studio is Microsoft’s integrated development environment (IDE) to develop Windows applications. First version was launched in 1995. Current version is Visual Studio 2012, which targets the .NET Framework 4. With Visual Studio Express tools, you can build the next great app for Windows 8, Windows Phone, and the web.
In 2005, when Microsoft released .NET Framework 2.0, it planned to release lightweight versions of Visual Studio for a lower price. It was designed for beginning developers and students. Microsoft was going to release this lightweight version for free for one year of use. It was branded Visual Studio Express Edition. The Express Edition of SQL Server soon followed. When i started programing I was using the Visual Studio Express Edition 2005. It was more than enough to start writing my first applications in C#.
Each .NET language was released as a separate IDE. And even though they don’t support some features like plug-ins, they do support other important ones, such as IntelliSense.
After one year of use, Microsoft would start charging for the Express Editions. Due to the great acceptance and popularity in the community, Microsoft kept these version free of charge, and it has since then released Express Editions for every new version of Visual Studio and SQL Server.
Go to the Microsoft Express download page and choose your favorite programming language. I picked Visual C# 2012 Express for this example. Download and run the installer. In some step the installer gives you the option to install SQL Server Express as well. Go ahead and check this checkbox if you plan to develop database applications.
In the last installation screen, you can change the installation folder. I used the default path. The installation will take a while since the components need to be downloaded from the Internet.
Click on Exit when all the components have been installed.
Once the installation is done, you’ll see the Microsoft Visual Studio 2012 Express folder in the Windows Start Menu. Depending on the language you chose, you will see the corresponding option inside this folder. In my case it’s Microsoft Visual C# 2012 Express.
If you chose to install SQL Server Express, you’ll also see a folder for it in the Start Menu. You will also see the SQL Server Agent under the Windows services.
Open Visual C# from the Start menu. You’ll see the Start Page. You can create a new project from here.
You are now ready to develop .NET applications with Visual Studio 2012 Express Edition.
Related Posts
There has been a major technological revolution in recent years, and now almost all of our sectors are driven by computers and technology.
A website is one of the most significant assets a business can have in this digital era.
Suppose you are a Java developer and want to expand your skills on learning more programming languages. The reason can be anything to take a new job, get a promotion, or do side projects.
Whether you are an absolute beginner or an experienced programmer, learning Python is one the best decisions you could make in this age of Artificial Intelligence. And the best part? It’s fairly easy to learn the language and create amazing things with it.
Most of the businesses in this modern world consider that UX design is a must-have investment for them.
.NET is a platform that gives you a platform to develop many applications that to free of cost.
Comments
comments powered by Disqus