Ah, Friday! The perfect time to shift gears, much like swapping your old sedan for a sleek sports car—fast, smooth, and ready for the weekend ahead. As seasoned .NET developers, we know that a great week of coding is akin to crafting the perfect playlist: varied, memorable, and leaving you eager for the next track. Today’s newsletter is your pit stop to refuel with insights and a few sharp turns that might just inspire your next project revelation. Buckle up, and let’s see what’s under the hood this week!
Today’s Articles
ASP.NET Core delegated OAuth Token Exchange access token management
This blog shows how to implement a delegated OAuth 2.0 Token Exchange RFC 8693 flow in ASP.NET Core, and has a focus on access token management. It looks at how the OAuth Token Exchange can be impleme…
GitHub Copilot Chat Explained: The Life of a Prompt
Ever wondered what happens behind the scenes when you chat with GitHub Copilot in VS Code? Let’s pull back the curtain and explore how this AI coding assistant processes your prompts, from local works…
How To Increase Performance of Web APIs in .NET — 11 Proven Techniques
I still remember my first time working with Docker in .NET. It felt like magic — wrapping up an entire application in a neat little… Continue reading on Write A Catalyst »
Handling Large JSON in .NET: Strategies to Enhance Performance
JSON is the backbone of data exchange in modern applications, but when dealing with large JSON objects, your .NET application can slow…
Stop Ruining Your Apps! Avoid These 10 C# Mistakes
https://singhsukhpinder.medium.com/01cd936ac9e4
I still vividly remember my first experience of having to rewrite the entire module of code because I made a simple mistake. Continue reading on Write A Catalyst »
Why .NET is Still One of the Best Frameworks for Enterprise Development
Discover why .NET remains a top choice for enterprise development. From scalability and security to cross-platform capabilities, .NET offers a robust framework for building high-performance applicatio…
Agentic AI: A Philosophical Take
Join David Barkol, Azure Architect, and Matt Soucoup, as they explore the fascinating world of Agentic AI—a framework that enables AI agents to reason, plan, and take action autonomously. Blog Post: h…
Monitoring C# Azure Functions in the Isolated Worker Model – Infrastructure & Configuration Deep Dive
Not so long ago my colleague reached out with a question “Are there any known issues with ITelemetryInitializer in Azure Functions?”. This question started a discussion about the monitoring …
In this article, we’ll explore different ways to declare and initialize objects in C#. From using the new keyword to implicit typing and object initializers, you’ll learn how to create objects efficie…
C# .NET 9: Deep Dive into the Technical Beast 🚀
https://goatreview.com/csharp-dotnet9-deepdive/
IntroductionC# .NET 9 continues to evolve, bringing significant technical improvements designed to optimize performance, simplify development, and adapt to modern architectures. Let’s dive deep into t…
Design Patterns for Scalable ASP.NET MVC Applications
Discover key design patterns like Repository, Unit of Work, Dependency Injection, Factory, Singleton, and Command to enhance the scalability, maintainability, and testability of your ASP.NET MVC appli…
Open API Documentation and Swagger alternatives in .NET 9
The Microsoft.AspNetCore.OpenApi package enables OpenAPI documentation in .NET Core APIs. It supports Swagger UI, ReDoc, and Scalar UI for enhanced API visualization, making API integration, testing, …
Debug and Release builds in C# serve different purposes. Debug mode enables detailed debugging with extra checks, while Release mode optimizes performance for deployment.
A C# 13 Tip for building Data Transfer Objects (DTOs) Using Records
C# records, introduced in C# 9 and improved in C# 13, offer immutable data models ideal for DTOs. They provide value semantics, concise syntax, automatic method generation, and enhanced data integrity…
DocumentDB is Gaining Momentum in the Open-Source Database World
In the short amount of time since we unveiled DocumentDB, our open-source document database platform powering the vCore based Azure Cosmos DB for MongoDB, and the feedback has been nothing short of ph…
Subscribe to the .NET Newsletter and never miss another awesome article.
Leave a Reply