Showing tag results for .net framework

Jul 27, 2017
Post comments count3
Post likes count0

Introducing Support for Brotli Compression

Immo Landwerth

This post was written by our software developer intern Denys Tsomenko, who worked on a Brotli compression library during his internship. Modern web-pages are getting larger and larger with huge CSS, HTML and JavaScript files. But the Internet connection isn't always good and pages can load slowly. Web pages also often contain other materials suc...

.NET
Jun 29, 2017
Post comments count0
Post likes count0

Performance Improvements in RyuJIT in .NET Core and .NET Framework

Joseph Tremoulet [MSFT]

RyuJIT is the just-in-time compiler used by .NET Core on x64 and now x86 and by the .NET Framework on x64 to compile MSIL bytecode to native machine code when a managed assembly executes. I'd like to point out some of the past year's improvements that have gone into RyuJIT, and how they make the generated code faster. What follows is by no means...

.NET
May 26, 2017
Post comments count0
Post likes count0

.NET Framework May 2017 Cumulative Quality Update for Windows 10

Rich Lander [MSFT]

We just released a new Cumulative Quality Update for the .NET Framework. This update is specific to Windows 10 Creators Update. Previously released security and quality updates are included in this release. These quality updates will be made available to other .NET Framework and Windows version combinations in Q3 2017. You can read the .NET Frame...

.NET
May 23, 2017
Post comments count0
Post likes count0

Announcing EF 6.2 beta 1

Diego Vega

Earlier this month, we announced a preview of Entity Framework Core 2.0, the lightweight, extensible and cross-platform version of EF for .NET Core and .NET Framework. Today we are making the 6.2 beta 1 version of the Entity Framework runtime and the corresponding Visual Studio tooling available. EF 6.2 is a new iteration of Microsoft's more tra...

.NET
Dec 13, 2016
Post comments count0
Post likes count0

.NET Framework December 2016 Monthly Rollup is Now Available

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
Oct 11, 2016
Post comments count0
Post likes count0

.NET Framework Monthly Rollup: October 2016

Stacey Haffner [MSFT]

Today marks the first release of the new .NET Framework Monthly Rollup. Here's what went into the release: Security Microsoft Security Bulletin MS16-120 - Important: Security Update for Microsoft Graphics Component (3192884) This update resolves vulnerabilities in Microsoft Windows, Microsoft Office, Skype for Business, Silverlight, Microsoft Lync...

.NET
Oct 11, 2016
Post comments count0
Post likes count0

.NET Framework Monthly Rollups Explained

Stacey Haffner [MSFT]

Updated (2017/5/31) We recently introduced the .NET Framework Monthly Rollup, a new and simpler way for you to install all applicable .NET Framework updates in a single step. We wanted to go into more depth on these new releases. This post describes the three monthly update types that you can install. It shows you what the install process loo...

.NET
Sep 26, 2016
Post comments count0
Post likes count1

Introducing .NET Standard

Immo Landwerth

Questions? Check out the .NET Standard FAQ. You can find the latest version of the compatibility matrix here. In my last post, I talked about how we want to make porting to .NET Core easier. In this post, I'll focus on how we're making this plan a reality with .NET Standard. We'll cover which APIs we plan to include, how cross-framework compatib...

.NET
Aug 15, 2016
Post comments count0
Post likes count0

Introducing the .NET Framework Monthly Rollup

Stacey Haffner [MSFT]

We are making an important change to .NET Framework updates to align with the Windows Monthly Rollup, also announced today. Beginning October 2016, you will be able to install a new update release called the .NET Framework Monthly Rollup. The rollup will update the .NET Framework with the latest security and quality improvements. The .NET Framewor...

.NET
Aug 2, 2016
Post comments count1
Post likes count0

Announcing .NET Framework 4.6.2

Stacey Haffner [MSFT]

Updated (4/2017): See .NET Framework Releases for newer releases. Today we are excited to announce the availability of the .NET Framework 4.6.2! Many of the changes are based on your feedback, including those submitted on UserVoice and Connect. Thanks for your continued help and engagement! The release is packed with lots of great improvement...

.NET