Showing results for .NET Core - .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
Oct 23, 2018
0
0

.NET Core Source Code Analysis with Intel® VTune™ Amplifier

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Varun Venkatesan, Li Tian, Denis Pravdin, who are engineers at Intel. They are excited to share .NET Core-specific enhancements that Intel has made to VTune Amplifier 2019. You can use this tool to use to make .NET Core applications faster on Intel processors. Update (2019.01.14): VTune™ Amplifier 2019 Update 2 is now avai...

.NET Core.NET
Oct 17, 2018
0
0

Announcing .NET Core 2.2 Preview 3

Rich Lander [MSFT]
Rich Lander [MSFT]

Announcing .NET Core 2.2 Preview 3 as well as ASP.NET Core 2.2 Preview 3, and Entity Framework 2.2 Preview 3 release. .NET Core 2.2 Preview 3 can be used with Visual Studio 15.9 Preview 3 (or later), Visual Studio for Mac and Visual Studio Code. Download and test it out! We’re looking for feedback on the release with the intent of shipping the fina...

.NET.NET Core
Oct 9, 2018
0
0

.NET Core October 2018 Update – NET Core 1.0 and 1.1

Vivek Mishra
Vivek Mishra

Today, we are releasing the .NET Core October 2018 Update for 1.0 and 1.1. This update includes .NET Core 1.0.13, 1.1.10 and .NET Core SDK 1.1.11. Security CVE-2018-8292: .NET Core Information Disclosure Vulnerability Microsoft is aware of a security feature bypass vulnerability that exists when .NET Core when HTTP authentication information i...

.NET Core.NET
Oct 4, 2018
4
0

Update on .NET Core 3.0 and .NET Framework 4.8

Scott Hunter [MSFT]
Scott Hunter [MSFT]

In May, we announced .NET Core 3.0, the next major version of .NET Core that adds support for building desktop applications using WinForms, WPF, and Entity Framework 6. We also announced some exciting updates to .NET Framework which enable you to use the new modern controls from UWP in existing WinForms and WPF applications. Today, Microsoft is sh...

.NET Core.NET.NET Framework
Oct 2, 2018
0
0

.NET Core October 2018 Update – NET Core 2.1.5 & SDK 2.1.403

Lee Coward
Lee Coward

.NET Core October 2018 Update Today, we are releasing the .NET Core October 2018 Update. This update includes .NET Core 2.1.5 and .NET Core SDK 2.1.403 and contains important reliability fixes. Getting the Update The latest .NET Core updates are available on the .NET Core download page. This update will be included in the Visual Studio 15.8.7 up...

.NET Core.NET
Sep 12, 2018
0
0

Announcing .NET Core 2.2 Preview 2

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 2.2 Preview 2. We have great improvements that we want to share and that we would love to get your feedback on, either in the comments or at dotnet/core #1938. ASP.NET Core 2.2 Preview 2 and Entity Framework 2.2 Preview 2 are also releasing today. We are also announcing C# 7.3 and ML.NET 0.5. You can see complet...

.NET Core
Aug 20, 2018
0
0

Bing.com runs on .NET Core 2.1!

Mukul Sabharwal
Mukul Sabharwal

Bing.com is a cloud service that runs on thousands of servers spanning many datacenters across the globe. Bing servers handle thousands of users' queries every second from consumers around the world doing searches through their browsers, from our partners using the Microsoft Cognitive Services APIs, and from the personal digital assistant, Cortana....

.NET.NET CoreDeveloper Stories
Aug 14, 2018
0
1

Announcing F# 4.5

Phillip Carter
Phillip Carter

Today, we’re incredibly pleased to announce general availability of F# 4.5. This post will walk through the changes in F# 4.5 (just like the preview post), then show some updates to F# tooling, and finally talk a bit about where what we’re thinking about for the next F# version. Get started F# 4.5 can be acquired in two ways: If y...

.NET.NET CoreVisual Studio
Aug 8, 2018
7
0

Are your Windows Forms and WPF applications ready for .NET Core 3.0?

Olia Gavrysh
Olia Gavrysh

Download Portability Analyzer (2.37 MB) At Build 2018 we announced that we are enabling Windows desktop applications (Windows Forms and Windows Presentation Framework (WPF)) with .NET Core 3.0. You will be able to run new and existing Windows desktop applications on .NET Core and enjoy all the benefits that .NET Core has to offer, such as appli...

WPF.NET Core