.NETLEARNING
.NETLEARNING
EF Core 8 TutorialsEF Core Blog
Ways to write distinced operations in EF core based on where they will be executed
Jan 22, 2025
by Anna Stoyanova
3 min read

Distinct Operations in Entity Framework Core

Explore how to effectively perform distinct operations in Entity Framework Core, including in-memory and server-side approaches using LINQ and raw SQL.

Conenction string properties
Jan 22, 2025
by Anna Stoyanova
3 min read

Connection string syntax with an example

Learn everything about connection string syntax with examples in C#. This comprehensive guide explains key-value pairs like Server, Initial Catalog, Integrated Security, and TrustServerCertificate.

How to set-up connection string in appsettings.json
Jan 26, 2025
by Anna Stoyanova
4 min read

How to set-up connection string in appsettings.json

Learn how to configure and manage connection strings in appsettings.json for .NET projects, with step-by-step examples for class libraries, ASP.NET Core Web API, and advanced techniques like hierarchical keys and the options design pattern.

© DotNetLearning 2025