Custom Blazor Elements No Longer Experimental in .NET 7 Preview 6 -- Visual Studio Magazine Once created, these custom elements -- a custom counter, for example -- can also be used in other single-page application (SPA) web frameworks such as React and Angular.
MinimalApis.Extensions 0.7.1-pre.20220712.30 A set of extensions and helpers for working with ASP.NET Core Minimal APIs.
.NET Framework July 2022 Security and Quality Rollup Updates July 2022 Security and Quality Rollup Updates for .NET Framework
Volley founder doing things that don’t scale 😱 TL;DR The founder and CEO of Volley is talking to hundreds of users a week and learning quickly. It’s a great example of Paul Graham’s famous advice to startups: “Do things that d…
The CSS behind Figma - Ahmad Shadeed A look at some interesting use-cases for CSS flexbox and grid in Figma app.
Certificate Transparency Bots What happened? Backstory I was setting up a new subdomain on my VPS, I thought I had everything correctly configured but the new subdomain was being routed to another application. After an hour of troubleshooting I made the decisions to reconfigure the wh...
Statements Vs. Expressions One of the most foundational things to understand about JavaScript is that programs are made up of statements, and statements have slots for expressions. In this blog post, we'll dig into how these two structures work, and see how building an intuition ab...
Guest WiFi using a QR code On my home network I have guest WiFi configured and when guests come round they need to know the password. Happily there's a way to make thi...
Learn a language by writing too many Forths An exploration around RPN, concatenative languages, esoteric weirdness and threading techniques, while trying to learn Rust once again.
Current Infrastructure (2022) | Gabriel's Blog Keep it interesting My personal infrastructure has evolved quite significantly over the years, from a single Raspberry Pi 1, to a Raspberry Pi 2 and ThinkCenter mini PC, to my current setup consisting of two Raspberry Pis, a few cloud servers, and a NAS t...
How to Provide Feedback | Gergely Nemeth My take on providing feedback, and a list of techniques that worked well for me in the past.
Voraciousness Personal experience about voraciousness, its decrease, corresponding issues and thoughts.
Inside the Universe Machine: The Webb Space Telescope’s Ultra-Reliable Radio Any scientific data the JWST collects during its lifetime will need to be stored on board, because the spacecraft doesn’t maintain round-the-clock contact with Earth. The on-board storage is enough to collect data for about 24 hours before it runs out of ...
VS Code and Python: A Natural Fit for Data Science -- Visual Studio Magazine Exploring the special relationship among VS Code, Python and data science, which has resulted in nearly 158 million installs of related Microsoft dev tools and numerous No. 1 rankings in various surveys.
Random notes of a new Triathlete What craziness could have possibly possessed me to start training for a triathlon at the age of 43? If you know me then you know that I’ve been a fitness fanatic for many years. While younger I preferred to play team sports (football (soccer), basketball ...
Explore JWST’s first image in full resolution! Pan and zoom into the new image on a sky map using AAS WorldWide Telescope.
Deakin has been targeted in a cyber attack this week – here’s what happened and what you should do Deakin University was recently targeted in a data security breach earlier this week. Deakin sincerely apologises to thos
New – Amazon EC2 M1 Mac Instances | Amazon Web Services Last year, during the re:Invent 2021 conference, I wrote a blog post to announce the preview of EC2 M1 Mac instances. I know many of you requested access to the preview, and we did our best but could not satisfy everybody. However, the wait is over. I hav...
Announcing .NET 7 Preview 6 .NET 7 Preview 6 is now available with improvements to type converters, JSON contract customization, System.Formats.Tar API updates, constraints to .NET template authoring, and performance enhancements in the CodeGen area.
ASP.NET Core updates in .NET 7 Preview 6 .NET 7 Preview 6 is now available! Check out what's new in ASP.NET Core in this update.
ASP.NET Core updates in .NET 7 Preview 6 .NET 7 Preview 6 is now available! Check out what's new in ASP.NET Core in this update.
.NET Core 3.1 will reach End of Support on December 13, 2022 .NET Core 3.1 will reach end of support on December 13, 2022, this blog breaks down all the valuable information you need to know and how to update to .NET 6.0.
.NET July 2022 Updates – .NET 6.0.7 and .NET Core 3.1.27 Check out July updates for .NET 6.0 and .NET Core 3.1
Announcing Entity Framework Core 7 Preview 6: Performance Edition Announcing EF7 Preview 6 with update performance optimizations
ASP.NET Core updates in .NET 7 Preview 6 .NET 7 Preview 6 is now available! Check out what's new in ASP.NET Core in this update.
Unchecked AB Testing Destroys Everything it Touches Every infuriating thing on the web was once a successful experiment. Some smart person saw Normal site: 1% sign up for our newsletterThrow a huge modal offering 10% off first order: +100% sign ups …
ASP.NET Community Standup - Blazor: Flavors of State Management with Blazor WebAssembly Join us for the July Blazor Community Standup with William Liebenberg!Details from William Liebenberg:Working with Blazor WebAssembly applications we often o...
mjg59 | Responsible stewardship of the UEFI secure boot ecosystem After I mentioned that Lenovo are now shipping laptops that only boot Windows by default, a few people pointed to a Lenovo document that says:
Using SQL Profiler To Identify Repeated SQL Calls This week I've been looking into some optimisations for a long-running process that chats to the database. Within the operation, the data i...
Production postmortem: The data corruption in the node.js stack A customer called us, complaining that RavenDB isn’t supporting internationalization. That was a big term to unpack. It boiled down to a simple issue. ...
Navigating Between Pages in .NET MAUI [6 of 8] | .NET MAUI for Beginners Welcome to the .NET MAUI for Beginners Series where you will learn the basics of building multi-platform apps with .NET MAUI for iOS, Android, macOS, and Win...
practical-aspnetcore/projects/.net7/authentication-2 at net6.0 · dodyg/practical-aspnetcore Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0 and 7.0 projects you can use. Readme contains explanations on all projects. - practical-aspnetcore/projects/.net7/authentication-2 at net6...
Waiting Room Event Scheduling protects your site during online events With Event Scheduling for Waiting Room, you can protect your servers from being overloaded during your event while delivering a user experience that is unique to the occasion and consistent with your brand
Adding content negotiation to minimal APIs with Carter In this post I show how to use the open source library Carter to add content negotiation to an ASP.NET Core minimal API app
C# Tip: SelectMany in LINQ - Code4IT SelectMany is one of the LINQ methods I've used the least. I couldn't get it! Turns out it was actually incredibly simple.
Constructors in C# - Code Maze In this article, we will discuss Constructors in C# and different types of constructors. We'll see how each constructor type can be used in C#
Seconds Interval Timer Seconds Interval Timer is the best interval timer for Tabata, HIIT & Circuit Training workouts. As well as being featured by Apple, it is recommended by celebrity and personal trainers to their clients all around the globe. INTERVAL TIMER: - Full scr...
Postgres Full-Text Search: A Search Engine in a Database With Postgres, you don't need to immediately look farther than your own database management system for a full-text search solution. If you haven't yet given Postgres' built-in full-text search a try, read on for a simple intro.
Cyclomatic Complexity - What it is, why you should care, and how to reduce it using the Strategy Pattern - The Long Walk Cyclomatic complexity is one of those terms that makes you think you missed something when you were learning programming. However, the concept is a really simple one. Cyclomatic complexity is simply the number of paths through your code. There are more de...
eric.com » PowerShell TDD: Testing CmdletBinding and OutputType A while ago, I decided to add PowerShell to my automation toolbox. Since I believe the best way to learn a new language is to do test-driven development and PowerShell has a fantastic module for this, called Pester. The framework is super intuitive, easy ...
How to Relieve Backpressure In Message-Based Systems In the world of message-based systems, asynchronous messaging in a distributed system is great! However, async messaging has its downsides as well.
Code in database vs. code in application In which we address the perennial question of when it’s appropriate to push domain logic into database stored procedures and triggers versus keeping it at the application layer.
An Overview of Kandria's Development with Lisp This is a short overview of the development that's gone into Kandria, the open world action RPG I've been working on in recent years.