Angular and ASP.Net Core Integration (Udemy.com)

Tips and Tricks to Integrate Angular and ASP.Net Core

Created by: David Donovan

Produced in 2021

icon
What you will 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

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Course 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

icon
Instructor Details

placeholder

Over 20 years of experience with web technologies, enterprise systems, and web portal.
Expertise in developing web applications that look and perform like desktop applications and perform offline.
Current Experience as lead developer integrating Angular and ASP.Net Core.
Much experience in all stages of development, from design to implementation, testing to deployment
Broad understanding of total systems, hardware, software, interface components, and system integration.
Background in designing web services and web portals with the Microsoft .Net, Core and Azure Cloud Services.
Most recent concentration has been the design of single page applications using Angular, C#, ASP.Net Core, and Windows Azure

icon
More visual basic .net courses

Basic C# Clearly Explained

$11.99

Let's Code: VB.Net Exercises for Beginners

$11.99

Learn To Program Tic-Tac-Toe with C# and Visual Studio

$11.99

What's New in C# 6, C# 7 and Visual Studio 2017

$11.99

Beginners Guide To C# With Visual Studio 2017

$11.99

VB.NET Introduction

$11.99

icon
Reviews

4.5

8 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Gary Miller

Brilliant course!!!

By Stan Muller

This course has some very useful tips, and is fast pace for those who are up to speed with the latest .NET Core. However though not fair to the instructor, I feel like I should give this a higher score but there was much more that went over my head due to my lack of knowledge in some of the areas in .NET Core. I would suggest to others to first take a course on .NET Core before taking this one.

By Robert Everest

I was happy to see that someone realizes the importance of integrating server-side technologies with client-side technologies. I am a lead developer at a Microsoft shop, and most of the other developers don’t have a clue how to integrate with Angular. There is a huge paradigm shift to using Angular with ASP.Net and this course showed me how. I am recommending it to all my developers, and I am hoping to see more courses on Angular by this author.

I would however suggest more real world examples. Thanks for the ASP.Net Core Starter app. It’s awesome!

By Derrick Mosher

I am a Microsoft developer trying to stay on top of the latest technologies. As a developer, I now have more opportunities than ever, because ASP.Net Core is open source. But I haven’t been exposed to client-side technologies, such as Angular, until recently.

Thanks for this course! At first, I didn’t understand the humor in this course. But after using the concepts and recommendations in the course, I can appreciate the humor in the comments and sidebars.

Many thanks to UDEMY for hiring you.

You are right what you say about how Microsoft developers are not happy to “drop down to the command line”, and that we want to do everything from within the IDE.

Rock on!

By William Echo

I have used Visual Studio for decades, but since the release of ASP.Net Core, I was not sure how to integrate VS-2017 with Angular and other client-side technologies.

This course showed me how to separate debug from release, which really speeds up the development time. I learned how to debug Gulp files, which is not demonstrated in any other course that I have found.

Wow, Git Hooks! Really man! I didn’t know that you could use JavaScript and NodeJS for Git Hooks. I believe what you said about how “automation is the key to productivity”. Microsoft developers want to do everything from within Visual Studio, and with good reason. Other non-Microsoft developers that I work with, are used to doing things the hard way. Not me!

Donovan, you must have spent months figuring this stuff out. Please let me know when you release your next course on Angular and ASP.Net Core.

By Carl Otterman

I can’t thank you enough for this course! My team has been struggling for months trying to learn how to integrate Angular with ASP.Net Core, and especially using Visual Studio.

We were not too quick to believe that the answer is automation, using NodeJs, NPM, and Gulp. The videos on Git-Hooks and debugging Git-Hooks and Gulp tasks has been extremely helpful.

Please let me know when you release another course on Angular! We would like to see a course on Angular design patterns.

By Omar Mohammad

Getting started was not smooth. Things have changed: for example there is no longer a typescript console template in VS

By Ching Mosler

I, for one, am happy that you are targeting the advance developers. I couldn’t help noticing the review by Omar Mohammad. He must be using an earlier version of Visual Studio. If I may suggest that you qualify the viewer better. My guess is that he expected more spoon feeding. I had no problem with any part of your course and, TypeScript is available in most IDEs including VS2017.

I appreciate the approach and techniques you are demonstrating, and they are very innovative. I especially like that you are separating Debug from Release, and not bundling until Release. That is a huge time saver, and also closer to how a Microsoft developer expect to develop software. You are right. I am not willing to use the command line for any of my software development. What experienced software developer would?

I also like how that your bundling technique creates a smaller payload, separating the framework from the application is a brilliant technique. I didn’t think that was possible! However, I would like to see a bundling segment explaining how to do the same with WebPack, since that is Googles approach using the Angular-CLI.

I like your style of delivery, and I may contact you from time to time to see if you have any new Angular course.