Showing results for open source - .NET Blog

Apr 5, 2021
14
0

Announcing Open Source C# standardization

Bill Wagner
Bill Wagner

The C# standards committee moved its work into Open Source. ECMA worked with the .NET Foundation, enabling C# developers worldwide to participate in the standardization effort. Visit the C# standards repo for more information.

.NETC#
Feb 22, 2021
1
0

Survey: Library & Open Source

Immo Landwerth
Immo Landwerth

Are you an open source maintainer, contributor or consumer? Please help us to identify pain points and concerns so we can make your experience better!

.NET.NET Core
Dec 16, 2019
49
0

An Introduction to DataFrame

Prashanth Govindarajan
Prashanth Govindarajan

Last month, we announced .NET support for Jupyter notebooks, and showed how to use them to work with .NET for Apache Spark and ML.NET. Today, we're announcing the preview of a DataFrame type for .NET to make data exploration easy. If you've used Python to manipulate data in notebooks, you'll already be familiar with the concept of a DataFrame. At a...

.NET.NET CoreC#
Aug 7, 2019
29
0

Update on .NET Standard adoption

Immo Landwerth
Immo Landwerth

It's about two years ago that I announced .NET Standard 2.0. Since then we've been working hard to increase the set of .NET Standard-based libraries for .NET. This includes many of the BCL components, such as the Windows Compatibility Pack, but also other popular libraries, such as the JSON.NET, the Azure SDK, or the AWS SDK. In this blog post, I'l...

.NET
Feb 26, 2019
35
0

How to port desktop applications to .NET Core 3.0

Olia Gavrysh
Olia Gavrysh

In this post, I will describe how to port a desktop application from .NET Framework to .NET Core. I picked a WinForms application as an example. Steps for WPF application are similar and I'll describe what needs to be done different for WPF as we go. I will also show how you can keep using the WinForms designer in Visual Studio even though it is un...

.NET Core.NET.NET Framework
Dec 10, 2018
3
1

Open Sourcing XAML Behaviors for WPF

karan nandwani msft
karan nandwani msft

Today, we are excited to announce that we are open sourcing XAML Behaviors for WPF. In the past, we open sourced XAML Behaviors for UWP which has been a great success and the Behaviors NuGet package has been downloaded over 500k times. One of the top community asks has been to support WPF in the same way. XAML Behaviors for WPF now ships as a Nu...

XAMLWPF
Dec 4, 2018
2
0

Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3 Preview 1. It is the first public release of .NET Core 3. We have some exciting new features to share and would love your feedback. You can develop .NET Core 3 applications with Visual Studio 2019 Preview 1, and Visual Studio Code. It will be supported in a later version of Visual Studio for Mac. Download and...

.NET Core.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
Nov 16, 2017
1
0

Announcing the Windows Compatibility Pack for .NET Core

Immo Landwerth
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