EF Core performance, .NET 10 and Azure AI search
Issue #223 covers .NET 10 Preview 5, EF Core performance, Docker/Kubernetes deployment, and practical AI search and logging tips.
Jasen's top three picks
- 1 C# to Angular: Your First .NET Full Stack Project Explained
medium.com
A straightforward full-stack starter for devs crossing from C# into Angular.
- 2 Table Sharding in SQL: Types, Examples, and Best Practices
c-sharpcorner.com
Good practical SQL guidance here, especially if your data model is getting lopsided.
- 3 Deploying .NET Applications with Docker and Kubernetes
medium.com
.NET 10 Preview 5 is the real anchor item for anyone tracking the platform roadmap.
Editor's note
I pulled a pretty classic mixed bag today: platform updates, data work, deployment, and a few practical coding articles. The .NET 10 Preview 5 note matters if you track upcoming runtime and SDK changes, while the EF Core performance piece is useful for anyone feeling query pain in production. I also kept the Azure AI search article in the lineup because it shows a concrete way to make app search less dumb without overcomplicating the stack.
Today's articles
C# to Angular: Your First .NET Full Stack Project Explained
medium.com
https://medium.com/@rajeshmonopoly1/c-to-angular-your-first-net-full-stack-project-explained-46f8b6f9da15
Topics: ASP.NET Core .NET Core
Read articleTable Sharding in SQL: Types, Examples, and Best Practices
c-sharpcorner.com
https://www.c-sharpcorner.com/article/table-sharding-in-sql-types-examples-and-best-practices/
Topics: SQL Server
Read articleDeploying .NET Applications with Docker and Kubernetes
medium.com
https://medium.com/simform-engineering/deploying-net-applications-with-docker-and-kubernetes-ff450b3c3b33
Topics: Docker Kubernetes
Read article.NET 10 Preview 5 is now available!
devblogs.microsoft.com
https://devblogs.microsoft.com/dotnet/dotnet-10-preview-5
Topics: .NET 10
Read article5 Practical Ways to Improve Entity Framework Performance in .NET Projects
medium.com
https://medium.com/@ridvan-ozturk/5-practical-ways-to-improve-entity-framework-performance-in-net-projects-55bcff1c284b
Topics: EF Core Performance
Read articleMicrosoft Launches Two New Copilot Experiences – Here's What’s New
c-sharpcorner.com
https://www.c-sharpcorner.com/news/microsoft-launches-two-new-copilot-experiences-heres-whats-new
Topics: GitHub Copilot OpenAI
Read articleExploring .NET 9: Coding Enhancements and Hidden Gems
medium.com
https://medium.com/@Adem_Korkmaz/exploring-net-9-coding-enhancements-and-hidden-gems-132b4c5b398e
Topics: .NET 9
Read articleMastering Logging in .NET: Correlation IDs, Serilog & Monitoring That Actually Works
itnext.io
https://itnext.io/mastering-logging-in-net-correlation-ids-serilog-monitoring-that-actually-works-3492b4eefae9
Topics: OpenTelemetry Serilog
Read article✨ The C# Naming Conventions That Make Your Code Clearer
medium.com
https://medium.com/@kittikawin_ball/the-c-naming-conventions-that-make-your-code-clearer-0ae3ba16ee6b?source=rss------dotnet-5
Topics: C#
Read articlePreventing Null Errors In Your .NET 9 Code
medium.com
https://medium.com/@Adem_Korkmaz/preventing-null-errors-in-your-net-9-code-a88a862c554e
Read articleC# Private Constructors: The Foolproof Method for Better Code
medium.com
https://medium.com/@nagarajvela/c-private-constructors-the-foolproof-method-for-better-code-ed121f92fd09
Topics: C#
Read articleWhat is Singleton Design Pattern With Real Time Example in C#
c-sharpcorner.com
https://www.c-sharpcorner.com/article/what-is-singleton-design-pattern-with-real-time-example-in-c-sharp/
Topics: C# Design Patterns
Read articlePostgres Full Text Search with EF Core 9
medium.com
https://medium.com/@vosarat1995/postgres-full-text-search-with-ef-core-9-40da6805033e
Topics: EF Core PostgreSQL
Read articleSQL vs NoSQL: Making the Right Database Choice for Your Application
c-sharpcorner.com
https://www.c-sharpcorner.com/article/sql-vs-nosql-making-the-right-database-choice-for-your-application/
Topics: MongoDB SQL Server
Read articleYour Search Bar Is Dumb. Here’s How to Make It Smarter With Azure AI + .NET in 30 Minutes
medium.com
https://medium.com/@mohsho10/your-search-bar-is-dumb-heres-how-to-make-it-smarter-with-azure-ai-net-in-30-minutes-68cb263c790a
Read articleStop Writing .NET Like It’s 2015
medium.com
https://medium.com/@riturajpokhriyal/stop-writing-net-like-its-2015-2dac68815499
Read articleSEO Strategies for Generative AI Content to Rank on Google
c-sharpcorner.com
https://www.c-sharpcorner.com/article/seo-strategies-for-generative-ai-content-to-rank-on-google/
Topics: OpenAI
Read articleImplementing Background Tasks in ASP.NET Core using Hosted Services
malshikay.medium.com
https://malshikay.medium.com/a4b9ca8d8101
Topics: ASP.NET Core .NET Core
Read articleA Simple Guide to How AI Agents Work Behind the Scenes
c-sharpcorner.com
https://www.c-sharpcorner.com/article/a-simple-guide-to-how-ai-agents-work-behind-the-scenes/
Topics: OpenAI
Read article