From the course: Learning ASP.NET

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Visual Studio basics

Visual Studio basics

From the course: Learning ASP.NET

Start my 1-month free trial

Visual Studio basics

- [Speaker] To create ASP.NET applications you can use the modern tooling provided by Visual Studio. It's an Integrated Development Environment, or IDE for short. Let's look at the powerful tools and features it offers to enhance your development experience. Visual Studio supports multiple programming languages for both server and client side development. It has advanced editors for modern web technologies like HTML, CSS, and JavaScript. There's a JSON editor that makes it easy to write and validate your JSON documents and for server side languages like C# and ASP.NET you get the tools you need to go from writing and testing code to deployment. Whether you're developing in JavaScript of C#, Visual Studio offers an auto-completion feature called InteliSense. This helps you write code more quickly and accurately by offering live assistance as you're typing. And if there are issues or errors in your code, you'll spot them right away with squiggly lines. And they'll also appear in an…

Contents