.NET 8.0: [LogProperties] Attribute .NET, .NET Core, ASP.NET, ASP.NET Core, Visual Studio, Jaliya Udagedara
Burke Learns Blazor - Global HTTP Handling This week, Burke and Jon ignore Christmas completely and instead do some things with global http request handling and displaying active request status in the...
CoreWCF - It's not just for modernizing old WCF apps | .NET Conf 2023 Covers what's new in WCF to make it easier to incorporate into modern applications and port old applications to modern .NET. Using JWT authentication, and Me...
The first possible new feature of C# 13: Params collection Only one month after the big release of .NET 8, the dotnet team is already working on the next iteration: .NET 9. With that also comes new language features. The first one is about to be merged into the main development branch: Params Collections.
Announcing the HackTogether: The Great .NET 8 Hack Winners - .NET Blog Thank you for all the wonderful submissions, and now we've picked the best of the best for the winners of the Great .NET 8 Hack!
Migrating an application from Razor Pages to Blazor - part 2 Powered by Restream https://restream.ioFritz works on the TagzApp open source application. You can find it at https://github.com/FritzAndFriends/TagzApp
Five Apache projects you probably didn't know about In early 2021, I started to work on the Apache APISIX project. I have to admit that I had never heard about it before. In this post, I’d like to introduce some Apache projects that are less well-known than HTTPD or Kafka. Apache APISIX APISIX is an A...
Up Your Elf on the Shelf Game with ChatGPT They say to take the world’s most powerful artificial intelligence model and apply it to the world’s toughest problems. In my small world, my toughest problem is keeping Elf on the Shel…
Victor Guyard | Project - Creating a Disc Golf picker upper for Create-X A look into creating the world's first and only disc golf equivalent of a golf ball picker for driving ranges, created for a startup class at Georgia Tech.
The ersatz psychotherapy of the workplace Any idea or instrument (or both) for organizing work, when taken to extremes (the larger the org, the more likely) is a distraction from getting the actual work done, and (in my experience) often used as a crutch by people who stand to benefit from the se...
Mastering Spring Boot with H2 Database Integration: A Step-by-Step Gui Learn how to seamlessly integrate H2 databases with Spring Boot in this comprehensive guide. Master Spring Boot, create tables, repositories, and controller
How I spent a year building an App and failed - The Story of Taskwer | BuildingWithChris I've been a web developer for many years now and building things is something I truly enjoy. My mind is always full of ideas and over the years...
How I Work Frequently, it behooves me to look in the mirror and remind myself that the people around me give good advice, I trust them, and that I should listen to them more often. Writing in public has historically been one of my greatest fears - the slings and ar...
Jeff Bezos lessons on building business value I have extracted some interesting points from Lex - Jeff Bezos podcast.
Chinchilla Paper explained Whenever I see a discussion online about the current generation of LLMs, there is an inherent assumption and extrapolation that these technologies will keep improving with time. Why do we think that? The approximate answer is because of scaling laws which...
Making Synthesized Sounds More Acoustic I have been experimenting a lot with finding ways to get more acoustic sounds out of synthesizers. These sounds don’t need to be perfect recreations of any particular real instrument, but I want a pie
Understanding the Whole There is an idol I admire named Aaron Hsu. He has a saying, "More is accomplished by understanding the whole than optimizing the part." In life, there are ma...
Announcing .NET Aspire Preview 2 - .NET Blog .NET Aspire Preview 2 is now available and includes many improvements and new capabilities.
Release .NET Aspire 8.0 Preview 2 · dotnet/aspire The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire. What's Changed Removing internal feed since it is no longer ...
GitHub - johnma2006/mamba-minimal: Simple, minimal implementation of Mamba in one file of PyTorch. Simple, minimal implementation of Mamba in one file of PyTorch. - GitHub - johnma2006/mamba-minimal: Simple, minimal implementation of Mamba in one file of PyTorch.
LINQ Method Syntax vs Query [Pt 17] | C# for Beginners Learn how LINQ composes queries written in multiple statements, or multiple methods, into a single query operation. In this video, examine another approach t...
Announcing C# Dev Kit and Linux Android Debugging Support for Uno Platform VS Code Extension Uno Platform VS Code Extension now features C# Dev Kit support and Linux Android Debugging support. Embrace AI-powered code suggestions, efficient project navigation, and enhanced debugging capabilities for WebAssembly, iOS, and Android.
.NET 8 .🚀🔥: Amazing Cloud Native functionality with .NET Aspire Deep dive into the world of Cloud Native Development using .NET Aspire! This video is your ultimate guide to understanding and mastering cloud-native applica...
Run Any Web Applications on AWS Lambda Hi, Im James. And in this video you're going to learn how you can take almost all of the web applications or API framework's out there and run them on AWS La...
Advice for new software devs who've read all those other advice essays From a person who really shouldn't be giving others advice.
2023 - yet another annual review [Editorial] In this post, I review how 2023 went for me, both from a technical and a non-technical point of view.
Dealing With Legacy Code – How To Make Anything More Testable We're done with excused! No more claims that when dealing with legacy code your changes can't be tested! Check out this strategy to make anything more testable.
WinUI 3 DispatcherQueue | WinAppSDK | XAML | UWP | WPF | .NET Let's learn about the DispatcherQueue.GitHub: https://github.com/AndrewKeepCoding/DispatcherQueueSampleAppTwitter: https://twitter.com/AndrewKeepCodin#winui3...
It rather involved being on the other side of this airtight hatchway: Spoofing another program - The Old New Thing You already had the power to do it yourself.
I’ve vastly misunderstood the Single Responsibility Principle So have a lot of other people; my understanding of it accords with much writing I’ve seen about the principle on the web, and elsewhere. For example, in Michael Feathers’ “Working Effectively with Legacy Code”:
How to use identity to secure a Web API backend for single page apps This post is about how to use Identity to secure a Web API backend for SPAs such as Angular, React, and Vue apps. Unlike ASP.NET Core MVC, Web API projects doesn’t support the --auth Individual option while creating the Web API project from dotnet SDK. We...
.NET Developer tries Laravel PHP Lambo when?Support my Work 🤝 https://www.patreon.com/raw_codingBuy my Courses 📚 https://learning.raw-coding.devBuy my Merch 🛒 https://shop.raw-...
Empirically sup code review best practices This guide outlines the best practices for code reviews, helping software teams ship better & faster.
Introduction to Autofac FakeItEasy Package - Code Maze In this article, we'll learn about the AutoFac FakeItEasy Package, its features, benefits, and how to use it when testing out applications.
Christmas Countdown: #4 Editors? It's just John and Jane, they know all the quirks - why does edit-mode matter? An audience that is often neglected are the editors / content creators. That is a shame because happy editors => efficient editors => good content => great online experience.
Jepsen: MySQL 8.0.34 MySQL is a popular relational database. We revisit Kleppmann’s 2014 Hermitage and confirm that MySQL’s Repeatable Read still allows G2-item, G-single, and lost update. Using our transaction consistency checker Elle, we show that MySQL Repeatable Read also...
Introduction to Kafka consumers | Red Hat Developer Learn how to implement scaling with Apache Kafka consumers on Kubernetes in this demo.
MemoizR - Declarative Structured Concurrency for C# MemoizR .NET C# sample for declarative structured concurrency library
Writing Worse Code For Better Maintainability – My Own Blog Over the past 15 years, I have come across quite a few „elegant, but impractical“ code segments, and I find these quite interesting. They are often written with the best intentions in mind, or even automatically refactored by your IDE – and at first glanc...
Choosing Between Controllers and Minimal API for .NET APIs Reviewing the pros & cons of building .NET APIs with controllers, Minimal API or FastEndpoints
Turn your ideas into songs with Suno on Microsoft Copilot We are excited to share that that we have partnered with Suno, a leader in artificial intelligence-based music creation to bring their capabilities to Microsoft Copilot. Through this partnership, people will have at their fingertips the ability, regardles...
Wolverine’s HTTP Gets a Lot Better at OpenAPI (Swagger) Hey, did you know that JasperFx Software is ready for formal support plans for Marten and Wolverine? Not only are we trying to make the “Critter Stack” tools be viable long term options for your sh…
Wham! Authentication broker support lands in the Azure Identity libraries. Learn how to use the Web Account Manager authentication support for Windows in the November release of the Azure Identity client libraries.