.NET Blog

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

Notes from the ASP.NET Community Standup –December 13, 2016

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

The week in .NET – On .NET with Steve Smith, Jint, Blue Effect

To read last week's post, see The week in .NET – .NET Core triage on On .NET, ShareX. Next week, the post will be a little late like this week. On .NET Last week, I published a short interview with Steve Smith that was shot during the MVP Summit. We talked about ASP.NET Core and its documentation, that Steve has been contributing to, about...
Comments are closed.0 0
.NET

The week in .NET – .NET Core triage on On .NET, ShareX

To read last week's post, see The Year in .NET – Visual Studio 2017 RC and .NET Core updated, On .NET with Stephen Cleary and Luis Valencia, Ulterius, Inferno, Bastion, LoGeek Night. I might not post next week, for reasons you'll surely understand, or I might do so one or two days late... Happy holidays! On .NET Last week, we had Karel ...
Comments are closed.0 0
.NET

Code Style Configuration in the VS2017 RC Update

(image) Visual Studio 2017 RC introduced code style enforcement and EditorConfig support. We are excited to announce that the update includes more code style rules and allows developers to configure code style via EditorConfig. What is EditorConfig? EditorConfig is an open source file format that helps developers configure and enforce ...
Comments are closed.0 0
.NET

Announcing Microsoft ASP.NET WebHooks V1 RTM

We are very happy to announce ASP.NET WebHooks V1 RTM making it easy to both send and receive WebHooks with ASP.NET. WebHooks provide a simple pub/sub model for wiring together Web APIs and services with your code. A WebHook can be used to get notified when a file has changed in Dropbox, a code change has been committed to GitHub, a payment...

Project Springfield: a Cloud Service Built Entirely in F#

This post was written by William Blum, a Principal Software Engineering Manager on the Springfield team at Microsoft Research. Earlier this year, Microsoft announced a preview of Project Springfield, one of the most sophisticated tools Microsoft has for rooting out potential security vulnerabilities in software. Project Springfield is a ...
Comments are closed.0 0
.NET

The Year in .NET – Visual Studio 2017 RC and .NET Core updated, On .NET with Stephen Cleary and Luis Valencia, Ulterius, Inferno, Bastion, LoGeek Night

To read last week's post, see The week in .NET – On .NET on MyGet – FlexViewer – I Expect You To Die. The Week in .NET is now more than a year old! Our first post was published on December 1 of last year, and it had only 6 links. This week's issue has more than 60! This is not me becoming less selective (I'm actually becoming more ...
Comments are closed.0 0
.NET

.NET Framework December 2016 Monthly Rollup is Now Available

Today we are releasing a new Security and Quality Rollup and Security Only Update for the .NET Framework. This release resolves a security vulnerability and includes two new quality and reliability improvements. The Security and Quality Rollup is available via Windows Update, Windows Server Update Services and Microsoft Update Catalog. The ...
Comments are closed.0 0
.NET

December 2016 Update for .NET Core 1.0

Today, we are releasing a new set of reliability and quality updates for .NET Core 1.0. This month's update is our second Long Term Support (LTS) update and includes updated versions of multiple packages in .NET Core, ASP.NET Core and Entity Framework Core. We recommend everyone on the 1.0.* LTS track move to this update immediately. How to ...
Comments are closed.0 0
.NET

New Updates to Web Tools in Visual Studio 2017 RC

Update 12/15: There was a bug in the Visual Studio 2017 installer that shipped between 12/12 and 12/14, that if you updated a prior RC installation it uninstalled IIS Express, Web Deploy, and LocalDB.  The fix is to manually re-install IIS Express, Web Deploy, and LocalDB.  We shipped an updated installer on 12/15 that fixed this issue, so ...