.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Hash Passwords with ASP.NET Membership Providers

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

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

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...
Comments are closed.0 0
.NET

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

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...
Comments are closed.0 0
.NET

Five Visual Studio 2017 Extensions for Web Developers

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

Announcing Nightly Releases for the Visual F# Tools

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 ...
Comments are closed.0 0
.NET

New Features in C# 7.0

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