Amazon.com : X-ACTO Desk Knife Holder, 5.5 x 6.5 Inches, Silver and Black (X2013) : Xacto Knife Holder : Office Products Amazon.com : X-ACTO Desk Knife Holder, 5.5 x 6.5 Inches, Silver and Black (X2013) : Xacto Knife Holder : Office Products
Coding a drone using .NET & ChatGPT AI and flying it in mixed reality | .NET Conf 2023 Student Zone We'll use Unity 3D, .NET, and focus on UDP Client-Server networking for drone communication. ChatGPT AI assists programmers, offering insights to boost decis...
Text and Strings Part 1 - C# in the Cards Episode 4 In this lesson, we will introduce strings and text operations in the C# language. Text and notebooks that accompany this lesson can be found at https://www....
US regulator considers stripping inspection authority from Boeing employees Mid-air blowout of 737 Max 9 prompts review of system where company staff certify aircraft
Sortable Lists for Blazor using a SortableJS Component - .NET Blog Blazor Sortable is a new a open source community Blazor component for creating sortable lists of items using SortableJS.
Amazon.com: I'm sorry but I cannot fulfill this request it goes against OpenAI use policy. My purpose is to provide helpful and respectful information to users-Brown : Office Products Amazon.com: I'm sorry but I cannot fulfill this request it goes against OpenAI use policy. My purpose is to provide helpful and respectful information to users-Brown : Office Products
In C++/WinRT, how can I await multiple coroutines and capture the results?, part 3 - The Old New Thing Dealing with awaitables that return void, and questioning our life choices.
EASIEST Way To Approach Data Processing in C# - Pipelines Are you wondering how to process data effectively in C#? There's a simple design pattern that paves the foundation for doing this!The pipeline design pattern...
How Cloudflare Was Able to Support 55 Million Requests per Second With Only 15 Postgres Clusters #32: Learn More - Awesome PostgreSQL Scalability (5 minutes)
Bound for greater Bindings Bindings are often used to integrate native libraries into .NET MAUI apps. We talk about the challenges of creating bindings for Android and iOS platforms and some alternative techniques such as Slim bindings and Platform Channels for accessiong Swift/Ob...
.NET 8 🔥🚀 : Guide to Secure User Authentication - Exploring Identity new Features In this video we will discussed the new features with Identity in .NET 8Support me on Patreon to access the source code:https://www.patreon.com/mohamadlawand...
Introduction to Machine Learning in C#. Classification using ML.NET Dive into the world of Machine Learning with C#! 🤖✨ In this video, I guide you through building a powerful email subject classifier using ML.NET. Learn step...
ASP.NET Core News - 01/12/2024 Would you like to advertise with us? Visit the Media Kit for details on how to sponsor this newsletter with thousands of readers every week.
M365 Admin App: A Customer .NET MAUI Migration Story Powerful podcast hosting and analytics. By podcasters, for podcasters.
Stop using Code Coverage as a Quality metric “When a measure becomes a target, it ceases to be a good measure” - Goodhart's Law Code coverage serves as a valuable metric for gauging the extent of code covered by test cases. However, using it as the metric to determine code quality is misplaced.
Waiting for Postgres 17: Incremental base backups We walk through the incremental backup feature committed to the Postgres 17 development branch by Robert Haas. We show an example on our local machine.
How To Implement The Pipeline Design Pattern in C# Learn about the pipeline design pattern in C#. Discover how to create and chain pipeline stages. Get code examples, tips, and use cases for this design pattern.
Statement regarding the ongoing SourceHut outage sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
.NET Conf 23 - Recap Mangaluru Get ready for an epic .NET Conf 23 - Recap Mangaluru, a kickass in-person event where we'll dive into the latest updates and trends in .NET
ChatGPT vs. Advent of Code 2023 Day 17: Clumsy Crucible ChatGPT and its Code Interpreter will try to move the crucible on Day 17 of #adventofcode!#openai #chatgpt #python #ai #codeinterpreterContents:0:00 - Intro0...
.NET Continuous Profiler: Under the Hood Our .NET profiler was designed and implemented to run 24/7 in production, at any scale, with negligible impact. Here are the details of how we built it.
That's NOT How Async And Await Works in .NET! Async and await in .NET is something so common, yet a lot of people fail to understand how it works and what problems does it solve. It's sad that even "infl...
Hacker Allegedly Holds Data of 41 Million Hathway Customers A threat actor is selling what he claims to be the personal data of 41.5 million customers of Hathway on a hacking forum for $10,000.
From Code Generation to Revolutionary RavenDB Unveiling the Database Secrets with Oren Eini RJJ Software's Podcasting Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Podcasting Services, where your podcast beco...
Episode 64: GitKraken - with Justin Roberts and Eric Amodio In this episode, I was joined by Justin Roberts and Eric Amodio to chat about the GitKraken Git client. We chatted about its features, and also what it’s been like working on it. We also spoke about the GitLens VS Code client. Justin is the Senior Directo...
S06E09 - From Code Generation to Revolutionary RavenDB: Unveiling the Database Secrets with Oren Eini Seasoned developer Oren Eini discusses the complexities and advancements of working with the .NET framework and databases like RavenDB. From the evolution of the language to the challenges of working with generated code, Eini provides valuable insights in...
Software optimisation: leveraging algorithms for optimized performance/search. - Simple Talk Software optimization refers to the process of improving the performance, efficiency, and resource utilization of a software application. It involves
Connect a .NET app to an external PostgreSQL database | Red Hat Developer Learn how to connect a .NET 7 application to an external PostgreSQL database to enhance .NET application performance in a modern cloud-native environment.
ASP.NET Core Basics: Understanding and Practicing SOLID Learn the principles that make up SOLID and see how to apply them in practice when building ASP.NET Core applications.
Coravel - Easy task scheduling for your .NET web apps Coravel makes it easy to run tasks on a regular basis
Collection Expressions in .NET 8 In .NET 8, we are now able to initialize lists and arrays cleanly using the new Collection Expressions syntax. Let's see how they work in this 10-minute trai...
The ZK update conflict issue in multi-user applications I haven't seen much ink being spewed on the ZK update conflict issue so I'll write a short note here. Let's take a step back. Zero-knowledge proofs allow you to prove the result of the execution of some logic. Like signatures attached to data you receive,...
.NET Aspire with Angular, React, and Vue - Code Samples An example of how to integrate several Node.js apps into a .NET Aspire app.
When to Use Thread.Sleep, When to Use Task.Delay? In this article, we will explore the differences between Thread.Sleep and Task.Delay, and learn when to use them
JSON Web Tokens are actually great, just not for sessions Half of the internet is saying: "Just use JSON Web Tokens 😎🔥" and half of the crypto-community is shouting: "DON'T USE JSON WEB TOKENS!!! ☠️☠️". Who is right? who is wrong? As always, it's not that simple. Introduction to JSON We...
Local Development With Mirrord | LinuxBlog.xyz Mirrord - Develop Locally with Your Kubernetes Environment
Learn SVG by drawing an arrow | Shalvah's Blog How SVG works The common way of representing digital images is via pixels. Take an image and break it down into small squares ("pixels"), where each ...
Consistency Don't get fooled into having a plan of what you'll do without a plan of how you'll keep going.
Previewing Meteor Lake at CES Intel has been using a hybrid core strategy for years in a bid to leverage their bigger engineering budget to corner AMD. Specifically, P-Cores focus on maximizing per-thread performance. E-Cores a…
Tyler Morgan-Wall - Roofs, Bevels, and Skeletons: Introducing the Raybevel Package It all started with a tweet that caught my eye - a slick 3D rendering of beveled polygons by Yi Shen @pissang1.
Step by step guide: fine-tune an LLM on your texts (part 1) - Edward Donner Part 1 of my step-by-step guide on how to fine-tune an LLM on your entire text message and WhatsApp history.
What can I do as a Software Developer to help with the climate crisis? The goal of this post is to introduce some tools and techniques you can use to figure out what's the most effective climate action you can take given your circumstances. I'll give some examples of ways you can use your skills as a software developer to he...
Goal Setting as an Adventure The author proposes a new, flexible approach to goal setting, likening it to an adventurous journey. Goals are categorized as “Peaks” with definite outcomes and “Horizons” w…
Safer Rails partials with strict locals | Masilotti.com Rails 7.1 introduced strict locals which we can use to make our partials safer and easier to work with.
Reflections on Ten Years Professionally Programming I recently hit a decade of professional programming. I’d like to take a moment here and reflect on what I’ve learned. This post is for me ten years ago. These…
Jonas Hietala: Exploring the Gleam FFI My brain is a curious thing. I’m on a business trip right now and I’ve set aside time to finish some important todos I want and need to get done. But instead of focusing on them, I started playing around with Gleam—a young and interesting programming lang...
Memory Safe C Compiler MSCC (Memory Safe C Compiler) is a tool to ensure both temporal and spatial memory safety in C programs through a source-to-source transformation.