It’s Friday, and as you sip your well-deserved end-of-week coffee, take a moment to celebrate the bytes and breakthroughs of a productive week. Today’s newsletter takes a page out of a seasoned developer’s playbook—think of it as a greatest hits album for .NET enthusiasts. Packed with insights that have been brewing all week, it’s your roadmap to weekend wisdom. So, before you transition from coding to couch time, scroll through to recharge your .NET knowledge bank.
Sometimes you want to have a custom 404 page – and since .NET 8 and “Blazor WebApps” the <NotFound> tag of the Router doesn’t work anymore, so let’s create a custom page for that.
Primary constructors in C# 12 simplify class and struct initialization by allowing parameters to be declared directly in the class signature. This new feature reduces boilerplate code, making object c…
C# and .NET Framework are currently one of the most popular technology stacks in the world. Developers are interested in this language for… Continue reading on .Net Programming »
The Evolution of .NET: A Journey from .NET Framework to .NET Core to Modern .NET
Custom software development empowers businesses in 2025 to boost efficiency, enhance security, personalize experiences, and future-proof operations through scalable, integrated, and AI-ready solutions…
Blazor Deep Dive: C# in the Browser & Beyond — Is It Right for You?
In a world dominated by JavaScript frameworks like React, Angular, and Vue.js, Microsoft’s Blazor stands out as a bold and refreshing take…
RAG on Video using Azure AI Content Understanding
Joe shows how this can be achieved using a single Azure AI Content Understanding API in Azure AI Foundry. Content Understanding documentation, https://aka.ms/cu-docs
10 Reasons Your .NET App Is Still at Risk in 2025 — How to Secure It
We are excited to share the launch of the next generation of the GPT-4o model series with GPT-4.1, 4.1-mini, and 4.1-nano to Microsoft Azure OpenAI Service. The post Announcing the GPT-4.1 model seri…
.NET 9 Just Changed the Game — Are You Ready to Build Faster?
One of the biggest debates in software development today is whether large language models (LLMs) will eventually make coding obsolete. With AI-assisted tools generating functional code snippets, debug…
The Hidden Cost of else in .NET (And How to Write Code Like the Pros)
Optimize your Entity Framework Core apps with proven performance tips: use AsNoTracking, prevent N+1 issues, project only needed fields, leverage caching, compiled queries, and bulk operations for fas…
Explore the latest features and enhancements in C# 14. From improved syntax to powerful new tools, discover what’s new in the 2025 update of Microsoft’s popular programming language. Perfect for devel…
Leave a Reply