Showing category results for .NET Core

Aug 22, 2019
Post comments count0
Post likes count0

Messaging Practices

Glenn Condron [MSFT]

This post is a collection of content from David Boike from the Particular.net blog calling out some common problems and solutions for building message based distributed systems. They are relevant to anyone building apps using messaging, and anyone building a Microservice based solution should definitely be interested in the first post about slimmin...

.NET Core.NET
Aug 19, 2019
Post comments count30
Post likes count2

.NET Core and systemd

Glenn Condron [MSFT]

In preview7 a new package was added to the `Microsoft.Extensions` set of packages that enables integration with systemd. For the Windows focused, systemd allows similar functionality to Windows Services, there is a post on how to do what we discuss here for Windows Services in this post. This work was contributed by Tom Deseyn from Red Hat. In this...

.NET Core
Aug 13, 2019
Post comments count25
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8

Sourabh Shirhatti [MSFT]

.NET Core 3.0 Preview 8 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core
Aug 5, 2019
Post comments count12
Post likes count0

Improving .NET Core installation in Visual Studio and on Windows

Lee Coward

Visual Studio 2019 version 16.3 and .NET Core 3.0 Preview 7 improve the installation experience of .NET Core on Windows. The goal is to reduce the number of .NET Core versions that might be on a machine. The improvements are based on customer feedback and our own experiences as well as laying the groundwork for future improvements. .NET Core SDK i...

.NET Core
Jul 31, 2019
Post comments count12
Post likes count3

HttpRepl: A command-line tool for interacting with RESTful HTTP services

Angelos Petropoulos

The ASP.NET team has built a command-line tool called HttpRepl. It lets you browse and invoke HTTP services in a similar way to working with files and folders. You give it a starting point (a base URL) and then you can execute commands like “dir” and “cd” to navigate your way around the API: Once you have identified the API you are interested in...

ASP.NETASP.NET Core.NET Core
Jul 23, 2019
Post comments count37
Post likes count0

Announcing .NET Core 3.0 Preview 7

Rich Lander [MSFT]

Today, we are announcing .NET Core 3.0 Preview 7. We've transitioned from creating new features to polishing the release. Expect a singular focus on quality for the remaining preview releases. Download .NET Core 3.0 Preview 7 right now on Windows, macOS and Linux. ASP.NET Core and EF Core are also releasing updates today. ...

.NET.NET Core
Jul 23, 2019
Post comments count35
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 7

Daniel Roth

.NET Core 3.0 Preview 7 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core
Jul 17, 2019
Post comments count4
Post likes count0

Announcing ML.NET 1.2 and Model Builder updates (Machine Learning for .NET)

Cesar De la Torre

We are excited to announce ML.NET 1.2 and updates to Model Builder and the CLI. ML.NET is an open-source and cross-platform machine learning framework for .NET developers. ML.NET also includes Model Builder (a simple UI tool for Visual Studio) and the ML.NET CLI (Command-line interface) to make it super easy to build custom Machine Learning (ML) mo...

.NET Core.NET FrameworkMachine Learning
Jul 9, 2019
Post comments count0
Post likes count0

.NET Core July 2019 Updates – 2.1.12 and 2.2.6

Vivek Mishra

Today, we are releasing the .NET Core July 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to...

.NET Core.NETSecurity
Jun 18, 2019
Post comments count48
Post likes count0

The Evolving Infrastructure of .NET Core

Matt Mitchell

A deep dive into the infrastructure of .NET Core. Challenges, changes and the future.

.NET Core