Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JavaScript for .NET Developers

You're reading from   JavaScript for .NET Developers Developing for the modern web

Arrow left icon
Product type Paperback
Published in Jul 2016
Publisher Packt
ISBN-13 9781785886461
Length 390 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ovais Mehboob Ahmed Khan Ovais Mehboob Ahmed Khan
Author Profile Icon Ovais Mehboob Ahmed Khan
Ovais Mehboob Ahmed Khan
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. JavaScript for Modern Web Applications FREE CHAPTER 2. Advanced JavaScript Concepts 3. Using jQuery in ASP.NET 4. Ajax Techniques 5. Developing an ASP.NET Application Using Angular 2 and Web API 6. Exploring the WinJS Library 7. JavaScript Design Patterns 8. Node.js for ASP.NET Developers 9. Using JavaScript for Large-Scale Projects 10. Testing and Debugging JavaScript Index

Chapter 5. Developing an ASP.NET Application Using Angular 2 and Web API

In this chapter, we will develop a complete application on ASP.NET Core using MVC 6 for MVC views and Web API for web services. For the client side, we will use Angular 2, which is one of the most popular frameworks for client-side development. Angular 2 is written in TypeScript, but it provides the option to write code in JavaScript and Dart. In this chapter, we will use TypeScript because it adheres to the ECMAScript 6 standard, with a provision to generate JavaScript when you build your project in ECMAScript 3, ECMAScript 4, and ECMAScript 5 standards. TypeScript is a superset of JavaScript and most of the things are common to both; in fact, TypeScript provides some features that in JavaScript are not implemented by many browsers, except Mozilla Firefox.

This chapter focuses on the basic concepts and takes you through a sample application to learn how Angular 2 can be used with ASP.NET Core and MVC 6.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image