Showing results for December 2016 - .NET Blog

Dec 28, 2016
0
0

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

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

ASP.NETCommunity Standup
Dec 28, 2016
0
0

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

Bertrand Le Roy
Bertrand Le Roy

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

.NET
Dec 20, 2016
0
0

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

Bertrand Le Roy
Bertrand Le Roy

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

.NET
Dec 15, 2016
0
0

Code Style Configuration in the VS2017 RC Update

Kasey Uhlenhuth
Kasey Uhlenhuth

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

.NET
Dec 14, 2016
1
0

Announcing Microsoft ASP.NET WebHooks V1 RTM

Henrik F Nielsen
Henrik F Nielsen

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

ASP.NETWebHooks
Dec 13, 2016
0
0

Project Springfield: a Cloud Service Built Entirely in F#

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

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

.NET
Dec 13, 2016
0
0

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

Bertrand Le Roy
Bertrand Le Roy

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

.NET
Dec 13, 2016
0
0

.NET Framework December 2016 Monthly Rollup is Now Available

Stacey Haffner [MSFT]
Stacey Haffner [MSFT]

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

.NET
Dec 13, 2016
0
0

December 2016 Update for .NET Core 1.0

KendraHavens
KendraHavens

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

.NET
Dec 12, 2016
0
0

New Updates to Web Tools in Visual Studio 2017 RC

Daniel Roth
Daniel Roth

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

ASP.NET