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
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Angular for .NET Developers

You're reading from   Learning Angular for .NET Developers Develop dynamic .NET web applications powered by Angular 4

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781785884283
Length 248 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Rajesh Gunasundaram Rajesh Gunasundaram
Author Profile Icon Rajesh Gunasundaram
Rajesh Gunasundaram
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Getting Started with Angular FREE CHAPTER 2. Angular Building Blocks - Part 1 3. Angular Building Blocks - Part 2 4. Using TypeScript with Angular 5. Creating an Angular Single-Page Application in Visual Studio 6. Creating ASP.NET Core Web API Services for Angular 7. Creating an Application Using Angular, ASP.NET MVC, and Web API in Visual Studio 8. Testing Angular Applications 9. What s New in Angular and ASP.NET Core

Introducing .NET Core 1.0


In this section, we will cover the basics of .NET Core 1.0 as a platform and the components involved in it.

The .NET Core 1.0 platform was reinvented for various reasons. The web stack of ASP.NET was pretty old and was started back in .NET Framework 1.0. ASP.NET was overweighed with a lot of old and unused code. Even the code it not used as it becomes unavoidable from loading them. The biggest one is System.Web, which is a linkage between the old ASP.NET and today's ASP.NET. MVC and Web API are trying to isolate themselves from System.Web.

Self-hosting of ASP.NET, MVC, and Web API is one of the objectives so that they can be hosted independently of the server platform. However, it was tied to the Windows platform on IIS. This becomes an issue when an application needs to be retested for any new bugs that were introduced due to the newer version of .NET when updated to servers as these depend on machine-level versions of .NET, and it is not possible to isolate the...

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