As you fuel up for another Tuesday of tackling those codebases, let’s hit the gears of introspection with our .NET newsletter. Picture this: your .NET projects cruising smoothly down the highway, each bug squashed being just another stop on your road to mastery. From tantalizing APIs to those under-the-hood improvements, today’s lineup is set to arm you with the tools for a perfect road trip through the realm of .NET. Buckle up and get ready to navigate the twists and turns of tech insights, all while enjoying the ride.
Today’s Articles
Integrating an ASP.NET Core API with a Nuxt Front End: A Step-by-Step Guide
In this article, I will walk you through the process of integrating an ASP.NET Core API with a Nuxt.js front end to have a stack that provides a nice developer experience to build web applications.
Download full source code. Over the past few months, I’ve been writing posts about using various databases with .NET and in particular Entity Framework. Not it’s the turn of MySQL. I may be wrong o…
.NET and MongoDB Project Integration with React Frontend & simple MongoDB tuning methods
Find out about the new features in .NET 10 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 10 Preview 1 is now available! appeared firs…
Profiling: An Essential Technique for Every Developer
Caching is essential for optimizing application performance by lowering data retrieval latency and reducing the number of database or API calls. This blog delves into Hybrid Caching in .NET 9.0, cover…
This article explains its benefits, use cases, and implementation in C# with a real-world message-sending example using SmsMessageSender and EmailMessageSender.
Azure SQL Database is a fully managed cloud database service by Microsoft, offering high availability, scalability, security, AI-driven performance tuning, automated backups, threat protection, and se…
C#7 Discard (_): Get Rid of Unnecessary Variables!
Hello there! Once again, we are examining a feature of C#. In this article, we will examine the Discard feature, which is somewhat old and… Continue reading on Women in Technology »
Understanding MS Rules Engine — Nested Rules — Part 5
NET Aspire 9.1 is here! From enhanced dashboard capabilities like Resource Relationships and Localization Overrides to improved Docker integration and flexible console logs, this release is packed wit…
New Azure Cosmos DB Design Patterns Video Series – Learn, Implement, and Contribute!
We’re excited to introduce the Azure Cosmos DB Design Patterns video series—your go-to resource for learning how to design scalable, efficient, and cost-effective applications with Azure Cosmos DB. Bu…
Journey 1: RAG and Knowledge Retrieval Fundamentals
Mastering C# Automatically Implemented Properties: Simplify Your Code Like a Pro!
Leave a Reply