You can get lost looking for good .NET blogs among the several dozen good ones online right now. Here are three -- from Nick Chamberlain, Thomas Levesque, and Tony Sneed -- that are worthy of your attention right now.
The .NET team has released a production-ready incremental update to .NET Framework that sports a number of improvements to the innerworkings of the Base Class Library, Common Language Runtime, and ClickOnce technology.
- By Michael Domingo
- 08/04/2016
With the release of Windows 10 Anniversary Update, there's now a version of the Universal Windows Platform app development tools for Visual Studio 2015 Update 3 that specifically targets it.
- By Michael Domingo
- 08/02/2016
The container technology company has made its tools that allow for streamlining the process of spinning up and managing Docker containers on Windows and Mac environments generally available.
- By Michael Domingo
- 08/02/2016
Latest update includes support for more recent Node.js release, as well as quite a few productivity enhancements and bug fixes.
- By Michael Domingo
- 07/28/2016
Here's a tip about how to exploit Entity Framework's change tracking mechanism to -- possibly -- eliminate a trip to the database when you update an item. But, without some additional code, you probably can't use it.
The Universal Windows Platform comes with rich media capabilities. In this article Nick explores how to customize and extend the media playback experience using the Player Framework.
- By Nick Randolph
- 07/27/2016
A preview of the forthcoming Visual F# Tools for F# 4.1 to be released later this year includes support for F# 4.1, editing and compiling .NET Core and .NET Framework projects, as well as support for tuples, struct records, and a number of other F# language enhancements.
- By Michael Domingo
- 07/26/2016
Highlights of Syncfusion Essential Studio Enterprise Edition 2016 Volume 2 are a number of Agile-related components on the Xamarin end, and support for Aurelia and Angular 2 on the JavaScript end. There's also a slew of UWP additions as well.
If you've used attributes in your C# or Visual Basic programs, then decorators in TypeScript are going to look very familiar to you. They're still in development, but here's a look both at how to use them and how to write them.
First previewed at Build 2016, this GA version comes with a number of samples for getting started with building Node.js apps that can take full advantage of Azure Blob, File, Table and Queue storage.
- By Michael Domingo
- 07/21/2016
Bash on Windows: It's new, it's exciting, but what can you do with it? We'll show you how the magic works (including some extensions for Visual Studio developers)
- By Terrence Dorsey
- 07/21/2016
Microsoft offers up a new dashboard widget for Visual Studio Team Services that monitors performance, and updates the Azure Toolkit with support for Java Web Apps.
- By Michael Domingo
- 07/19/2016
There are so many ways to integrate an SSRS report into your page that the biggest problem you'll face is deciding which one to use. Peter runs through all the solutions he can think of, including those cases where you want to download the report as a file.
Here are three rules for defining ASP.NET MVC routes that you can actually understand.