On .NET Live - OAuth and OpenID Connect for mere mortals Many developers feel that authentication is a complex mythical domain only inhabited by those with godlike omniscience. In this week's episode, community MVP...
Publishing .NET MAUI Apps to the Stores Made Easy 🚢 Ready to ship your app but... What was that command again to publish your apk/ipa file?! This VS Code extension will save you! Want to build .NET MAUI app...
Should You Run An Entire Web Application in AWS Lambda? To Lambda-lith or not to Lambda-lith, that is the question!Hi, I'm James. And in this video I'm going to attempt to answer that question for you. You will le...
MassTransit Bus Stop - Meet the author of SmashR In this bus stop, we sit down with Brecht Haveneers, the author of SmashR, and ask about his experience using MassTransit to build a Reddit alternative using...
GitHub Foundations: Git and GitHub Basics Let's start our certification prep journey by explaining what Git and GitHub are, what fundamental building blocks of each are and how to use the basic Git c...
GitHub - oxidecomputer/helios: Helios: Or, a Vision in a Dream. A Fragment. Helios: Or, a Vision in a Dream. A Fragment. Contribute to oxidecomputer/helios development by creating an account on GitHub.
Information regarding security breach at Helthjem https://pub.dialogapi.no/v/49b49179-9153-4634-8e9d-5f344a9034bd
Think for yourself if you want AI to teach you how to code Computer science teachers, software experts share their advice on ML assistants
.NET MAUI: Update NuGet Packages using Visual Studio Code In this post, I will show you how to use Visual Studio Code in macOS, a popular and lightweight code...
Tales from the .NET Migration Trenches - Hangfire Posts in this series: * Intro * Cataloging * Empty Proxy * Shared Library * Our First Controller * Migrating Initial Business Logic * Our First Views * Session State * Hangfire In the last post, we encountered our first instance of shared runti...
Leopard: Sublinear Verifier Inner Product Argument Under Discrete Logarithm Assumption An inner product (IP) argument is a proof system that convinces the verifier of an IP relation between committed integer vectors. IP arguments are crucial building blocks for range proof and zero knowledge arguments, which can be applied to verifiable com...
How to deploy .NET Aspire apps to Azure Container Apps - .NET Blog Let's take a look at how you can easily deploy .NET Aspire Apps to Azure Container Apps with just a few commands with the Azure Developer CLI!
Switching to the meow modal editing system from evil The first modal editing system I used was vim. After the initial learning curve that comes with getting used to not being able to type in every mode, it introduced me to a few key ideas that I feel lead to decidedly more efficient editing
Sublogarithmic Proof and Sublinear Verifier Inner Product Argument without a Trusted Setup Jae Hong Seo, Hanyang University
The Putin Files: Vladimir Kara-Murza Watch Russian opposition politician Vladimir Kara-Murza’s candid, full interview on Putin and allegations of Russian interference in the 2016 U.S. election –...
Unlock the Power of Quartz Job Scheduler in ASP.NET Core Blazor In our ASP.NET Core Blazor build series, we've discussed the need for a dotnet job scheduler. Lucky for us, we can use Quartz for C# which allows us to sched...
How to Read XML Documents in C# Let's learn how to read XML documents in C# using XDocument and XmlWriter, including attributes, namespaces, and converting from CSV.
What’s Behind Your App’s .NET Requests? Check out my courses on Dometrain: https://dometrain.comBecome a Patreon and get special perks: https://www.patreon.com/nickchapsasHello, everybody, I'm Nick...
Alexandre Nédélec - Week 4, 2024 - Tips I learned this week The other day, I wanted to locally debug a Queue-triggered function without manually adding a queue message to my local storage.
A comparison of various implementations of the Windows Runtime IMemoryBuffer - The Old New Thing Every unhappy class is unhappy in its own way.
New renderers for GTK – GTK Development Blog Recently, GTK gained not one, but two new renderers: one for GL and one for Vulkan.
Checking if a collection is empty in C# - Gérald Barré In this post, I describe how to check if a collection is empty in C#, whatever the type of the collection
The Memento Pattern in C# – How to Achieve Effortless State Restoration Looking to implement the Memento Pattern in C#? Learn about its origin and principles, and the different components & steps to implementation!
A call with my wife This happened a few minutes ago, I got a call from an unknown number. That was my wife’s work number, and she called to ask me an urgent question, it s...
.NET 🔥🚀 : Api versioning and why do we need it? In this video we will discussed API versioning and why do we need it?Support me on Patreon to access the source code:https://www.patreon.com/mohamadlawandBas...
Clean Architecture vs Domain-Driven Design - Understand The Difference In todays video, we'll talk about the difference between clean architecture and Domain-Driven Design.Although they are often used together, they are actually...
.NET Conf 2023 DSCSITSC Microsoft Learn Student Ambassadors Find this and more community led events on the Student Ambassador website!
.NET MAUI Community Toolkit Monthly Standup, February 2024 Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups
Software Architecture and Critical Thinking #softwarearchitecture #shorts #software #softwaredeveloper Join this channel to get source code access and other perks:https://www.youtube.com/channel/UCyTPr...
🦅 Eagle 7B : Soaring past Transformers with 1 Trillion Tokens Across 100+ Languages A brand new era for the RWKV-v5 architecture and linear transformer's has arrived - with the strongest multi-lingual model in open source today
395: Buying The Apple Vision Pro Frank did it! He purchased the Apple Vision Pro. How was the process? What was the motivation? Does he have any regrets? We find out on this week's pod.
Layoffs at Toys for Bob and Sledgehammer Games affect between 30% and 40% of staff, insider says Crash Bandicoot developer Toys for Bob and Call of Duty studio Sledgehammer Games have reportedly lost around 40 per ce…
Visual Studio GitHub Copilot Extension Introduces New Features and Enhancements The latest release of the Visual Studio GitHub Copilot Chat Extension introduces two noteworthy productivity features, slash commands and context variables. Additionally, developers can explore preview features like the Exception Assistant, Test failure A...
Transforming Legacy Code — A Software Consultant’s Perspective As a Software Consultant, many times I work with teams that have to deal with legacy code. Working with legacy code is a common challenge…
Introducing Windows Server 2025! Introducing Windows Server 2025! Today, we are thrilled to announce the official name of the next release of Windows Server, Windows Server 2025. Windows..
F# 8: accessing properties without fuss This post is part of our F#8 series, in which we'll be digging into a few of the best features in the latest version of the language. Lambda functions are a great tool that allow us to write functions on the fly wherever we need them. F#'s fun <arg> -> sy...
Your 2024 Guide to Mastering API Documentation | Postman Blog Explore 11 essential components of strong API documentation for easier developer adoption and seamless integrations.
GetHashCode() in .NET Core If you ever had to implement the Equals() method to compare two instances of a type in .NET, you had to implement the GetHashCode() method...
The Oxpecker TLDR: Oxpecker is a new F# ASP.NET core based web framework, the successor of the popular Giraffe framework, build with mostly the same…
How to Create XML Files in C# Let's learn how to Create XML files in .NET using XDocument and XmlWriter, including attributes, namespaces, and converting from CSV.