Styling Applications with Angular Material
I’m happy to announce that my Pluralsight course Styling Applications with Angular Material is now updated to angular v10, thanks for your patience! I’m also excited to announce that this course will be a part of the learning angular path, hence the title change! Some of the major topics that we will cover include: Concepts […]
Angular Material Course on Pluralsight
I’m super excited to announce my new Pluralsight course Angular Material, here’s the course trailer: Some of the major topics that we will cover include: Concepts of material design Setting up the development environment Using the components and services Data tables This course will teach you everything from setting up a streamlined development environment to […]
Consuming SignalR for AspNet Core from Angular
SignalR for AspNetCore is announced, read all about it here, in this screencast we take a first look at how to wire it up together with Angular. Until next time, have an excellent day!
Enabling C# and .NET Core Debugging in VS Code from an Offline Environment
VS Code has quickly become a fairly popular IDE/editor and a free light weight alternative to Visual Studio. Getting up and running with editing and debugging C# code is usually as simply as installing the csharp extension from within VS Code. Great instructions can be found here. But what if your computer isn’t hooked up […]
JavaScript’s Async / Await Compared to Promises with NodeJS
In this screencast we compare the traditional way of writing non-blocking calls in JavaScript, promises, with the new async and await keywords. Let me know your thoughts on the topic! Until next time, have an excellent day!
Using ASP.NET Core to Build Single Page Applications Course on Pluralsight
I’m super excited to announce my new Pluralsight course Using ASP.NET Core to Build Single Page Applications, here’s the course trailer: Some of the major topics that we will cover include: Streamlining the Dev Experience Server-side Prerendering Creating Efficient Production Builds Continuous Integration and Deployment to Azure By the end of this course you’ll be […]