Showing archive results for 2018

Feb 26, 2018
Post comments count0
Post likes count0

Azure Blob Storage as a Network Drive

Aaron Roney

Many applications make use of a network drive to backup and store files. When I was in university I found myself constantly coding for fun, and one example took the form of a network share for my roommates to share files wrapped in a handy little app. Unfortunately, that particular app has long since been erased from whichever hard drive it was in...

.NET
Feb 13, 2018
Post comments count0
Post likes count0

.NET Framework February 2018 Security and Quality Rollup

Rich Lander [MSFT]

Today, we are releasing the February 2018 Security and Quality Rollup. Security No new security fixes. See .NET Framework January 2018 Security and Quality Rollup for the latest security updates. Quality and Reliability This release contains the following quality and reliability improvements. It includes the same quality improvements that were part...

.NET
Feb 13, 2018
Post comments count0
Post likes count0

Machine Learning in .NET – Help us build the right experience!

Olia Gavrysh

In the past few years, Machine Learning (ML) and Artificial Intelligence (AI) have paved the road for building smarter applications through advancements in speech recognition, computer vision, intelligent search and much more. So far the ability to build models has largely been limited to data scientists, as a part of the .NET platform moving forwa...

.NET
Feb 12, 2018
Post comments count0
Post likes count0

Announcing ASP.NET MVC 5.2.4, Web API 5.2.4, and Web Pages 3.2.4

Daniel Roth

Today we released stable packages for ASP.NET MVC 5.2.4, Web API 5.2.4, and Web Pages 3.2.4 on NuGet. This release contains some minor bug fixes and a couple of new features specifically targeted at enabling .NET Standard support for the ASP.NET Web API Client. You can read about the .NET Standard support for the ASP.NET Web API Client in the earli...

ASP.NET
Feb 8, 2018
Post comments count0
Post likes count0

Two Lesser Known Tools for Local Azure Development

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
Post comments count0
Post likes count0

File nesting in Solution Explorer

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
Post comments count0
Post likes count0

Diagnosing Errors on your Cloud Apps

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
Post comments count2
Post likes count0

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

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
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

Announcing .NET Framework 4.7.2 Early Access build 3052!

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