“The C# standards committee moved its work into Open Source, enabling C# developers worldwide to participate in the standardization effort.”
Source: Announcing Open Source C# standardization | .NET Blog
“The C# standards committee moved its work into Open Source, enabling C# developers worldwide to participate in the standardization effort.”
Source: Announcing Open Source C# standardization | .NET Blog
Do you do threads? If you do, you need to master the appropriate ways to sync data between them.
Choosing the right synchronization mechanisms when working with threads, thread-pools, and I/O Completion ports to create high performance asynchronous servers in C++
Source: Synchronization with Visual C++ and the Windows API – CodeProject
Neat example of what is possible with Blazor!
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
Source: Microsoft Blazor – Rapid Development with SQL Forms Open-source Platz.SqlForms – CodeProject
If you are used to command-line apps, passing arguments to other apps is a very common task. Yes, you can manually parse those values, but once you have multiple parameters it can be a very error-prone code (which is mostly boilerplate anyway). This seems like a problem that someone else might have fixed already, right? So of course we can find a NuGet library that helps us parse these arguments.
TL;DR: https://github.com/commandlineparser/commandline/wiki
David Ortinau (@davidortinau) writes:
With .NET 6 previews starting right around the corner, it is time to start getting excited for the new .NET Multi-platform App UI (MAUI) that was announced at BUILD 2020. This year of .NET has a lot of amazing things for client application developers.
.NET MAUI is the evolution of Xamarin.Forms, a cross-platform mobile first framework for Android, iOS, and UWP. Building upon 7 years of experience supporting customers from independent developers to some of the world’s largest companies, we are improving the core of the product, speeding up UI rendering, investing in consistent design systems, and extending from mobile to desktop.
WinUI 3 is a new, cross-platform UI initiative from MS that has as a goal to separate the UWP UI/Application framework away from Windows.
Recently Nick came across a twitter thread talking about WinUI 3.0 (WinUI3) and how it failed to live up to expectations. Hopefully @JaykeBirdCoding won’t mind him going through his tweets and providing his thoughts. @JaykeBirdCoding!
Summary: You need to look into both Uno and outside the .NET ecosystem if you’re serious about cross platform.
A low cost (less than £4), high-performance microcontroller board built around Raspberry Pi’s very own chip – the RP2040.
Source: Raspberry Pi Pico – Pimoroni
Culled from reams of Microsoft documentation, here’s a high-level summary of what’s new for performance, networking, diagnostics and more, along with links to the nitty-gritty details for those wanting to dig in more.
Source: Here’s a One-Stop Shop for .NET 5 Improvements — Visual Studio Magazine
Microsoft have documented design patterns for building reliable, scalable, secure applications in the cloud.
Source: Cloud design patterns – Azure Architecture Center | Microsoft Docs
.NET 5 introduces networking features which includes improvements around HTTP, Sockets, networking-related security, and other primitives, such as
You must be logged in to post a comment.