Angular 5 and ASP.NET Core

, Software Pundits
This post was originally published on this site

Toptal

I’ve been thinking about writing a blog post since the first version of Angular practically killed Microsoft on the client side. Technologies like ASP.Net, Web Forms, and MVC Razor have become obsolete, replaced by a JavaScript framework that’s not exactly Microsoft. However, since the second version of Angular, Microsoft and Google have been working together to create Angular 2, and this is when my two favorite technologies started working together.

In this blog, I want to help people create the best architecture combining these two worlds. Are you ready? Here we go!

About the architecture

You will build an Angular 5 client that consumes a RESTful Web API Core 2 service.

The client side:

Angular 5 Angular CLI Angular Material

The server side:

.NET C# Web API Core 2 Injection dependencies JWT authentication Entity framework code first SQL Server

Note

In this blog post we are assuming the reader already

To read the full article click on the 'post' link at the top.