News

Release Candidates Out for Entity Framework Core 3.0 and Entity Framework 6.3

After shipping Preview 9 versions of Entity Framework Core 3.0 and Entity Framework 6.3 a couple weeks ago and saying, "These are the last planned previews before we release the final versions later this month," Microsoft belied that with new Release Candidate builds.

"We previously said that preview 9 would be your last chance to test EF Core 3.0 and EF 6.3 before general availability," said Diego Vega, program manager for .NET Data Access, in a Sept. 16 blog post. "But it turns out that we made enough improvements to our libraries and across the whole of .NET Core 3.0 to justify publishing a release candidate build. Hence the packages for EF Core 3.0 RC1 and EF 6.3 RC1 were uploaded to nuget.org today."

EF Core represents the company's new modular, open source, cross-platform direction for data-centric ORM development, while EF 6.3 was separated out from the traditional Windows-only .NET Framework as a distinct offering.

"While Entity Framework Core was built from the ground up to work on .NET Core, 6.3 will be the first version of EF 6 that can run on .NET Core and work cross-platform," Vega explained earlier this year. "In fact, the main goal of this release is to facilitate migrating existing applications that use EF 6 to .NET Core 3.0."

This week, Vega advised developers to consider daily builds to try out the latest updates to the two products, because, "Although RC1 builds contain several improvements, we took several more critical bug fixes after the RC1 branch was created."

Daily builds will ensure developers aren't hitting an issue that has already been fixed.

Two of those aforementioned improvements that developers may want to verify, Vega said, are:

  • Work on the EF Core in-memory provider was finished and most query features should now be working (the majority of it went into RC1)
  • EF Core's compilation performance was improved significantly for complex queries

For those unfamiliar with the two EF offerings, the company explains the difference between them thusly:

  • Entity Framework 6 (EF6) is a tried and tested object-relational mapper (O/RM) for .NET with many years of feature development and stabilization.
  • Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology.

As .NET Core 3.0 and the associated EF offerings will ship Sept. 23 during the virtual .NET Conf, Vega's team is focusing on updating documentation for the latest version and working on the next 3.1 release planned for November. Any new bugs found will almost certainly be addressed in that update as the team wraps up v3.0.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube