Breaking Changes When Upgrading from EF Core 6 to 7: What You Need to Know

Entity Framework Core (EF Core) is a popular Object-Relational Mapping (ORM) framework used by .NET developers for database operations. With the release of EF Core 7, many developers are considering upgrading their projects to take advantage of the new features and improvements. However, as with any major version upgrade, there are some breaking changes that […]

Angular Tip of the Day: Using Custom Pipes in Angular

Welcome to the Angular Tip of the Day! In this series, we’ll be sharing quick tips and tricks to help you get the most out of Angular and improve your development workflow. Tip of the Day: Using Custom Pipes in Angular One of the powerful features of Angular is the ability to create and use […]

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 […]