Evaluate the quality of your AI applications with ease - .NET Blog Get started with the new Microsoft.Extensions.AI.Evaluation library to kickstart your Intelligent Application eveluation journey.
Azure APIM Backends with OpenAPI Specifications: Importance of operationId .NET, ASP.NET Core, Visual Studio, Azure, Jaliya Udagedara
Getting started with .Net Aspire Learn how to get started with .Net Aspire, a comprehensive set of tools, templates, and packages that simplify cloud-native application development using .Net. Explore its key features like orchestration, integrations, and tooling to build observable, pro...
Coffee and Open Source Conversation - Magnus Mårtensson Magnus Mårtensson is an entrepreneur, a Microsoft Most Valuable Professional (MVP) for Azure since the start of the cloud, and a Microsoft Regional Director (RD). He is a consultant, architect, product development lead, and he runs his own company Loftyso...
Uno Platform Live Coding: Taking a look at InvariantCulture and x:Load issues Turn your videos into live streams with https://restream.io
Coffee and Open Source Conversation - Magnus Mårtensson Magnus Mårtensson is an entrepreneur, a Microsoft Most Valuable Professional (MVP) for Azure since the start of the cloud, and a Microsoft Regional Director (RD). He is a consultant, architect, product development lead, and he runs his own company Loftyso...
Talking C#, Web Dev, and AI Turn your videos into live streams with https://restream.io Let's talk about Microsoft Ignite, and get back to building websites with C#
On .NET Live: CountryData.Net - Country Data Made Easy! How many AI agents and LLM's does it take to change a lightbulb? LLM's are a very hot topic right now, but can we use them in a real business scenario? In this episode, community MVP Johnny Hooyberghs returns to the panel to show us how to use Semantic Ke...
Simple Tips to Effectively Apply Feature Folders ⭐️ Learn what it takes to build a complete Cloud application with 40% discount: https://dometrain.com/course/lets-build-it-url-shortener-in-dotnet/?coupon_code=BLACKFRIDAY24&ref=gui-ferreira
Implementing the Transactional Outbox Pattern from Scratch Get the source code for this video for FREE → https://the-dotnet-weekly.kit.com/outbox-pattern Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Join a community of 1000+ ....
G: Animation 2 (Category Compilation) #10~#18 In Category G: Animation, I share some of the tricks we use to animate characters and other elements in video games. [Index] 0:00 Opening 0:11 G-10 Damage Animations 4:20 G-11 The Perils of Interpolation 8:38 G-12 Facial Animations 10:57 G-13 Flipped Ani...
Object Calisthenics #5: Other points of views You've seen two implementations of calisthenics objects that differed in many ways, both in the way they applied the rules and in the solutions they proposed to meet the rules discussed in this article: Object Calisthenics #1: Elevating Code Quality with...
Enhancing .NET Security: A Guide to Secure Password Hashing with Spargine’s SHA256PasswordHasher Spargine is a collection of open-source .NET 8 assemblies and NuGet packages created for effective password hashing. The SHA256PasswordHasher class uses SHA-256 with unique salts to provide secure …
[HOWTO] Run ASP.NET Core integration tests in a Az DevOps YAML pipeline when subject under test uses DefaultAzureCredential Last week I struggled (again) running ASP.NET Core integration tests for an ASP.NET Core Web API that uses DefaultAzureCredential in a Azure DevOps YAML pipeline. To avoid having to struggle again,…
Deno v. Oracle: Canceling the JavaScript Trademark Oracle is holding the JavaScript trademark hostage, and we’re pursuing legal means to #FreeJavaScript. Here’s a brief update.
Building Modular Monolith Applications with ASP.NET Core & ABP Studio | ABP.IO Building Modular Monolith Applications with ASP.NET Core & ABP Studio: ABP is an open source application development framework for .NET Developers. One of its main goals is to enable you to create modular applications. With the ...
Amazon S3 adds new functionality for conditional writes - AWS Discover more about what's new at AWS with Amazon S3 adds new functionality for conditional writes
Pricing the anonymity of banknotes Banknotes are useful. Not only do they provide their owner with a standard set of payments services, they also offer financial anonymity. ...
LLMs: AGI’s massive head-fake? In his seminal work from 1972, The Mythical Man-month, Fred Brooks, when discussing organizing software development teams along the lines of a Surgical Team, introduced us to the concept of a progr…
Fiddler – My Mistakes On a flight back from Redmond last week, I finally read Linus Torvalds’ 2002 memoir “Just For Fun.” I really enjoyed its picture of Linux (and Torvalds) early in its success, with…
Unsafe for work Before we start, have a look at this image. It is from a German book from the early Nineties, and it features some very interesting cover artwork. A knight with a cape and a big bushy mustache rides a friendly green dragon. A castle, a dolphin, and some a...
the Computing Industry Doesn't Care about Performance: how I made things faster in my pajamas These days, my day job is all about optimizing email deliverability, but I am fascinated by making computers faster. Originally, that was even the focus of the
The Context Outside the Code - Zed Blog From the Zed Blog: How you can quickly add external context to language model conversations with Zed extensions built using the new Model Context Protocol.
LLM iterate and insert chatgpt-shell includes a couple of mechanisms to operate on an Emacs buffer region. That is, select a region and ask the LLM robots to modify it for us. Until now, both of these mechanisms didn't quite close the loop. They could either modify current regi...
Bridging Ideals and Reality Learn how to bridge ideals and reality in engineering leadership by using listening, empathy, discipline, and perseverance to drive meaningful change.
Etnaviv NPU update 21: Support for the NPU in the NXP i.MX 8M Plus SoC is upstream! Several months have passed since the last update . This has been in part due to the summer holidays and a gig doing some non-upstream work, ...
Setting up listmonk, an open-source newsletter & mailing list manager - Yasoob Khalid Hi everyone! 👋 I have been using Mailchimp for my mailing list for a while and even though it is great, it is super expensive. I have 5000+ people in my list and that puts me in their $78 plan. I send the newsletter very rarely and don’t really earn anyt...
Benefits of an open network While Bluesky looks like other social apps, it’s actually quite different. It’s an open network.
How to animate an element's height with CSS grid Use CSS grid to animate an element's height from `0` to `auto`.
Some Thoughts on Remarkability you can be remarkable at different things to different numbers of people
Zero Disk Architecture - blag State is pain. The next generation of infrastructure tools will be built on diskless paradigm. In this short post I will explain what is Diskless / Zero Disk Architecture
What I wished I knew when learning C This article is a response/take on both Daniel Bachler's article on learning F# and Hillel Wayne's on the hard part of learning a new language. I thought it would be educational and a fun exercise to read this article, but covering C.
How to build a dropdown menu with just HTML In web development, there are countless ways to create a dropdown menu. The traditional method is to use JavaScript to toggle visibility. But what if I told you that you don’t need JavaScript at all?