Showing results for C# - .NET Blog

Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz
Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET CoreC#
Feb 23, 2023
Post comments count27
Post likes count5

Updated Modern Code Generation for WinForm’s InitializeComponent

Klaus Loeffelmann
Klaus Loeffelmann

When you design a WinForms Form, it gets generated into a method called InitializeComponent. When you reopen that Form, it gets recreated by interpreting that code. In Visual Studio 2022 17.5, we've modernized the code generation process. And made some changes.

.NETC#WinForms
Feb 14, 2023
Post comments count39
Post likes count38

What is .NET, and why should you choose it?

.NET Team
.NET Team

.NET has changed a lot over the last few years. Learn why you should choose it for your next project.

.NETC#Performance
Feb 6, 2023
Post comments count39
Post likes count14

Update to the .NET language strategy

Kathleen Dollard
Kathleen Dollard

Interested in what is going on and the future of .NET languages, (C#, F#, and Visual Basic)? We have just published an updated version of the .NET Language Strategy on our documentation!

.NETC#.NET Framework
Jan 25, 2023
Post comments count11
Post likes count16

Using Command Binding in Windows Forms apps to go Cross-Platform

Klaus Loeffelmann
Klaus Loeffelmann

The WinForms code-behind approach has always made app development in WinForms unrivaled fast. For complex line-of-business apps, however, it can become an architectural challenge. New Command- and Data Binding Features in .NET 7 make UI-Controllers and MVVM an alternative and allow them also be reused in UI stacks like .NET MAUI.

.NETC#.NET MAUI
Dec 30, 2022
Post comments count1
Post likes count7

Top .NET Blog Posts of 2022

James Montemagno
James Montemagno

Let's take a look back at the top .NET blogs posts from 2022!

.NETASP.NETC#
Dec 12, 2022
Post comments count5
Post likes count3

Polyglot Notebooks – Now with .NET 7, C# 11, and F# 7 Support!

Claudia Regio
Claudia Regio

The December 2022 release of the Polyglot Notebooks extension for Visual Studio Code is now available. This release includes upgrades to .NET 7, support for C# 11 and F# 7, and improvements to the SQL and KQL kernel experience!

.NETC#F#
Dec 5, 2022
Post comments count19
Post likes count5

Custom Controls for WinForm’s Out-Of-Process Designer

Klaus Loeffelmann
Klaus Loeffelmann

A rich user control ecosystem has always been one of the most important WinForms success guarantors. While the runtime support for Custom Controls remains unchanged, there are breaking changes with the design time support for the new Windows Forms (WinForms) .NET Designer.

.NETC#WinForms