Showing results for November 2015 - .NET Blog

Nov 30, 2015
0
0

.NET Framework 4.6.1 is now available!

The .NET Fundamentals Team
The .NET Fundamentals Team

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (1/2016): This post was updated to add information about reference source for .NET Framework 4.6.1. Today we are announcing the availability of  .NET Framework 4.6.1. You can download this release now. Here is a summary of key improvements ...

.NET
Nov 30, 2015
0
0

What’s New in Visual Studio Update 1 for .NET Managed Languages

.NET Team
.NET Team

Hold on to your hats, cowboys and cowgirls! A lot of exciting things are coming out of the .NET Managed Languages team for Visual Studio 2015 Update 1. Read on to learn more about new IDE features, interactive C#, new code analysis management, Visual F# improvements, and the new F5 experience for Roslyn open source development. You can now right-...

.NET
Nov 24, 2015
0
0

.NET Core and ASP.NET Bug Bounty Update

Barry Dorrans
Barry Dorrans

As we've now released RC1 of .NET Core and ASP.NET restrictions on areas for investigation are now lifted. The entire cross platform stack, including networking is now in scope and eligible for bounty submissions.The ASP.NET web site has instructions on how to install RC1 on Windows, Linux and OS X. Windows researchers can use Visual Studio ...

ASP.NET
Nov 20, 2015
3
0

Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets

Henrik F Nielsen
Henrik F Nielsen

With the latest drop of ASP.NET WebHooks we have added a generic JSON WebHook receiver, which can be used to receive WebHooks from services like IFTTT and Zapier. Both IFTTT and Zapier provide a huge number of integrations in areas such as productivity, automotive, blogging, CRM, commerce, project management, IoT, social, mobile, collaboration, and...

ASP.NET
Nov 20, 2015
0
0

Are you GLAD?

maoni
maoni

Holidays are almost upon us. Last year around Christmas time I wrote a set of GC ETW blog entries to help with diagnosing GC heap related issues. This year I want to discuss taking that a (big) step further and making an SDK that does the analysis for you using these ETW events - so before I leave for vacation I’d like to share with you the ...

.NET
Nov 18, 2015
0
0

Announcing .NET Core and ASP.NET 5 RC

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (2017): See .NET Core Releases to learn about newer releases. This release is not supported. Today, we are announcing .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. This release is "Go Live", meaning you can deploy apps into production and call Microsoft Support if you need help. Please check out the ...

.NET
Nov 18, 2015
0

Announcing ASP.NET 5 Release Candidate 1

Jeffrey Fritz
Jeffrey Fritz

Update - 11-30-2015: The ASP.NET 5 RC1 installers and DNX packages have been updated to address the following issues: The updated version of DNX (1.0.0-rc1-update1) is available via the .NET Version Manager (DNVM). Note, no other ASP.NET 5 NuGet packages are affected by this update and thus their versions remain unchanged. If you have ...

ASP.NET
Nov 18, 2015
0
0

Entity Framework 7 RC1 Available

Rowan Miller
Rowan Miller

Today we are making Entity Framework 7 RC1 available. EF7 will be the next major release of Entity Framework and is currently in pre-release.   When to use EF7 As discussed in our EF7 – v1 or v7 post, EF7 introduces some significant changes and improvements over EF6.x. Because EF7 is based on a new core, the features from EF6.x do not ...

Entity Framework
Nov 7, 2015
0

Updates to Microsoft ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We just released Beta4 of ASP.NET WebHooks Preview with a nice set of new features based on feedback and help from the community! Always let us know what you think – either by raising a issue on GitHub or pinging me on twitter. You can get the update from nuget.org by looking for the packages under Microsoft.AspNet.WebHooks.*. If you haven’t ...

ASP.NET