SQL Server - Curated .NET Articles & Tutorials
Curated .NET news, articles, and tutorials about SQL Server, drawn from .NET News Daily issues.
54 curated issues
dotNetDave Says… Rushing into Coding Without Proper Planning
dotNetDave Says… Rushing into Coding Without Proper Planning. Issue #414 of .NET News Daily for Mar 18, 2026.
The best new features of C# 14, Dealing with DB Null
The best new features of C# 14, Dealing with DB Null. Issue #409 of .NET News Daily for Mar 11, 2026.
The best new features of C# 14, Dealing with DB Null
The best new features of C# 14, Dealing with DB Null. Issue #405 of .NET News Daily for Mar 5, 2026.
LINQ in EF Core Explained, .NET 10 Linux Support
LINQ in EF Core Explained, .NET 10 Linux Support. Issue #384 of .NET News Daily for Feb 4, 2026.
LINQ in EF Core Explained, .NET 10 Linux Support
LINQ in EF Core Explained, .NET 10 Linux Support. Issue #383 of .NET News Daily for Feb 3, 2026.
Is C# Still Worth Learning for .NET Development?
Is C# Still Worth Learning for .NET Development?. Issue #374 of .NET News Daily for Jan 21, 2026.
What Is a Lambda Expression (and Why C# Feels Incomplete Wit
What Is a Lambda Expression (and Why C# Feels Incomplete Wit. Issue #367 of .NET News Daily for Jan 12, 2026.
Essential .NET Maui Resources
Essential .NET Maui Resources. Issue #355 of .NET News Daily for Dec 25, 2025.
The Right Timeout Strategy for .NET
The Right Timeout Strategy for .NET. Issue #342 of .NET News Daily for Dec 8, 2025.
Understanding Inheritance in C# with Practical Examples
Understanding Inheritance in C# with Practical Examples. Issue #338 of .NET News Daily for Dec 2, 2025.
How to Make Your ASP.NET Core APIs Fast
How to Make Your ASP.NET Core APIs Fast. Issue #332 of .NET News Daily for Nov 24, 2025.
.NET Core Advanced MCQs
.NET Core Advanced MCQs. Issue #326 of .NET News Daily for Nov 14, 2025.
Difference Between ASP.NET Web Forms, MVC & .NET Core
Difference Between ASP.NET Web Forms, MVC & .NET Core. Issue #325 of .NET News Daily for Nov 13, 2025.
Clean Architecture Project Setup From Scratch (with .NET 9)
Clean Architecture Project Setup From Scratch (with .NET 9). Issue #324 of .NET News Daily for Nov 12, 2025.
Why We Should Avoid Lazy Loading in EF Core
Why We Should Avoid Lazy Loading in EF Core. Issue #320 of .NET News Daily for Nov 6, 2025.
Pooled Collections in C#, ASP.NET Core Swagger Mastery
Pooled Collections in C#, ASP.NET Core Swagger Mastery. Issue #314 of .NET News Daily for Oct 29, 2025.
The 3 “Hidden” Features in .NET 10 No One Is Talking About (
The 3 “Hidden” Features in .NET 10 No One Is Talking About (. Issue #313 of .NET News Daily for Oct 28, 2025.
Learn the Builder Pattern in C#
Learn the Builder Pattern in C#. Issue #310 of .NET News Daily for Oct 23, 2025.
How To Use Domain, Writing Future, The Power of Abstractions
How To Use Domain, Writing Future, The Power of Abstractions. Issue #309 of .NET News Daily for Oct 22, 2025.
On .NET Live, Stop Wasting Threads
On .NET Live, Stop Wasting Threads. Issue #308 of .NET News Daily for Oct 21, 2025.
Improve your .NET knowledge right now!, Next
Improve your .NET knowledge right now!, Next. Issue #296 of .NET News Daily for Oct 3, 2025.
Say Goodbye to the FontImageExtension in .NET MAUI 👋
Say Goodbye to the FontImageExtension in .NET MAUI 👋. Issue #292 of .NET News Daily for Sep 29, 2025.
How Do You Optimize Performance with LINQ Tricks?, Part 6
How Do You Optimize Performance with LINQ Tricks?, Part 6. Issue #286 of .NET News Daily for Sep 17, 2025.
Here are 5 underappreciated LINQ methods you should know
Here are 5 underappreciated LINQ methods you should know. Issue #283 of .NET News Daily for Sep 12, 2025.
Loading Data in ML.NET
Loading Data in ML.NET. Issue #280 of .NET News Daily for Sep 9, 2025.
What’s New in .NET 9
What’s New in .NET 9. Issue #270 of .NET News Daily for Aug 26, 2025.
Soft Deletes using EF Core Interceptors, .NET 9
Soft Deletes using EF Core Interceptors, .NET 9. Issue #268 of .NET News Daily for Aug 22, 2025.
From Chaos to Clean Code, On .NET Live
From Chaos to Clean Code, On .NET Live. Issue #266 of .NET News Daily for Aug 20, 2025.
5 Easy EF Core Performance Tricks Every .NET Developer Shoul
5 Easy EF Core Performance Tricks Every .NET Developer Shoul. Issue #265 of .NET News Daily for Aug 19, 2025.
DateTime and TimeSpan in C#
DateTime and TimeSpan in C#. Issue #262 of .NET News Daily for Aug 14, 2025.
How we enforce .NET coding standards at Workleap to improve
How we enforce .NET coding standards at Workleap to improve. Issue #259 of .NET News Daily for Aug 11, 2025.
Announcing General Availability of UNISTR function and ANSI
Announcing General Availability of UNISTR function and ANSI. Issue #257 of .NET News Daily for Aug 7, 2025.
You Know OOP, CRUD (Create, Read, Update
You Know OOP, CRUD (Create, Read, Update. Issue #256 of .NET News Daily for Aug 6, 2025.
How do you resolve scoped services in a background service?
How do you resolve scoped services in a background service?. Issue #250 of .NET News Daily for Jul 29, 2025.
Dependency Injection in .NET
Dependency Injection in .NET. Issue #241 of .NET News Daily for Jul 16, 2025.
MCP C# SDK, C# Excel Automation
MCP C# SDK, C# Excel Automation. Issue #240 of .NET News Daily for Jul 15, 2025.
Channels vs Queues in .NET
Channels vs Queues in .NET. Issue #235 of .NET News Daily for Jul 8, 2025.
Adding Multiple Authentication Types to Swagger in .NET Web
Adding Multiple Authentication Types to Swagger in .NET Web. Issue #225 of .NET News Daily for Jun 24, 2025.
Code vs. Experience, Types of Classes in C# with Examples
Code vs. Experience, Types of Classes in C# with Examples. Issue #220 of .NET News Daily for Jun 17, 2025.
The 9 Most Painful C# Mistakes (And How to Avoid Them)
The 9 Most Painful C# Mistakes (And How to Avoid Them). Issue #218 of .NET News Daily for Jun 13, 2025.
Singleton Design Pattern in C#/.NET
Singleton Design Pattern in C#/.NET. Issue #211 of .NET News Daily for Jun 4, 2025.
PLINQ vs LINQ
PLINQ vs LINQ. Issue #206 of .NET News Daily for May 28, 2025.
Understanding Middleware in ASP.NET Core
Understanding Middleware in ASP.NET Core. Issue #195 of .NET News Daily for May 13, 2025.
Death by DTO, How to Build, Publish
Death by DTO, How to Build, Publish. Issue #194 of .NET News Daily for May 12, 2025.
The Outbox Pattern in .NET
The Outbox Pattern in .NET. Issue #192 of .NET News Daily for May 8, 2025.
Memory Leaks in .NET
Memory Leaks in .NET. Issue #191 of .NET News Daily for May 7, 2025.
Assignment Operators in C#
Assignment Operators in C#. Issue #190 of .NET News Daily for May 6, 2025.
# Implementing API Key Authentication with LSCoreAuthKey in
# Implementing API Key Authentication with LSCoreAuthKey in. Issue #188 of .NET News Daily for May 2, 2025.
Sharing Session and Application data
Sharing Session and Application data. Issue #184 of .NET News Daily for Apr 28, 2025.
Wage Calculator in C#
Wage Calculator in C#. Issue #177 of .NET News Daily for Apr 17, 2025.
Better Together, Optimizing JSON Serialization in .NET
Better Together, Optimizing JSON Serialization in .NET. Issue #176 of .NET News Daily for Apr 16, 2025.
Create AI
Create AI. Issue #166 of .NET News Daily for Apr 2, 2025.
5 C# And .NET Tips & Tricks, C# Null Safety
5 C# And .NET Tips & Tricks, C# Null Safety. Issue #146 of .NET News Daily for Mar 5, 2025.
Newtonsoft.Json vs. System.Text.Json
Newtonsoft.Json vs. System.Text.Json. Issue #135 of .NET News Daily for Feb 18, 2025.