Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular and ASP.Net Core Integration
Rating: 3.8 out of 5(17 ratings)
166 students

Angular and ASP.Net Core Integration

Tips and Tricks to Integrate Angular and ASP.Net Core
Created byDavid Donovan
Last updated 4/2019
English

What you'll learn

  • Introducing the Angular-Net Configuration Tool
  • Multiple Angular Projects in the Angular Workspace
  • Debug Vs Release Abstraction
  • Utilizing Git Hooks
  • Hooks to Create the Angular Release Build
  • Features of the Angular Release Build
  • Before Build Hook
  • Passing Parameters to the Server
  • How to integrating Angular with the ASP .Net Core framework
  • Passing WebAPI exception information back to the client
  • Opening Developer Tools Automatically
  • Setting TypeScript Breakpoints in Visual Studio
  • Multiple Angular Projects, Same Codebase
  • Performance Markers
  • Quicker Deployment using Visual Studio
  • Visual Studio File Nesting
  • Expand-Collapse TypeScript Regions

Course content

3 sections30 lectures1h 37m total length
  • Welcome2:46
  • Introduction1:25
  • Target Audience2:17
  • Introducing the Angular.Net Configuration Tool4:14
  • Demo Creating an Angular.Net Project2:37
  • Multiple Angular Projects, Same Codebase5:04

    I used the following project template when I created the Angular.Net Starter App. And this is my recommendation when creating any ASP.Net Core application with Angular.

  • At the Time this course was created0:33
  • Requirements for the Angular-Net Solution3:14
  • Features of the Angular-Net Application4:08
  • The Angular.Net Configuration Tool Demo7:55
  • Build using the Angular-Net Configuration Tool9:46

Requirements

  • Knowledge of Visual Studio
  • Experience with C#
  • Understanding of TypeScript
  • Exposure to Angular 2+

Description

There is a lot of confusion about how to integrate Angular and ASP.Net Core. A big part of the problem is a lack of resources and limited understanding of how to integrate these 2 awesome technologies, Angular on the front-end and ASP.Net Core on the back-end.

The big problem, is that the industry has always tried to simplify the solution by compartmentalizing the technologies. But knowing how to integrate technologies is the key to performance, and making an application easy to maintain. This mean you must have a good understanding of the backend technologies, the development environment, as well as the frontend technologies.

Why do you think Microsoft seems behind in the integration of Angular on the front-end? Hmm… Could it be that the newer technologies have us dropping down to the command line? Why do we need to drop down to the command line anyway? Could it be the only way to be compatible across multiple platforms? Are there Microsoft developers that like to drop down to the command line? Can I do my complete development, without dropping down to the command line? Watch this course, and I will show you how!

Who this course is for:

  • Developers who want to integrate the Angular CLI with the ASP-Net Core CLI