Showing results for 2018 - Page 18 of 19 - .NET Blog

Feb 8, 2018
0
0

Two Lesser Known Tools for Local Azure Development

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

If you’re developing applications that target Azure services (e.g. Web Apps, Functions, Storage), you’ll want to know about two powerful tools that come with Visual Studio 2017 and the Azure development workload: * Cloud Explorer is a tool window inside Visual Studio that lets you browse your Azure resources and perform specific tasks – like stop a...

ASP.NETAzure
Feb 7, 2018
0
0

File nesting in Solution Explorer

Angelos Petropoulos
Angelos Petropoulos

We are excited to share with you a new capability in Visual Studio that was a clear ask from you, the community. Visual Studio has been nesting related files in Solution Explorer for a long time now, but not everybody agrees with the rules it uses. That's not a problem any more because Visual Studio now gives you** complete control over file nestin...

ASP.NET
Feb 7, 2018
0
0

Diagnosing Errors on your Cloud Apps

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

One of the most frustrating experiences is when you have your app working on your local machine, but when you publish it it’s inexplicably failing. Fortunately, Visual Studio provides handy features for working with apps running in Azure. In this blog I’ll show you how to leverage the capabilities of Cloud Explorer to diagnose issues in Azure. If y...

ASP.NETAzureCloud
Feb 6, 2018
2
0

A new experiment: Browser-based web apps with .NET and Blazor

Daniel Roth
Daniel Roth

Today I’m excited to announce a new experimental project from the ASP.NET team called Blazor. Blazor is an experimental web UI framework based on C#, Razor, and HTML that runs in the browser via WebAssembly. Blazor promises to greatly simplify the task of building fast and beautiful single-page applications that run in any browser. It does this by ...

ASP.NETASP.NET CoreBlazor
Feb 5, 2018
0
0

Learn how to do Image Recognition with Cognitive Services and ASP.NET

Angelos Petropoulos
Angelos Petropoulos

With all the talk about artificial intelligence (AI) and machine learning (ML) doing crazy things, it’s easy to be left wondering, “what are practical ways I can use this today?" It turns out there are some extremely easy ways to try this today. In this post, I’ll walk through how to detect faces, gender, ages, and hair color in photos, by adding o...

ASP.NET
Feb 5, 2018
0
0

Announcing .NET Framework 4.7.2 Early Access build 3052!

Preeti Krishna - MSFT
Preeti Krishna - MSFT

Today, we are happy to share the .NET Framework 4.7.2 Early Access build 3052 for your feedback. .NET Framework 4.7.2 is the next version of the .NET Framework. It is currently feature-complete and in the testing phase. We would love your help to ensure this is a high quality and compatible release. This release is feature complete and in the testi...

.NET
Feb 2, 2018
0
0

Entity Framework Core 2.1 Roadmap

Diego Vega
Diego Vega

As mentioned in the announcement of the .NET Core 2.1 roadmap earlier today, at this point we know the overall shape of our next release and we have decided on a general schedule for it. As we approach the release of our first preview later this month, we also wanted to expand on what we have planned for Entity Framework Core 2.1. New features Al...

Entity Framework
Feb 2, 2018
0
0

.NET Core 2.1 Roadmap

Rich Lander [MSFT]
Rich Lander [MSFT]

The .NET team has been working on the .NET Core 2.1 release for the last several months on GitHub. We know that many of you have been using .NET Core 2.0 since it shipped in August of last year and want to know what is coming next. The team has done enough work now that we know the overall shape of the next release. Like past releases, the .NET com...

.NET
Feb 2, 2018
0
0

ASP.NET Core 2.1 roadmap

Daniel Roth
Daniel Roth

Five months ago, we shipped ASP.NET Core 2.0 as a foundational release for our high performance, cross-platform web framework for .NET and .NET Core. Since then we have been hard at work to deliver the next wave of features in ASP.NET Core 2.1. Below is an outline of the features and improvements that are planned for this release, which is targeted...

ASP.NETASP.NET Core
Jan 26, 2018
0
0

January 2018 Preview of Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

We recently released the January 2018 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. ASP.NET Identity SQL WCF Note: Additional information on these improvements is not available. The VSTS bug number provided with each improvement is a unique ID that yo...

.NET