Introducing .NET MAUI Community Tookit v8: TouchBehavior support is here!
by Gerald Versluis
posted on: April 24, 2024
The .NET MAUI Community Toolkit version 8.0 has been released with the highly anticipated TouchBehavior on board!
by Gerald Versluis
posted on: April 24, 2024
The .NET MAUI Community Toolkit version 8.0 has been released with the highly anticipated TouchBehavior on board!
by David Pine
posted on: April 23, 2024
Explore C# 12's primary constructors through incremental refactoring of a Worker service.
by Andrew Lock
posted on: April 23, 2024
In this post I describe how I hacked together an AsciiMath parser for .NET. I also show the existing implementations available and how I chose between them…
by Gérald Barré
posted on: April 22, 2024
When you use generic types in C#, it is sometimes hard to understand what the generic argument can represent. For example, what do the strings represent in Dictionary<string, string>? To make the code clearer, you can use type aliases.C#copy// ❌ What does the string means? _ = new Dictionary&
by Oren Eini
posted on: April 19, 2024
For Episode 123 of the CollabTalk Podcast, we explored the pivotal role of community in shaping businesses, discussing my guest’s founding of his company and the strategies for building and nurturing open-source communities. We covered the symbiosis between commercial success and community engagement, emphasizing the importance of community feedback in innovation and the challenges and benefits of integrating open-source models into business strategies. You can listen to the podcast above and follow me using your favorite app, such as Spotify, Apple Podcasts, Stitcher, Soundcloud, or the iHeartRadio app. Be sure to subscribe!
by Ardalis
posted on: April 19, 2024
In the fast-evolving world of software development, keeping pace with technology trends is both a necessity and a challenge. Companies and…Keep Reading →
by Ardalis
posted on: April 18, 2024
NOTE: Watch the video above to see actual timings of starting with and without debugging. Vote for this feature request to make Run vs Debug…Keep Reading →
by Mehul Harry
posted on: April 18, 2024
Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.
by Kara Saucerman
posted on: April 17, 2024
Microsoft AI - our journey to building a scalable gateway with YARP on .NET8
by Waldek Mastykarz
posted on: April 16, 2024
Learn how to build and test resilient apps in .NET with Dev Proxy to simulate API failures, different network conditions, and a lot more from your local machine.