Showing results for March 2017 - .NET Blog

Mar 31, 2017
Post comments count1
Post likes count0

Hash Passwords with ASP.NET Membership Providers

Jeffrey Fritz
Jeffrey Fritz

Are you using the legacy ASP.NET membership providers with your application?  When you look in web.config, is there a membership configuration within the system.web element?  The membership provider has been available since ASP.NET 2, and has been superseded by the Identity provider for a more secure authentication and authorization facility in you...

ASP.NET
Mar 28, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET with Sidharth Gupta on Tizen, Happy birthday .NET with Bertrand Le Roy, JSON.NET 10, Gunnar Peipman

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET Last week, we spoke with Sidharth Gupta from Samsung about Tizen. Tizen is Samsung's open-source OS that runs on TVs, watches, phones, and other devices. The development platform for Tizen is built on .NET Core and Xamarin Forms. This week, we'll talk about SonarLint with Tamás Vajk. We'll take quest...

.NET
Mar 22, 2017
Post comments count1
Post likes count0

Notes from the ASP.NET Community Standup –March 21, 2017

Maria Naggaga
Maria Naggaga

  This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Join Scott Ha...

ASP.NETCommunity Standup
Mar 21, 2017
Post comments count0
Post likes count0

The week in .NET – Happy birthday .NET with Mads Torgersen, Coypu

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET This week, we'll have Sidarth Gupta and Hong-Seok Kim from Samsung on the show to talk about their Tizen OS and its support for .NET Core. The show won't be live this week, because of the time difference with Korea, but you may still send us your questions on Gitter's dotnet/home channel and on Twitter. Ple...

.NET
Mar 21, 2017
Post comments count1
Post likes count0

Five Visual Studio 2017 Extensions for Web Developers

Jeffrey Fritz
Jeffrey Fritz

You’ve downloaded and installed Visual Studio 2017, and it’s a great improvement over previous versions.  Now what?  How can you make your web development experience better?  In this article, we will recommend five Visual Studio extensions that will make your day-to-day tasks easier and even more enjoyable. Razor Language Service When you’re ...

ASP.NETASP.NET CoreVisual Studio
Mar 16, 2017
Post comments count4
Post likes count0

NuGet is now fully integrated into MSBuild

Karan Nandwani
Karan Nandwani

In the past, NuGet packages were managed in two different ways - packages.config and project.json - each with their own sets of advantages and limitations. With Visual Studio 2017 and .NET Core, we have improved the NuGet package management experience by introducing the PackageReference feature in MSBuild. PackageReference brings new and improved c...

NuGetVisual StudioFeature Announcement
Mar 14, 2017
Post comments count0
Post likes count0

Announcing Nightly Releases for the Visual F# Tools

Visual FSharp Team [MSFT]
Visual FSharp Team [MSFT]

Announcing Nightly Releases for the Visual F# Tools In our previous blog post announcing F# 4.1 and a release of the Visual F# Tools, we mentioned that a new release model for the Visual F# tools would be coming soon. That time is now. To recap, nightly builds of the tools are successful builds of the latest master branch of the tools, after having...

.NET
Mar 14, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET with Scott Hunter, On .NET with Matt Watson, MessagePack

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET We recorded two videos last week. In the first one, Scott Hunter showed Visual Studio 2017 and .NET Core SDK 1.0: In the second video, Matt Watson from Stackify showed us Prefix, a free lightweight dev tool that shows you real-time logs, errors, queries, and more, and Retrace, a powerful commercial s...

.NET
Mar 13, 2017
Post comments count1
Post likes count0

Notes from the ASP.NET Community Standup –March 9, 2017

Maria Naggaga
Maria Naggaga

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Mar 9, 2017
Post comments count1
Post likes count2

New Features in C# 7.0

Mads Torgersen
Mads Torgersen

Here is a description of all the new language features in C# 7.0, which came out last Tuesday as part of the Visual Studio 2017 release. C# 7.0 adds a number of new features and brings a focus on data consumption, code simplification and performance. Perhaps the biggest features are tuples, which make it easy to have multiple results, and pattern ...

.NET