Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2017-02-17T20:49:06.000Z
Not only does <a href="https://www.visualstudio.com/vs/">VS 2017</a> mark the twentieth anniversary of the product, but it is the fruit of this hard labor. This article aims to raise awareness of some landmark features and improvements in Visual Studio 2017. The intent is to graze the surface of what's possible in this release. In no particular order of importance, the focus will be on the following topics: <ol> <li><a href="http://developer.telerik.com/topics/net/5-features-watch-visual-studio-2017/#toc_1">Live Unit Testing</a></li> <li><a href="http://developer.telerik.com/topics/net/5-features-watch-visual-studio-2017/#toc_2">Code Style Configuration</a></li> <li><a href="http://developer.telerik.com/topics/net/5-features-watch-visual-studio-2017/#toc_3">.NET Core Migration Tooling for project.json/XPROJ</a></li> <li><a href="http://developer.telerik.com/topics/net/5-features-watch-visual-studio-2017/#toc_4">Bower & npm Package Restore Settings</a></li> <li><a href="http://developer.telerik.com/topics/net/5-features-watch-visual-studio-2017/#toc_5">Refreshed JavaScript Editor</a></li> </ol>by bill-s, 2017-02-19T07:26:26.000Z
The ASP.NET Core MVC 6 API project template uses dotnet new to enable you to turn features of the project template on or off. Literally everything can be turned on or off with the click of a button for a truly personalized project. Find out more about dotnet new here.by bill-s, 2017-02-19T04:31:20.000Z
What is ASP.NET Core 1.0? ASP.NET Core 1.0 is, in short terms, the evolution of ASP.NET 4.6. If you are thinking that it is just a superior version of ASP.NET 4.6 take away that myth of your head because ASP.NET Core 1.0 is an entire new based-cloud applications framework written from scratch, with a new focus different from its predecessor. Two of the most appreciated characteristics of this new framework are: First it is open source (supported by Microsoft) meaning that you can find and download the code on GitHub , also contribute to the development of it, and second, it is cross-platform, so you can run it either in Windows, Linux or Mac OS.by bill-s, 2017-02-16T01:25:08.000Z
These days, many developers are building Single-Page Applications (SPAs) using frameworks such as Angular or React. These are powerful frameworks that produce a great end-user experience, but we often hear that building these applications is complicated.by bill-s, 2017-02-17T18:03:52.000Z
In this post <a href="https://csharp.christiannagel.com/">Christian Nagel</a> talks about C# 7.0 latest feature, pattern matching, the <strong>is</strong> operator, the <strong>switch</strong> statement and how they have been enhanced with the <strong>const pattern</strong>, the <strong>type pattern</strong>, and the <strong>var pattern</strong>.by bill-s, 2017-02-17T18:11:53.000Z
Simple, lightweight yet powerful way to build real-time HTML5/C# .NET web apps.by bill-s, 2017-02-16T19:54:29.000Z
<em>In this article Bartosz Sypytkowski presents </em>one of the most common communication patterns, <a href="https://petabridge.com/blog/top-akkadotnet-design-patterns/#messaging-pattern-pub-sub">publish/subscribe</a>, and how to perform it in a distributed environments using Akka.NETby bill-s, 2017-02-17T18:08:59.000Z
The team behind .NET core has updated the roadmap for .net core, set their goals for VS tooling support and their next milestones.by bill-s, 2017-02-19T02:28:06.000Z
This community maintained list showcases .NET open source developer projects. It is intended to include projects that are useful for any aspect of the development process.by bill-s, 2017-02-19T07:26:49.000Z
Turn Visual Studio into a powerful Node.js development environment.by bill-s, 2017-02-16T01:55:16.000Z
A brief tutorial that discusses how the new policy-based authorization model works in ASP.NET Core, and how to use it in your applications.