Showing results for July 2019 - .NET Blog

Jul 31, 2019
Post comments count12
Post likes count2

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

Angelos Petropoulos
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 count4
Post likes count0

Announcing Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7

Diego Vega
Diego Vega

Today, we are making new previews of EF Core 3.0 and EF 6.3 available on nuget.org. .NET Core 3.0 Preview 7 and ASP.NET Core 3.0 Preview 7 were also made available today. We encourage you to install these previews to try the new features, and to validate that all the functionality required by your applications is available and works correctly...

.NET
Jul 23, 2019
Post comments count37
Post likes count0

Announcing .NET Core 3.0 Preview 7

Rich Lander [MSFT]
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
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 count3
Post likes count0

Surfacing GitHub Usage for packages on NuGet.org

Mohamed Riad Gahlouz
Mohamed Riad Gahlouz

Update: This feature has been enhanced. Read about the latest version. There are several criteria you can use today to evaluate NuGet packages. We received feedback that you would like even more information to help choose the right packages. We're excited to introduce GitHub Usage on nuget.org, which allows you to explore top GitHub repositories t...

NuGetNuGet.orgFeature Announcement
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
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 10, 2019
Post comments count14
Post likes count0

Write Better Code Faster with Roslyn Analyzers

Mika Dumont
Mika Dumont

Roslyn, the .NET compiler platform, helps you catch bugs even before you run your code. One example is Roslyn’s spellcheck analyzer that is built into Visual Studio. Let’s say you are creating a static method and misspelled the word static as statc. You will be able to see this spelling error before you run your code because Roslyn can produce warn...

.NET
Jul 9, 2019
Post comments count0
Post likes count0

.NET Core July 2019 Updates – 2.1.12 and 2.2.6

Vivek Mishra
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
Jul 9, 2019
Post comments count1
Post likes count0

.NET Framework July 2019 Security and Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the July 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update for .NET Framework. Security CVE-2019-1006 – WCF/WIF SAML Token Authentication Bypass Vulnerability An authentication bypass vulnerability exists in Windows Communication Foundation (WCF) and Windows Identity Foundation (WIF), allowing ...

.NET Framework
Jul 1, 2019
Post comments count5
Post likes count0

Configuring a Server-side Blazor app with Azure App Configuration

Brady Gaster
Brady Gaster

In this post, we'll take a look at how we can extract configuration values out of JSON files and into an Azure App Configuration instance, where they can be used by other teammates or apps.

ASP.NETASP.NET CoreBlazor