
Generate Fake Data in C# Using Bogus
Learn how to generate realistic fake data in C# using Bogus. Includes object generation, custom rules, seeding, localization.
Stay updated with the newest .NET tutorials and coding articles. Learn C#, explore ASP.NET Core, EF Core, and improve your development skills with step-by-step guides.

Learn how to generate realistic fake data in C# using Bogus. Includes object generation, custom rules, seeding, localization.

ExecuteUpdate and ExecuteDelete in EF Core allow performing bulk updates and deletes directly in the database without loading entities.

Visual Studio introduces the new .slnx solution file format, a cleaner and more readable replacement for .sln. Built for modern .NET workflows, .slnx reduces merge conflicts, improves source control collaboration.

Dapper Plus offers far more than fast bulk operations. This guide explains every major option — from mapping and keys to batching, audit, and merge behavior — with examples.

Article Sponsors EF Core too slow? Insert data up to 14x faster and cut save time by 94%. Boost…

Explore every customizable BulkInsert option in Entity Framework Extensions, including behavior settings, custom keys, batch tuning, IncludeGraph, performance options, and provider-specific features.

C# 14 introduces powerful improvements like extension members, the new field keyword, cleaner lambdas, null-conditional assignment, and performance-focused features that simplify everyday coding and make .NET 10 apps faster and more expressive.

Discover the most powerful EF Core bulk operation options—from IncludeGraph to batch tuning, temporary tables, audit logs, and events. A must-read for EF Core 10 developers.

EF Core 9 introduces flexible data seeding with UseSeeding() and UseAsyncSeeding(). Learn how to use these new APIs, compare them with HasData(), and follow best practices for initializing your database.