Showing results for February 2018 - Page 2 of 3 - .NET Blog

Feb 27, 2018
Post comments count0
Post likes count0

Calling All Desktop Developers: How do you interact with data?

Aditi Dugar [MSFT]
Aditi Dugar [MSFT]

Connecting to databases and services is an important part of desktop application development for many of our customers. Visual Studio provides a variety of tools and technologies that can help you connect to and interact with your different data sources. We’d love your help in shaping our future offerings in this space! Please fill out the survey ...

.NET FrameworkASP.NET
Feb 27, 2018
Post comments count0
Post likes count0

Deprecating NuGet.org authentication

Anand Gaurav
Anand Gaurav

As announced in our NuGet Fall 2017 Roadmap blog post, we are transitioning away from NuGet.org’s home-grown authentication mechanism which will eventually allow us to add support for additional security systems such as two-factor authentication (2-FA). In preparation for this transition, we had already added support for Microsoft accounts (MSA) to...

NuGetNuGet.org
Feb 26, 2018
Post comments count0
Post likes count0

Azure Blob Storage as a Network Drive

Aaron Roney
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]
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
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
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)
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
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)
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
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