Book Image

Data Oriented Development with Angularjs

Book Image

Data Oriented Development with Angularjs

Overview of this book

Table of Contents (17 chapters)
Data-oriented Development with AngularJS
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Visual Studio and Visual Studio Express


How can one talk of editors and not talk about the de facto standard in the .NET world—Visual Studio (VS, the paid one) and its free counterpart, the Visual Studio Express. The debugging support of VS is one of the best. Before you think about how VS is useful for web development, let me point you to a few extensions such as:

The earlier free versions of VS were called VS Express editions, but now they are called the VS Community (available at https://www.visualstudio.com/en-us/products/visual-studio-community-vs). It supports coding in C++, Python, and HTML5 (along with Microsoft languages) and for Node.js and JavaScript too. So, this IDE is an excellent choice for people who're already used to VS.