Showing tag results for announcement

Oct 17, 2018
Post comments count0
Post likes count0

Announcing .NET Core 2.2 Preview 3

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 4, 2018
Post comments count4
Post likes count0

Update on .NET Core 3.0 and .NET Framework 4.8

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
Sep 19, 2018
Post comments count4
Post likes count0

Announcing Cumulative Updates for .NET Framework for Windows 10 October 2018 Update

Brett Lopez [MSFT]

We deliver .NET Framework updates nearly every month, through Windows Update and other distribution channels. We are making changes to the way that we deliver those updates. We’ll soon start delivering a Cumulative Update for .NET Framework alongside the Windows 10 Cumulative Update, starting with the Windows 10 October 2018 Update. This new approa...

.NET Framework
Sep 11, 2018
Post comments count1
Post likes count0

.NET Core September 2018 Update

Lee Coward

Today, we are releasing the .NET Core September 2018 Update. This update includes .NET Core 2.1.4 and .NET Core SDK 2.1.402 and contains important reliability fixes. Security CVE-2018-8409: .NET Core Denial Of Service Vulnerability A denial of service vulnerability exists in .NET Core 2.1 when System.IO.Pipelines improperly handles requests. An a...

.NET
Aug 22, 2018
Post comments count0
Post likes count0

LibMan CLI Released

Justin Clareburt (MSFT)

The Command Line Interface (CLI) is now available for Microsoft Library Manager (LibMan) and can be downloaded via NuGet. Look for Microsoft.Web.LibraryManager.Cli The LibMan CLI is cross-platform, so you’ll be able to use it anywhere that .NET Core is supported (Windows, Mac, Linux). Install the LibMan CLI To install LibMan, type: Once the...

ASP.NET
Aug 20, 2018
Post comments count0
Post likes count0

Bing.com runs on .NET Core 2.1!

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 8, 2018
Post comments count7
Post likes count0

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

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
Nov 16, 2017
Post comments count1
Post likes count0

Announcing the Windows Compatibility Pack for .NET Core

Immo Landwerth

Porting existing code to .NET Core used to be quite hard because the available API set was very small. In .NET Core 2.0, we already made this much easier, thanks to .NET Standard 2.0. Today, we're happy to announce that we made it even easier with the Windows Compatibility Pack, which provides access to an additional 20,000 APIs via a single NuGet ...

.NET
Oct 31, 2017
Post comments count1
Post likes count0

Introducing API Analyzer

Immo Landwerth

This post was written by Olia Gavrysh. Have you ever wondered which APIs are deprecated and which should you use instead? Or have you ever used an API and then found out it didn't work on Mac or Linux? Have that ever happened to you too late when a major part of your code is already implemented and refactoring is way too hard? Both of these prob...

.NET
Oct 31, 2017
Post comments count0
Post likes count0

Welcome to C# 7.1

Mads Torgersen

With C# we have always tended towards major releases: bundle a lot of features up, and release less frequently. We even went so far as routinely omitting the traditional ".0" when we talked about C# 6.0! In the C# 7.0 "wave" we are trying something new. Tools such as Visual Studio upgrade on a frequent cadence, and there's no longer a technical ...

.NET