ASP.NET Community Standup - What's new in ASP.NET Core learning content Find out about the new ASP.NET Core learning content, including a new learning path, videos, certifications, and more! Whether you're new to ASP.NET Core, or want to keep up with some of the new updates, we've got you Community Links: Featuring: K...
What’s New in .NET 9 for Data Access: From Document DBs to Vector DBs | .NET Conf 2024 This session will provide an in-depth look at the new data access features in .NET 9, focusing on the seamless integration of Document DB Providers like MongoDB, and the cutting-edge capabilities of Vector Databases including Azure SQL, Qdrant, Pinecone, ...
Dev Box Intro & Ignite Announcements In this edition of #tech on ice, I talk about #microsoft dev box and how cool it is, as well as talking about announcements at Ignite. #technology #developer #programming #coldplunge
[Monkey Conf 2024] Accesibilidad a la europea en .NET El año 2025 se acerca, y con él la necesidad de aplicar la European Accesibility Act, ¿estamos ready para el cambio? Hacer que nuestras aplicaciones .NET MAUI o Valonia sean usables para todo el mundo es ahora más importante y también más fácil que nunca....
Intel Announces Retirement of CEO Pat Gelsinger David Zinsner and Michelle Johnston Holthaus named interim Co-CEOs. Holthaus also appointed to the newly created position of CEO of Intel Products. Frank Yeary named interim executive chair.
Ship Your Product! Let's Build An Installer In Visual Studio This might not be as glamorous as building a fancy new web application... But if you're still shipping downloadable software, odds are you've probably found yourself needing an installer! Don't worry -- it's a super easy process and I'll guide you throu...
What Will Enter the Public Domain in 2025? At the start of each year, on January 1st, a new crop of works enter the public domain. Find our highlights of what lies in store for 2025 here.
Understand OpenAPI document generation in ASP.NET Core | BinaryIntellect Knowledge Base If you are following the latest happenings in the ASP.NET space then you are probably aware that Swagger UI support has been removed from the default Web API project template. The default project template now simply provides support for generating OpenAPI...
Make Your API Requests INSANELY Fast in .NET Use code BLACKFRIDAY24 at checkout to get 40% off ANY course, bundle or Dometrain Pro: https://bit.ly/3UVRaWu Subscribe to my weekly newsletter: https://nickchapsas.com Become a Patreon and get special perks: https://www.patreon.com/nickchapsas Hello, e...
Making Local Development with Azure Service Bus Effortless Hi there! Today we are going to see how local development, when using azure service bus, can became easy!
Handling UI Events with MVVM Commands in .NET MAUI This article is part of the MVVM – Made Easy series, focusing on handling UI events with ViewModel commands. This series comprises articles that provide insights into working with the MVVM design p…
Kubernetes on Hetzner How I cut my infrastructure costs by 75% and increased compute resources by 2x, and some advice for running Kubernetes on Hetzner.
IdentityServer in Docker Containers: Networking (Part 2) Part 2 in the series on containerizing IdentityServer tackles networking challenges. Learn to resolve back-channel issues and more.
ChatGPT vs. Advent of Code 2024 Day 2: Red-Nosed Reports ChatGPT can takes on Day 2 problems of Advent of Code 2024, let's see if it prevails! #openai #chatgpt #python #ai #codeinterpreter #adventofcode Contents: 0:00 - Intro 0:10 - Part 1 1:13 - Part 2 2:04 - Summary
The fascinating security model of dark web marketplaces Captchas, Monero, Scams and absolutely no JavaScript
Having fun with ValueTuple Just as a heads up: This blog post will probably bring you 0 value in your daily life - well, maybe a short smile. Let's put ValueTuple to its extreme!
1934361 - ICP-Brasil: Mis-issued certificate UNCONFIRMED (nobody) in CA Program - CA Certificate Compliance. Last updated 2024-12-01.
6 lessons I learned working at an art gallery On agency, doing value-aligned work, and making your job fun
What is Email Marketing? The term "email marketing" is too broad and generic to be useful, similar to saying you work "with computers." Let’s break down what it actually means and how to do it effectively.
228: Building 10x Better Why founders have to narrow down and compound to create truly exceptional products in the post Chat-GPT era
Configure Kernel Modules like a Pro Kernel modules are powerful pieces of code that extend the capability of your kernel, for example, WireGuard was originally developed as a kernel module. Modules can be loaded at the time of kernel image load, initramfs load, or later on during the boot s...
Can't Driven Development | (a)RManos Blog Do you find it challenging to design a new software project?
How to use Satori with your Tailwind config A quick guide to using Satori with your Tailwind plugins, fonts, and everything else in your config!
An Introduction to css-doodle This is a rough transcription based on my notes for the sharing session I presented at the online Groove meetup in June. I've shared the slide before, but I think it's worth putting the content in writing.
Notes on Sorted Data | Amit's Blog When building systems that need to store and compare data in a sorted order, we often run into challenges with how to represent our data while preserving the ordering we want. Here are some common patterns (and pitfalls) I’ve observed when working with or...
Big Endian's Guide to SQLite Storage I wanted to learn how databases like SQLite store data under the hood, so Idecided to write some code to inspect the database file. SQLitefamously stores the...