Showing results for November 2018 - .NET Blog

Nov 28, 2018
1
0

Announcing .NET Framework 4.8 Early Access build 3694

namrata karnam
namrata karnam

We are happy to let you know that .NET Framework 4.8 is now feature complete and we have an early access build to share with you all! We will continue to stabilize this release and take more fixes over the coming months, and we would greatly appreciate it if you could help us ensure this is a high-quality release by trying it out and providing ...

.NET Framework.NET
Nov 27, 2018
0
0

.NET Framework November 2018 Preview of Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the November 2018 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. CLR SQL WCF Note: Additional information on these improvements is not available. The VSTS bug number provided with each improvement is a unique ID that ...

.NET Framework.NET
Nov 16, 2018
5
0

Razor support in Visual Studio Code now in Preview

Daniel Roth
Daniel Roth

Earlier this week we released a preview of support for working with Razor files (.cshtml) in the C# extension for Visual Studio Code (1.17.1). This initial release introduces C# completions, directive completions, and basic diagnostics (red squiggles for errors) for ASP.NET Core projects. Prerequisites To use this preview of Razor support in ...

ASP.NETASP.NET Core
Nov 16, 2018
0
1

Running with Server GC in a Small Container Scenario Part 0

maoni
maoni

This week I was able to get some time to work on the container stuff with low memory limits. As many of you have expressed your dissatisfaction on how Server GC behaves with low memory limit specified on containers on github, I have to apologize that I am just doing this now. Really sorry that some of you guys have to suffer through this thus far. ...

.NETContainers
Nov 15, 2018
0
0

Blazor 0.7.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.7.0 is now available! This release focuses on enabling component coordination across ancestor-descendent relationships. We've also added some improvements to the debugging experience. Here's what's new in the Blazor 0.7.0 release: A full list of the changes in this release can be found in the Blazor 0.7.0 release ...

ASP.NETASP.NET CoreBlazor
Nov 14, 2018
0
0

Handling a new era in the Japanese calendar in .NET

Ron Petrusha (MSFT)
Ron Petrusha (MSFT)

Typically, calendar eras represent long time periods. In the Gregorian calendar, for example, the current era spans (as of this year) 2,018 years. In the Japanese calendar, however, a new era begins with the reign of a new emperor. On April 30, 2019, Emperor Akihito is expected to abdicate, which will bring to an end the Heisei era. On the ...

.NET
Nov 14, 2018
0
0

ASP.NET SignalR 2.4.0

Brady Gaster
Brady Gaster

We've just shipped the final 2.4.0 version of ASP.NET SignalR, the version of SignalR for System.Web and/or OWIN-based applications. As we mentioned in a previous post on the future of ASP.NET SignalR, 2.4.0 is a minor release which contains some small bug fixes and updates. The majority of the features and fixes we implemented for ASP.NET SignalR ...

ASP.NETSignalR
Nov 13, 2018
0
0

.NET Framework November 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the November 2018 Security and Quality Rollup.SecurityNo new security fixes. See .NET Framework September 2018 Security and Quality Rollup for the latest security updates.Quality and ReliabilityThis release contains the following quality and reliability improvements.CLRWFWinformsWPFNote: Additional information on these ...

.NET Framework.NETSecurity
Nov 13, 2018
9
0

.NET Core tooling update for Visual Studio 2017 version 15.9

Phillip Carter
Phillip Carter

Update! Starting with Visual Studio 2019, the option has moved to: Tools > Options > Environment > Preview Features Old post for posterity: Starting with Visual Studio 2017 version 15.9, we’ve changed how the Visual Studio tooling for .NET consumes .NET Core SDKs. Prior to this change, installing a preview version of the .NET Core SDK ...

.NET Core.NETVisual Studio
Nov 13, 2018
1
0

Cross-platform Time Zones with .NET Core

christopher roberts msft
christopher roberts msft

Developing applications that span multiple operating systems in .NET Core while working with Time Zone information can lead to unexpected results for developers not familiar with the differences in how operating systems manage Time Zones. In this post, we will explore those differences and the challenges they present. Reproducing the issue ...

.NET Core.NET