Act now: Louisiana residents data exposed in OMV cyber attack The governor's office says there is no indication at this time that cyber attackers who breached MOVEit have sold, used, shared or released the OMV data obtained from the MOVEit attack.
Kubernetes mutating admission webhook for dotnet-monitor? A couple of teams I am currently worked with on dotnet-monitor integration have ...
Why did the #TwitterMigration fail? I’ve been using fediverse stuff (Mastodon and, most recently, Calckey – I’m just going to use “Mastodon” as shorthand here, purists can bite me) for over a year now, a…
Can Any Distance outpace Strava? A focus on design and community sets this activity tracking app apart from behemoth incumbents in the space.
The 80/20 Rule: Your Voyage to Amplified Efficiency In a world where time feels perpetually scarce, everyone is on a quest for efficiency —be it in our personal or professional lives.
Ten years of kidtech with SuperAwesome Somehow it has been ten years since SuperAwesome was founded (and almost three years since it was acquired by Epic Games!). It’s been one of the most interesting, rewarding and challenging companie…
From Chaos to Control: Overcoming OpenAI Uncertainties with Local Models PostgresML and the Coming SQL-LLM Fusion
Understand Feature Flags by Practice with Unleash | An honest place where you can learn things about programming Learn to implement feature flags in Python and JavaScript projects using Unleash. Then, let's see how to optimize your software development process.
Tutorial: Integrating ChatGPT Model in a Cross-platform .NET Application Learn how to integrate the powerful ChatGPT model into your .NET application to create intelligent and human-like conversational experiences. This tutorial provides a step-by-step guide on leveraging the capabilities of ChatGPT and harnessing its natural ...
Xamarin Forms Migration to Uno Platform: Effects and Alternative Approaches We look at the alternatives of Migrating Xamarin Forms Effects to Uno Platform.
Use AI in the Command Line with GitHub CoPilot CLI Are you a developer today that loves to use the command line but hates when you have to search the internet for the commands you need? Well your problems mig...
AI Already Saturates Software Development to 'Staggering' Degree, GitHub Survey Shows -- Visual Studio Magazine Until any potential job-replacement, existential-threat scenario is realized, AI tools are rather becoming a dev's best friend, indicates GitHub report.
Swetugg Gothenburg 2023: Call for Speakers Our vision is to create a better .NET conference with good and relevant content that also is affordable. We include everything. From the new things yo...
How to Clean Up Your Local Repository with Git Commands Git is a powerful and popular version control system that helps you manage your code history and...
Integer compression: Adapting FastPFor to RavenDB In this series so far, I explored several ways that we can implement integer compression. I focused on the FastPFor algorithm and dove deeply into how it wor...
The case of the invalid handle despite being managed by an RAII type, part 2 - The Old New Thing Avoiding using an object after is has destructed, and maybe using a less-well-known corner of the C++ language.
Welcome to BenchmarkDotNet Discussions! · dotnet/BenchmarkDotNet · Discussion #2331 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. We hope that you: Ask questions you’re wondering about. Share ideas. Engage with other community member...
Code Maze Weekly #177 - Code Maze Issue #177 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks Running Large Language Models locally – Your own ChatGPT-like AI in C# [blog.maartenballiauw.be] There has been a lot of recent talk about AI and ...
Make Your Business Rules Cleaner With Fluent Validation 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicFluent Validation is a library for easily implementing rich validat...
Introduction of System.ServiceModel 6.0 for Calling WCF/CoreWCF The release of System.ServiceModel 6.0 provides client support for calling WCF/CoreWCF functions. These NuGet packages, collectively known as the WCF client, enable .NET platform applications to interact seamlessly with WCF or CoreWCF services.
Let's CLEAN UP Your Method Overloads! Very often we have in our code bases method overloads that take the same data type as arguments and the only difference is the number of arguments passed to ...
How to Use Rate Limiting in ASP.NET Core WebAPI Rate limiting allows restricting access to an API based on the number of requests. Rate limiting can serve three different purposes.
How to Get Class Name as String in C# - Code Maze This article explores some ways of getting class name as a string in C# from both inside and outside the class.
ASP.NET Core Basics: Create a Beautiful ASP.NET Core App In addition to powerful backend features, ASP.NET Core allows the creation of beautiful applications. For example, let’s create a digital photo album.
Working with MySQL transactions - Simple Talk MySQL transactions provide an effective method for executing multiple statements as a single unit, making it possible to safely modify data, while
A guide to using ts-reset for TypeScript - LogRocket Blog The ts-reset package solves a number of TypeScript type issues, similar to a CSS reset button, in order to avoid bugs caused by type errors.
WCF–WSDL not available on HTTPS In our move to improve security in our api landscape, we configured a global redirect rule in IIS to redirect calls to HTTPS. An unforesee...
Visual Studio 2022 17.7.0 Preview 2.0: Improved File Comparisons .NET, .NET Core, ASP.NET, ASP.NET Core, Visual Studio, Jaliya Udagedara
WWDC 2023: New “world’s thinnest” 15-inch MacBook Air unveiled WWDC 2023 brings exciting news for developers as Apple unveils the latest addition to their lineup: the highly anticipated 'world's thinnest' 15-inch MacBook...
The caretaker model – our way of working In this blog post, I describe the way we currently work as a team to deliver our product (TimeRocket) to our users and customers. This reflects our current understanding of working in an agile* way that matches our needs and skills. We are uncovering bett...
How do I use C# and .NET with SQLite? Jiachen Jiang (PM, Data Access) will walk us through how to work with SQLite using C# and .NET and decide which approach works best for your scenario. They e...
Coffee and Open Source Conversation - Carl Tashian Carl Tashian is an engineer, writer, exec coach, and startup all-rounder. He's currently an Offroad Engineer at Smallstep. He co-founded and built the engine...
Developers Guide to the Windows Subsystem for Android | 2023 Edition The Windows Subsystem for Android (WSA) enables users to run Android apps directly on Windows 11 devices. For developers, it means you can directly deploy an...
Using Modern SWITCH Syntax in C# We are all familiar with switch statements. However, startin C# 8 we also have switch expressions, which are based on pattern matching. Here's how you can us...
Beginner's Guide To C# Record Equality - How & Why To Use Records In this video, we'll look at how record-type equality varies from class-type equality! We'll discuss the reasons you may want to care about this along with a...
ASP.NET Core 8: Expose Timestamp data request processing with IHttpSysRequestTimingFeature when using HTTP.sys Introduction ASP.NET Core 8 is quite there and brings some improvements in performance diagnostics! In...
GitHub - dotnet-architecture/eShopOnContainers: Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual St...
Alexandre Nédélec - Execute commands using your project dependencies You have a dependency in your project and want to execute a command using it? The pnpm exec command can help you with that.
GitHub - microsoft/hack-together-teams: HackTogether: The Microsoft Teams Global Hack | Register, Hack, Win 👇 HackTogether: The Microsoft Teams Global Hack | Register, Hack, Win 👇 - GitHub - microsoft/hack-together-teams: HackTogether: The Microsoft Teams Global Hack | Register, Hack, Win 👇