Sitemap - 2023 - .NET Weekly Newsletter

EP 44 : My Content Creation Journey: Tools, Lessons, and Challenges

EP 43 : How to write custom converters for JSON serialization in .NET

EP 42 : How to Automate Workflow Processes in .NET

EP 41 : Getting Started with Refit in .NET

EP 40 : Create and publish a NuGet package using Visual Studio

EP 39 : How to organize your dependencies in .NET

EP 38 : How to use Guard Clauses in C#

EP 37 : Multiple ways to organize Minimal APIs in .NET

.NET Resources

EP 36 : How to manage User Secrets in ASP.NET Core Web API

EP 35 : HTTP Message Handlers in ASP.NET Web API

EP 34 : Client IP safelist for ASP.NET Core

EP 33 : How can you avoid common security pitfalls in your .NET Web Application

EP 32 : Using Refit to Consume APIs in .NET Core

EP 31 : API Versioning in ASP.NET Core

EP 30: How to Use Fluent Validation in ASP.NET Core

EP 29 : Rate limiting middleware in ASP.NET Core

EP 28: Response Compression in ASP.NET Core

EP 27 : Introduction to Minimal APIs in .NET

EP 26 : 75+ Resources to boost your .NET skills

Newsletter Sponsorship Opportunities

.NET Resources

EP 25 : In Memory caching in .NET Core

EP 24 : Introduction of gRPC in .NET

EP 23 : How to use Dapper in .NET 6.0 for CRUD Operations

EP 22 : Sending Emails via MailKit and Gmail in .NET

EP 21 : Repository Design Pattern in C#

EP 20 : What is middleware and multiple ways to create middleware in .NET Core ?

EP 19 : How to check health of application in .NET Core

EP 18 : What is response caching and how to implement it in .NET Core

EP 17 : Noda Time , a better date and time API for .NET

EP 16 : How to secure your endpoints using JWT in .NET 6 ?

EP 15 : What is CORS (Cross Origin Resource Sharing ) and how to enable them in .NET Core 6.0?

EP 14 : 7 Awesome Features of C# 10

EP 13 : Introduction to Bogus - A Fake Data Generation Library

EP 12 : How to implement global exception handling in .NET Core

EP 11 : Default vs Autofac Dependency Injection Container in .NET Core 6.0

Episode 10 : Action Filters in .NET Core

Episode 9 : Play with JSON in .NET via System.Text.Json Library

Episode 8 : Magic of HTTP Client Class in C#

Episode 7 : Raw SQL Commands in EF Core

Episode 6 : Mapster in .NET Core for Mappings

Episode 5 : Single vs Split Query in Entity Framework Core

Episode 4 : Default Interface Methods in C# 8.0

Episode 3 : Schedule Jobs with Quartz.NET

Episode 2 : Tips to write better LINQ Queries

Episode 1 : Logging in ASP .NET Core With NLog

Episode 0: How to set environment variable ?

💡 Dependency Injection in .NET

💡 𝐀𝐮𝐭𝐨𝐦𝐚𝐩𝐩𝐞𝐫 𝐢𝐧 .𝐍𝐄𝐓

How to add DbContext Dependency Injection in .NET Core

How to read values from appsetting through IOptions in .NET ?