Hands-on Application Development with ASP.NET Core and Angular

Hands-on Application Development with ASP.NET Core and Angular

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 03m | 659 MB

Build a complete single page application with ASP.NET and Angular using the most impressive frameworks

Gone are the frameworks with the monolithic approach. Latest frameworks tend to be more modular. ASP.NET Core is a rewrite of ASP.NET and more advanced like Angular. This Video course is a guide for developers who have heard and became curious about the increasing popularity of Angular and ASP.NET Core but do not know how to start.

In this course, we will straight jump into the development of Single Page Application with ASP.NET Core & Angular. Step by step seeing the application being developed will give us the real development flow of single page application. We will cover the important topics of Angular like modules, components, services, and routing.

On the other hand, learning the use of ASP.NET Core will give us the freedom to be platform independent. It doesn’t matter whether it is Windows, MacOS or Linux, the application will run everywhere. We will create angular services which will help us communicate with the web services in the backend. We will also learn how to use the HTTP Client of Angular. and how we can make different HTTP calls.

We will use Web API in the backend and Entity Framework Core to generate our database automatically from our code. We will see the use of popular software named “Postman” in this course as well. How to use Angular CLI is also an important topic that will be covered.

At the end of this video course, we will be able to build a complete single page app with two of the most impressive frameworks of this time.

This video course takes a step-by-step approach, taking you through the most important technical facets of developing with these two hugely popular frameworks. It then demonstrates how to put those skills into practice.

What You Will Learn

  • Build a Single page application with ASP.NET Core and Angular 5
  • Learn how Dotnet CLI works
  • Understand ASP.NET Core and its structure
  • Understand Entity Framework Core
  • Learn how database migration works
  • Understand Angular and its project structure
  • Learn about Angular modules, components, services, routing etc.
  • Learn how Angular CLI works
  • Get a grip of Angular data-binding and presentation
Table of Contents

Getting Started
1 The Course Overview
2 Application Requirements
3 Application Design
4 Setting Up Development Environment

Preparing Data Models and Database
5 Creating the Models
6 Setting Up Entity Framework Core
7 Configuring DbContext
8 Creating Database and Seeding

Building the APIs
9 Analyzing the Services
10 Creating the APIs
11 Testing the Services

Angular Components Setup
12 Creating the Components
13 Creating Components Using Angular CLI
14 Angular Routing
15 Creating Forms

Angular Services
16 Creating Product Service
17 Creating Order Service
18 Integrating Product Service

Order Service Setup
19 Integrating Order Service
20 Viewing Order Items
21 Saving Order

Finalizing the App
22 Creating Report Component
23 Styling the UI
24 Testing the App