Adam Storr - Deploying an Azure Static Web App with Pulumi as a Beginner Adam Storr - Powered by coffee!
Learn Live - Build your first microservice with .NET Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other over standa...
Toyota owners have to pay $8/mo to keep using their key fob for remote start Feature requires subscription even though it doesn’t use connected services.
GitHub’s response to Log4j vulnerability CVE-2021-44228 | The GitHub Blog On Thursday, December 9, 2021, GitHub was made aware of a vulnerability in the Log4j logging framework, CVE-2021-44228.
GrapeCity ComponentOne 2021 v3 Supports .NET 6, VS 2022 and WinUI -- Visual Studio Magazine Development toolmaker GrapeCity issued the year's final update to its ComponentOne toolkit of UI controls, adding new features for Microsoft's new .NET 6 and Visual Studio 2022 milestone releases.
Neon Genesis Evangelion Graphic designer Peiran Tan plumbs the typographic psyche of the celebrated anime franchise.
.NET 6 Networking Improvements Introducing new networking features in .NET 6 in this blog post highlighting some of the changes and improvements.
GitHub - inconvergent/weird: Generative art in Common Lisp Generative art in Common Lisp. Contribute to inconvergent/weird development by creating an account on GitHub.
Star Trek: The Motion Picture Star Trek: The Motion Picture named a space shuttle, created a custom font pack, and relaunched the swashbuckling futurism of the greatest of all space franchises: Star Trek.
VS Code Gets a 'Most Heavily Requested Feature' for Python -- Visual Studio Magazine The regular monthly update for Python in Visual Studio Code sees the dev team adding 'one of our most heavily requested features,' a new rename factoring experience.
Become a master at Git and Open Source Have you ever wondered how to manage your code better but never had the time to learn about Git and version control? Maybe you are the only one working on your code and thought that Git is only good for collaboration?
[Last Week in .NET #72] – Holiday Road As promised this week is what we like to call a greatest clicks week. Or a week where I share (from the first half of the year) the greatest clicks on Last Week in .NET. It’s what you clicked…
GNUstep.org GNUstep is a mature Framework, suited both for advanced GUI desktop applications as well as server applications. The framework closely follows Apple's Cocoa APIs and is portable to a variety of platforms and architectures.
The .NET Docs Show - Migrations to .NET MAUI 🏄🏽♀️ We're continuing our tour of MAUI! 🏄🏽♀️ In this week's episode, our friend and community MVP Sam Basu joins the panel to show us how to migrate our apps t...
Deno joins TC39 Deno has joined the JavaScript standards committee to improve the language for everyone.
Join the Dotnetos - .NET community Discord Server! Check out the Dotnetos - .NET community community on Discord - hang out with 135 other members and enjoy free voice and text chat.
GitHub - microsoft/wslg: Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios - GitHub - microsoft/wslg: Enabling the Windows Subsystem for Linux to include support for Way...
Marketing Is Scary for a Solo Developer – Rauno Metsa Instead of publishing a blog post, I add another feature to my product. Instead of sending a tweet, I tweak CSS on my site. I don't like to do marketing, "build my brand" or whatever. I like to write code instead. But the thing is: when I don't focus on ...
Dubious security vulnerability: Accessing information across accounts after changing email address A security vulnerability arrived which basically went like this: Person 1 creates an account. Person 1 links the account to a Microsoft Account. Person 1 creates some files and saves them to the Documents folder. Person 1 uses Remember my password to reme...
Full-stack .NET with Blazor WebAssembly and Azure Static Web Apps https://aka.ms/dotNETConf2021-GetdotNET6With automatic global distribution, custom domains, and free SSL certificates, Azure Static Web Apps has everything y...
DEMO: Multiple ESP32s Rocking Out! (SHORT) A really quick demo of the open-source NightDriveLED.com sample project called "SPECTRUM". Build it yourself with just an M5 and a USB-C cable, that's all y...
Remove those useless File.Exists calls - Gérald Barré In this post, I describe why I think File.Exists is almost useless.
Production postmortem: The memory leak that only happened on Linux Our monitoring system pinged us about a problem with a RavenDB cluster running in production. The problem was simple, we saw quite a bit of server restarts f...
Cloud Computing Facts – 10 Reasons Intel Is Best for Cloud Learn the top reasons to consider when migrating your workloads to the Cloud such as performance, security, stability, and scalability.
Maximum redirects, minimum effort: Announcing Bulk Redirects Bulk Redirects is a new product that allows an administrator to upload and enable hundreds of thousands of URL redirects within minutes, without having to write a single line of code.
How "out" works in C# and why "in" can make or break your performance Become a Patreon and get source code access: https://www.patreon.com/nickchapsasCheck out my courses: https://nickchapsas.comKeep coding merch: https://keepc...
Downtown Doug Brown » Adventures of putting 16 GB of RAM in a motherboard that doesn’t support it A while ago, I put 16 GB of RAM into one of my computers. The computer is using a Foxconn P55MX motherboard with a Core i5 750. It’s old and could probably be replaced, but it still works for what I need.
Join the Dotnetos - .NET community Discord Server! Check out the Dotnetos - .NET community community on Discord - hang out with 17 other members and enjoy free voice and text chat.
How to Run Code in a New Thread in C# - Code Maze An article presenting a modern way of running run code in a new thread, along with a simple explanation of what happens under the hood.
284: C# 10 Global & Implicit Usings Are global and implicit usings controversial? It seem so, we discuss all the details of this awesome C# 10 feature.
Implement Compound Proof BBS+ verifiable credentials using ASP.NET Core and MATTR This article shows how Zero Knowledge Proofs BBS+ verifiable credentials can be used to verify credential subject data from two separate verifiable credentials implemented in ASP.NET Core and MATTR…
Writing deterministic tests in a variable world - Headspring Learn the smart way to test static helper methods designed to return variable results, using this fun digital dice game as an example!
How to create a Telegram Bot with Azure Functions (NET 6, isolated process) - Coding with Miszu Creating a Telegram Bot with Azure Functions is super easy. See the full tutorial with code and explanations on how to use NET 6 to host a simple Math bot for free.
Old CSS, new CSS I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff an
Async Disposables The Easy Way Sometimes you want to ensure that an async method at the end of a block of code no matter what. We can use IAsyncDisposable for that. This post covers a nice helper class for creating ad-hoc IAsyncDisposables
# F# Advent 2021 Dec 08 - Fast data pipelines with F#6 # F# Advent 2021 Dec 08 - Fast data pipelines with F#6 - README.md
Debug memory leaks with the Microsoft Edge Detached Elements tool Memory leaks occur when the JavaScript code of an application retains more and more objects in memory that it doesn’t need any longer instead of releasing them for the browser to garbage collect (GC). For long-running apps, small memory leaks of on
Parallel.ForEachAsync Deep Dive This post is part of the 2021 C# Advent calendar. Check it out for more C# goodness! Intro This post contains a very technical dive. It is of intermediate complexity, and assumes a basic knowledge of how async/await works. .NET 6 introduced a small fea...
ongoing by Tim Bray · Filtering Lessons Last week, AWS announced (docs, blog) event filtering for Lambdas reading from SQS, DynamoDB, and Kinesis. Lambda’s new filtering is consistent with EventBridge’s. Also announced was faster, slicker, cheaper S3/EventBridge...
Reducing Developer Cycle time with Dapr and AKS One man's journey rapidly building a prototype using AKS and Dapr.