Rob Janssen

All | Unread | Read

One LINQ Extension Method You NEED To Know For Cleaner EF Core Queries

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic EF Core is the most popular ORM among .NET developers, and rightfully so. It's common to write LINQ queries with EF Core to execute SQL queries on the database. LINQ can sometimes become verbose when you need to

Enabling/Disabling Routines in C#

In this session, I'm going to walk you through a quick demo of leveraging [Conditional] capability in C# to enable and disable blocks of code in your program seamlessly and natively. Read more about Conditional here: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.conditionalattribu

Managing .NET App Configuration With The Options Pattern In ASP.NET Core

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic In this video, we will explore the Options pattern in ASP.NET Core and how we can use it to manage our application configuration. The options pattern is very straightforward to use, and we have one of three inte

Flexible Permission Authorization In ASP.NET Core 7 | Part 1

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic Authorization is an important topic to consider in an ASP.NET Core application. Along with authentication, it's the backbone of a reliable and secure application. In this video, I'm going to show you how to impl

.NET 7 Update: List Patterns in 10 Minutes or Less

In C# 11, we now have pattern matching on Lists, and it is awesome. Let's see it in action in this 10-Minute Training video. Full Training Courses: https://IAmTimCorey.com Source Code: https://leadmagnets.app/?Resource=ListPatterns Patreon: https://www.patreon.com/IAmTimCorey Mailing List: https:/

A new wave of analyzers in .NET 8

Analyzers did become an integral part of the .NET ecosystem. Their main responsibility is to find potential code issues and warn you. Often times this comes even with potential fixes you can directly apply. And Microsoft will continue this journey with the upcoming .NET 8 release.

How To Deploy Your Application To Azure Using GitHub Actions | CI/CD Pipeline

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic In this video, I'm going to show you how you can deploy your application to Azure, in an Azure App Service instance, using GitHub Actions. We're going to implement the deployment pipeline as a GitHub Action from

Why I Use The Unit of Work Pattern With EF Core | Clean Architecture

In this video, I talk about how to implement the Unit of Work pattern with EF Core. I discuss what I think are the benefits of using the Unit of Work pattern and what could be some of the drawbacks. Do you consider the Unit of Work an anti-pattern with EF Core? I don't, but I have a good reason why.

MOSFETs Drivers and Bootstrap - Types, Logic Level and More

Get a POKIT PRO: https://shop.pokitmeter.com/discount/POK-Electronoobs 15% off code: POK-Electronoobs ??Types of MOSFETs we have. Difference between p-Mosfet and N-Mosfet. How to control a half bridge with bootstrap. Why MOSFET drivers are better. Use the IR2104 or IR2101 to control a half bridge

Building a Console App with .NET Generic Host

The .NET Generic Host is a feature which sets up some convenient patterns for an application including those for dependency injection (DI), logging, and configuration. It was originally named Web Host and intended for Web scenarios like ASP.

This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.

This list is compiled from my Pocket list.