Episode 455 - Azure ML in the real world In this episode we chat with Andrés Padilla and Meer Alam about practical use of AI and ML systems. Examples of this are discussed around autonomous drone / delivery models and the various components in Azure that make this a seamless, scalable and susta...
File and Folder dialogs in .NET MAUI with CommunityToolkit - .NET Blog Effortlessly incorporate file system dialogs in your .NET MAUI applications.
GitHub - SimonCropp/Polyfill: Source only package that exposes newer .net and C# features to older runtimes. Source only package that exposes newer .net and C# features to older runtimes. - GitHub - SimonCropp/Polyfill: Source only package that exposes newer .net and C# features to older runtimes.
AI-Powered 'Data Wrangler' VS Code Tool Eases Prep Work for Data Scientists -- Visual Studio Magazine A new tool that can generate code is being previewed in the Visual Studio Code Insiders channel seeks to ease the tedious data preparation process that data scientists need to go through to get good data for successful analysis projects.
Announcing: Azure Developers - .NET Day - .NET Blog Join us on April 5th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.
Development With A Dot - Implementing React's UseState in C# It's been a long time since my last post! Well, I'll try to change that. For now, I'll just leave something I was playing with: an implementation in C# of React's UseState function (or hook, in …
The Switch Keyword in C# is a LIE! Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
The Randomness Summit 2023 · Luma Location Tokyo International Exchange Center, Plaza Heisei *Media Hall About the Summit The Randomness Summit is about all things related to Randomness and how it sometimes fails, or...
Too many timers in .NET? - Gérald Barré .NET provides many timers, and maybe too many timers 🤔. There are timers for UI and others for background services. In this post, I explain all of them!
On .NET Live - Scheduling & Queuing Background Jobs In .NET With Coravel What's your favorite library for scheduling jobs? In this week's episode, community MVP James Hickey joins the panel to show us Coravel, an open-source libra...
On the proper care and feeding of the enigmatic GetDistanceOfClosestLanguageInList function - The Old New Thing Thinking about how this could be used.
Timeshares: Last Week Tonight with John Oliver (HBO) John Oliver discusses timeshares, how people get into them, why it’s so difficult to get out, and one exciting new business venture.Connect with Last Week To...
Timeshares: Last Week Tonight with John Oliver (HBO) John Oliver discusses timeshares, how people get into them, why it’s so difficult to get out, and one exciting new business venture.Connect with Last Week To...
Using ASP.NET Core 7 Minimal APIs: Request Filters, Parameter Mapping, and More Several features have been added to Minimal APIs with the .NET 7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.
The Sentence Similarity Scenario in ML.NET Model Builder Microsoft recently published information about adding the Sentence Similarity scenario in Model Builder. This scenario allows the training of custom sentence similarity models. Together with the addition of this scenario to the Model Builder, it is no lon...
Notes on FFTs: for implementers In the previous post I’ve talked about things you might want to know as someone who uses FFTs, this part covers all kinds of FFT implementation details, including the underlying reasons for a…
How to Use MemoryStream in C# - Code Maze In this article, we will learn what MemoryStream is in C# and how to use it to manipulate in-memory data in a secure and realiable way.
350: Multimodal GPT-4 It is time for some lightning topics and we go big on AI with GPT-4, infused ChatGPT everywhere, and we answer your questions from the past few months! Oh... and Sauna... and SVB discussion!
World's first video of 56 transition controls for a triple inverted pendulum. This is the world's first experimental video about 56 transition controls that occur in a triple inverted pendulum. The triple inverted system was developed ...
A first look at Blazor and .NET 8 In this post, Blazor and .NET 8 is used to implement a simple website. I took a .NET 7 project, updated it to .NET 8 and tried out some of the new features in .NET 8. Code: Setup The project was se…
What’s New in the Updated React Docs After years of hard work and refinement, the former React Docs Beta have been promoted to official React documentation and are now live! Let’s take a look!
Footage of my game engine built from scratch in Rust (with Multiplayer support) Ask me questions here: https://discord.gg/R7DkHqw7zJ
Webinar – Object-Oriented vs. Functional Programming With C# and F# | The .NET Tools Blog Join us Thursday, April 6, 2023, 3:00 - 4:00 PM UTC (check other timezones) for our free live webinar, Object-Oriented vs. Functional Programming With C# and F#, with Software Architect at Calitime AG
Migrating from ts-node to Bun | johnnyreilly Migrating from ts-node to Bun is surprisingly easy - this post ports a console app from ts-node to BSun and compares performance.
Something Pretty Right: A History of Visual Basic | Retool How Visual Basic became the world’s most dominant programming environment, its sudden fall from grace, and why its influence is still shaping the future of software development.
Iterator Benchmarks That Shocked With Unexpected Results - Dev Leader When checking out the runtime performance and memory characteristics between these materialized collections and iterator benchmarks, I was very surprised!
Notes on FFTs: for users I was just looking over SIMD FFT code I wrote in 2015 for Bink Audio and Miles Sound System to replace the old, all-scalar implementation we had been using since (presumably) the late 90s. That in …
ASP.NET Core 7: Better file upload integration with Swagger on Minimal APIs Introduction Uploading a/several file(s) was extremely easy with ASP.NET Core MVC and ASP.NET Core WebAPI....
Designing Data-Intensive Applications – Lost Updates and Write Skew Podcast: Play in new window | Download
ASP.NET Core 7: Better Minimal endpoints testing with typed results Introduction ASP.NET Core 7 bring another great improvement on Minimal APIs, especially on unit testing....