Showing results for July 2019 - .NET Blog

Jul 31, 2019
12
2

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.NET.NET CoreASP.NET Core
Jul 23, 2019
4
0

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

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

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.NET.NET CoreASP.NET Core
Jul 17, 2019
4
0

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

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

.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
1
0

.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