Showing results for .NET Core - .NET Blog

Jun 25, 2020
11
0

Announcing Entity Framework Core EFCore 5.0 Preview 6

Jeremy Likness
Jeremy Likness

Today, the Entity Framework Core team announces the sixth preview release of EF Core 5.0. This release includes split queries for related collections, a new "index" attribute, improved exceptions related to query translations, IP address mapping, exposing transaction id for correlation, and much more. Prerequisites EF Core 5.0 will not run on .NE...

.NET CoreC#Entity Framework
Jun 10, 2020
2
0

Announcing Entity Framework Core 5.0 Preview 5

Jeremy Likness
Jeremy Likness

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 20, 2020
4
0

F# 5 and F# tools update

Phillip Carter
Phillip Carter

We're excited to announce some updates to F# 5 today! We shipped a lot of preview features since F# 5 preview 1, and they have all been stabilizing since that release. Today, we're happy to announce some minor additions to F# 5 and talk about some pretty cool performance work we've been doing. Here's how you get the latest release: If you...

.NET
May 19, 2020
13
0

Announcing Entity Framework Core 5.0 Preview 4

Jeremy Likness
Jeremy Likness

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
May 6, 2020
7
0

Using ML.NET for deep learning on images in Azure

Luis Quintanilla
Luis Quintanilla

This post will show you how to train a custom image classification model in Azure to categorize flowers using ML.NET Model Builder. Then, you can leverage your existing .NET skills to consume the trained model inside a C# .NET Core console application. Best of all, little to no prior machine learning knowledge is required.

ML.NET
Apr 23, 2020
0
0

Announcing Entity Framework Core 5.0 Preview 3

Jeremy Likness
Jeremy Likness

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
9
0

Announcing Entity Framework Core 5.0 Preview 2

Jeremy Likness
Jeremy Likness

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#
Mar 12, 2020
2
0

Continuous integration and deployment for desktop apps with GitHub Actions

Edward Skrod
Edward Skrod

From speaking to desktop developers, we’ve heard that you want to learn how to quickly set up continuous integration and continuous deployment (CI/CD) workflows for your WPF and Windows Forms applications in order to take advantage of the many benefits CI/CD pipelines have to offer, such as: That's why we created a sample application in Gi...

.NET Core.NETWPF
Mar 10, 2020
11
0

Announcing the .NET Core Uninstall Tool 1.0!

Sarah Oslund
Sarah Oslund

Today we are releasing the .NET Core Uninstall Tool for Windows and Mac! Starting in Visual Studio 2019 version 16.3, Visual Studio manages the versions of the SDK and runtime it installs. In previous versions, SDKs and runtimes were left on upgrade in case those versions were targeted or pinned with . We realized this was not ideal and might have...

.NET Core