Top

Tag: .NET 6


Development Software, Software Category

ASP.NET SPA Templates Proxy Changes From .NET 5 to .NET 6, .NET 7, and On

May 4, 2023

Via: InfoQ

ASP.NET has many templates that help you get started with development on the .NET ecosystem. The templates offer Server Side Rendering (Razor Pages, MVC, Blazor Server) and Client Side Rendering (Blazor WebAssembly) solutions, as well as Single Page Applications (Angular, […]


Development Software, Software Category

Explore the Latest Updates to WinForms Visual Basic Application Framework

March 24, 2023

Via: InfoQ

Recent updates to the WinForms Visual Basic Application Framework are covered in-depth in a blog post published by Microsoft. The original blog post explains the advantages users can expect to experience by updating their applications to the most recent .NET […]


Development Software, Software Category

.NET MAUI Framework Released Together with Visual Studio 2022

September 22, 2022

Via: InfoQ

Microsoft announced last August that its multi-platform UI framework, MAUI, had been officially released and out of preview, with the launch of Visual Studio 2022 for Windows. The release marks the official launch of the new framework for .NET programmers […]


Development Software, Software Category

The best new features in ASP.NET Core 6

July 21, 2022

Via: InfoWorld

Microsoft .NET 6 arrived in November 2021 with all kinds of great new features for .NET developers. The biggest highlight of .NET 6, though, is ASP.NET Core 6, a major upgrade of Microsoft’s open source framework for building modern web […]


Development Software, Software Category

The best new features in .NET 6

June 30, 2022

Via: InfoWorld

Microsoft .NET 6 is the culmination of the .NET unification that started with .NET 5. Cross-platform .NET 6 merges the .NET Core, .NET Framework, and Xamarin/Mono technologies into a single .NET Framework, unifying the SDK and runtime for desktop, mobile, […]


Development Software, Software Category

AWS Lambda Supports .NET 6

March 8, 2022

Via: InfoQ

AWS Lambda recently added support for .NET 6, as both a managed runtime and a container base image. The new runtime introduces new .NET language features and performance optimizations, improves logging and simplifies function definition using top-level statements. The new […]


Development Software, Software Category

Minimal APIs, Blazor Improvements, and Tools Updates in ASP.NET Core 6

February 7, 2022

Via: InfoQ

Last year, Microsoft released the latest version of the .NET framework, the .NET 6. This version includes many new features and improvements related to the ASP.NET Core framework, increasing the capabilities available for developers and simplifying the development process. ASP.NET […]


Development Software, Software Category

Microsoft .NET Community Toolkit backs .NET 6

January 28, 2022

Via: InfoWorld

Microsoft is previewing .NET Community Toolkit 8.0.0, a new version of the .NET toolkit that adds .NET 6 support and new MVVM (Model-View-ViewModel) toolkit capabilities. The .NET Community Toolkit is a collection of APIs and helpers for all .NET developers, […]


Development Software, Software Category

Take advantage of .NET 6 on Azure

January 5, 2022

Via: InfoWorld

The November 2021 launch of .NET 6 introduced the first Long Term Support (LTS) version of the new .NET Core-based unified platform. Supported until November 2024, .NET 6 is intended for production code that needs a stable foundation. You can […]


Development Software, Software Category

Windows Forms advances in .NET 6 but still needs work

November 23, 2021

Via: InfoWorld

The runtime for Windows Forms, Microsoft’s UI framework for building Windows desktop applications, was spruced up with the recent release of .NET 6.0, although high-DPI and scaling issues remain to be resolved for the application. In a bulletin on Windows […]


Development Software, Software Category

.NET MAUI Preview 9: Borders, Corners, Shadows and Performance Improvements

October 18, 2021

Via: InfoQ

.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into native desktop apps for Windows and macOS. The latest version of it, Preview 9 is here and brings a lot […]


Development Software, Software Category

Under the hood with .NET 6

September 29, 2021

Via: InfoWorld

The next release of the .NET platform is around the corner. The new annual cadence of releases makes .NET 6 the first long-term support release of the unified .NET. That makes it a more important event than most as it’s […]


Development Software, Software Category

Microsoft details .NET 6 performance boosts

August 19, 2021

Via: InfoWorld

.NET 6, the planned upgrade to Microsoft’s software development platform, boasts performance improvements in areas ranging from just-in-time (JiT) compilation and garbage collection (GC) to JSON, according to Microsoft. In a lengthy blog post published August 17, Steven Toub, a […]


Development Software, Software Category

.NET 6: Threading Improvements

August 9, 2021

Via: InfoQ

While numerous libraries exist to abstract away the complexities of asynchronous and concurrent programming, developers still need to drop down to lower thread-handling logic from time to time. Continuing our API changes for .NET 6 series, we look at some […]


Development Software, Software Category

.NET 6: Collections Improvements

June 4, 2021

Via: InfoQ

Before performing a large set of inserts into a Dictionary or HashSet, it is helpful to call EnsureCapacity with the expected collection size. This allows the collection to perform one resize operation upfront, avoiding the possibility of multiple resizes being […]


Application Software, Software Category

Microsoft Announces 64-Bit Visual Studio 2022

April 23, 2021

Via: InfoQ

Microsoft’s Amanda Silver has announced that the company will be releasing the first preview of Visual Studio 2022 this summer (2021Q3). This latest version of the long-standing tool will be fully 64-bit, and is featuring improved collaboration tools and support […]


Development Software, Software Category

.NET 6: Date and Time Structures

April 13, 2021

Via: InfoQ

A long-standing problem with .NET’s Base Class Library is the inability to separately represent date and time values. As part of .NET 6, the new DateOnly and TimeOnly classes seek to correct this oversight. Since the 90’s, Windows programmers have […]