Posts by this author

Jun 10, 2020
Post comments count2
Post likes count0

Announcing Entity Framework Core 5.0 Preview 5

Announcing the release of Entity Framework Core 5.0 Preview 5 featuring database collations, flowing arguments to IDesignTimeDbContextFactory, no tracking queries with identity resolution, stored (persisted) columns and SQLite computed columns.

Entity Framework.NET Core
May 19, 2020
Post comments count13
Post likes count0

Announcing Entity Framework Core 5.0 Preview 4

Announcing the release of Entity Framework Core 5.0 Preview 4 with bug fixes and new features like setting database column precision and configuring SQL Server index fill factor.

.NET CoreEntity Framework
Apr 23, 2020
Post comments count0
Post likes count0

Announcing Entity Framework Core 5.0 Preview 3

Today we are excited to announce the third preview release of EF Core 5.0. The third previews of .NET 5 and ASP.NET Core 5.0 are also available now. Prerequisites The previews of EF Core 5.0 require .NET Standard 2.1. This means: How to get EF Core 5.0 previews EF Core is distributed exclusively as a set of NuGet pa...

.NET.NET CoreC#
Apr 2, 2020
Post comments count9
Post likes count0

Announcing Entity Framework Core 5.0 Preview 2

Today we are excited to announce the second preview release of EF Core 5.0. Improvements include support for C# attributes to specify a backing field, complete discriminator mapping, and performance improvements with SQLite.

.NET.NET CoreC#
Apr 9, 2018
Post comments count0
Post likes count0

Explore Azure Cosmos DB with .NET Core and MongoDB

Have you had to design general purpose "metadata" tables in your SQL database that basically store column names and values? Do you often serialize/de-serialize XML or JSON from your SQL tables to handle volatile schemas and data? .NET developers have traditionally worked with relational database management systems (RDMS) like SQL Server. RDMS syste...

.NET