Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular: Compelling Demos
Rating: 3.7 out of 5(69 ratings)
6,734 students

Angular: Compelling Demos

Compelling Demos using Angular with ASP.Net Core
Created byDavid Donovan
Last updated 10/2018
English
English

What you'll learn

  • Demos of possibilities when integrating Angular with the ASP .Net Core framework

Course content

1 section7 lectures29m total length
  • Introduction1:39

    Discover how Angular integrates with ASP.NET Core through real-time data sharing, voice commands, text messaging, and a progressive web app, while exploring automatic developer tools, performance markers, and deployment improvements.

  • Real-time Data Sharing7:57

    Explore real-time data sharing with a long-polling message pump, registering and subscribing to channels, sending and receiving messages, and handling offline delivery in an Angular.Net starter app.

  • Voice Activated Commands3:51

    Explore voice activated commands in an angular.net starter app, using Chrome speech-to-text and a message pump to control mission control and space shuttle channels hands-free.

  • Opening Developer Tools Automatically1:37

    configure visual studio to automatically launch chrome with devtools at debug start, clearing the cache and capturing early performance data by setting the program path and --auto-open-devtools-for-tabs --disk-cache-dir=null.

  • Performance Markers2:52

    Use the JavaScript performance interface in Edge's performance tab to record sessions, place BEGIN REQUEST and REQUEST ENDED markers, and measure server response duration on a timeline.

  • Quicker Deployment4:43

    Create a separate deployment solution and project, exclude unnecessary wwwroot folders, and publish only the three essential files to the remote server for faster deployment.

  • Demo of a Progressive Web App7:09

    Demonstrates a progressive web app workflow, showing offline capabilities via service workers and cache storage, including manifest, precached resources, and offline testing with maps.

Requirements

  • Knowledge of Visual Studio
  • Experience with C#
  • Understanding of TypeScript
  • Exposure to Angular 2, 4, 5, or 6

Description

Hello! My name is David Donovan. Welcome to this ProMatrix video series titled, “Angular: Compelling Demos”.

This video series is all about what is possible when integrating Angular with ASP.Net Core. These videos are only meant to be demonstrations. To fully understand the technology, it is necessary to set breakpoints and step into the code.

If you would like to learn the whole subject, about how to integrate Angular with ASP.Net Core, then I suggest you scoot on over to the full blown course titled “Angular and ASP.Net Core Integration”.

I plan to demonstrate:

·         Real-time Data Sharing

·         Voice Activated Commands

·         Sending Text Messages

·         Opening Developer Tools Automatically

·         Performance Markers

·         Getting Version Numbers

·         Quicker Deployment

·         Demo of a Progressive Web App

·         How to Eliminate the Need for a Native Mobile App

You will see these awesome technologies demonstrated in this video series titled “Angular: Compelling Demos”.

Who this course is for:

  • Developers who want to be more productive creating Angular app with Visual Studio