Showing results for 2018 - Page 3 of 19 - .NET Blog

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

.NET Core.NET
Nov 12, 2018
17
0

Building C# 8.0

Mads Torgersen
Mads Torgersen

Building C# 8.0 The next major version of C# is C# 8.0. It's been in the works for quite some time, even as we built and shipped the minor releases C# 7.1, 7.2 and 7.3, and I'm quite excited about the new capabilities it will bring. The current plan is that C# 8.0 will ship at the same time as .NET Core 3.0. However, the features will start to ...

C#
Nov 9, 2018
0
0

When should you right click publish

Angelos Petropoulos
Angelos Petropoulos

Some people say ‘friends don’t let friends right click publish’ but is that true? If they mean that there are great benefits to setting up a CI/CD workflow, that’s true and we will talk more about these benefits in just a minute. First, let’s remind ourselves that the goal isn’t always coming up with the best long-term solution. Technology moves f...

ASP.NETASP.NET CoreAzure
Nov 8, 2018
0
0

Announcing ML.NET 0.7 (Machine Learning .NET)

Cesar De la Torre
Cesar De la Torre

We're excited to announce today the release of ML.NET 0.7 - the latest release of the cross-platform and open source machine learning framework for .NET developers (ML.NET 0.1 was released at //Build 2018). This release focuses on enabling better support for recommendation based ML tasks, enabling anomaly detection, enhancing the customizabilit...

.NETMachine LearningML.NET
Nov 7, 2018
23
17

Understanding the Whys, Whats, and Whens of ValueTask

Stephen Toub - MSFT
Stephen Toub - MSFT

The .NET Framework 4 saw the introduction of the  namespace, and with it the  class. This type and the derived  have long since become a staple of .NET programming, key aspects of the asynchronous programming model introduced with C# 5 and its  /  keywords. In this post, I'll cover the newer / types, which were introduced to help improve asynchrono...

.NET
Nov 5, 2018
17
1

Announcing .NET Standard 2.1

Immo Landwerth
Immo Landwerth

Since we shipped .NET Standard 2.0 about a year ago, we've shipped two updates to .NET Core 2.1 and are about to release .NET Core 2.2. It's time to update the standard to include some of the new concepts as well as a number of small improvements that make your life easier across the various implementations of .NET. Keep reading to learn more ab...

.NET
Oct 30, 2018
0
0

Announcing .NET Framework 4.8 Early Access build 3673

namrata karnam
namrata karnam

We are happy to share the next Early Access build for the .NET Framework 4.8. This includes an updated .NET 4.8 runtime as well as the .NET 4.8 Developer Pack (a single package that bundles the .NET Framework 4.8 runtime, the .NET 4.8 Targeting Pack and the .NET Framework 4.8 SDK). Please help us ensure this is a high quality and compatible rele...

.NET Framework.NET
Oct 29, 2018
0
0

A first look at changes coming in ASP.NET Core 3.0

Damian Edwards
Damian Edwards

While we continue to work on finalizing the next minor version of ASP.NET Core, we’re also working on major updates to our next release that will include some changes in how projects are composed with frameworks, tighter .NET Core integration, and 3rd party open source integration, all with the goal of making it easier and faster for you to develop...

ASP.NETASP.NET Core
Oct 25, 2018
0
0

Announcing CosmosDB Table Async OutputCache Provider Release and ASP.NET Providers Connected Service Extension Update

Web Development Tools Microsoft
Web Development Tools Microsoft

Through the years, ASP.NET team have been releasing new ASP.NET SessionState and OutputCache providers to help developers make their web applications ready for the cloud environment. Today we are announcing a new OutputCache provider, Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider,  to enable your applications store the OutputCa...

ASP.NET
Oct 24, 2018
0
0

Bringing .NET application performance analysis to Linux

Rich Lander [MSFT]
Rich Lander [MSFT]

Both the Windows and Linux ecosystems have a swath of battle-hardened performance analysis and investigation tools. But up until recently, developers and platform engineers could use none of these tools with .NET applications on Linux. Getting them to work with .NET involved collaboration across many open source communities. The .NET team at Mic...

.NET