
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.
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.
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.
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.
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.
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.
Demonstrates a progressive web app workflow, showing offline capabilities via service workers and cache storage, including manifest, precached resources, and offline testing with maps.
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”.