Web Wednesday hosted by GeekTrainer: Chatting about Blazor with Cecil Phillip Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/microsoftdeveloper
Microsoft Details Native Integration of Elastic on Azure -- Visual Studio Magazine Microsoft detailed the native integration of Elastic tech with its Azure cloud computing platform, increasing application observability.
Highlights from Git 2.35 | The GitHub Blog The open source Git project just released Git 2.35. Here's GitHub's look at some of the most interesting features and changes.
[Last Week in .NET #78] – Platform Exclusives are the new black We’re on the precipice of another geo-political conflict that can easily plunge the world into war, Microsoft gobbles up yet another mammoth game studio, and Omicron has the entire US as R…
Chesterton's Fence - Lesswrongwiki Chesterton's fence is the principle that reforms should not be made until the reasoning behind the existing state of affairs is understood. The quotation is from Chesterton’s 1929 book The Thing, in the chapter entitled "The Drift from Domesticity":
GitHub - max-sixty/prql: PRQL is a modern language for transforming data — a simpler and more powerful SQL PRQL is a modern language for transforming data — a simpler and more powerful SQL - GitHub - max-sixty/prql: PRQL is a modern language for transforming data — a simpler and more powerful SQL
Google is reportedly planning a next-gen Chromecast with Google TV The obvious upgrades would be more storage and AV1 support.
Why we're migrating (many of) our servers from Linux to FreeBSD We started a complex, continuous and not always linear operation, that is to migrate, where possible, most of the servers from Linux to FreeBSD. Here's why.
GitHub - dotnet/runtime at release/7.0-preview1 .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - GitHub - dotnet/runtime at release/7.0-preview1
Dependency Injection in .NET 6 - Service Lifetimes What's the difference between Transient, Scoped, and Singleton services?
Dockerize your Blazor App: Carl Franklin's Blazor Train Ep 68 Carl welcomes Chris Sainty back to show us how to use Docker to create Blazor apps in containers. 🔗 Download Files 🔗🚀 Get Started Today – Free 30 Day Tria...
Implementing a file pager in Zig: Pages, buffers and metadata, oh my! Databases will typically divide their data files into pages, and manage all data in pages. As you can imagine, the notion of pages is pretty important to a d...
Modern Web Applications with SAFE Stack The SAFE stack is an free, open-source, flexible end-to-end, functional-first stack for cloud-ready web applications that emphasizes type-safe programming. I...
runtime/Environment.Variables.Windows.cs at 57bfe474518ab5b7cfe6bf7424a79ce3af9d6657 · dotnet/runtime .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - runtime/Environment.Variables.Windows.cs at 57bfe474518ab5b7cfe6bf7424a79ce3af9d6657 · dotnet/runtime
The MainWindowHandle property is just a guess based on heuristics A customer had a program written in Windows Forms that wanted the following behavior: When the user minimizes the app, it hides the window. When the user relaunches the app, the second instance finds the existing (hidden) window and makes it visible again...
Awaiting an async void method in .NET - Gérald Barré In this post, I describe how to await an async void method in .NET using a custom Synchronization Context.
How slow is MediatR really? Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
Alexandre Nédélec - Week 3, 2022 - Tips I learned this week .NET 6 introduced a new way to build a .NET application using the new WebApplication and WebApplicationBuilder classes. One thing I like about it is how configuration is handled. Instead of using the ConfigureAppConfiguration method to add a new configura...
Simple WebSocket client and server application using .NET 24 Jan 2022 2 mins .NET, ASP.NET Core, WebSocket
I accidentally used YAML.parse instead of JSON.parse, and it... worked? How I stumbled upon the fact that YAML is a superset of JSON.
Top-Level Statements in C# - Code Maze If you want to know more about top-level statements in c# and learn to write a program without writing classes, this is the article for you!
Microsoft Feature Management - Feature Flags in ASP.NET Core C# - Detailed Guide | Pro Code Guide We will be implementing Microsoft Feature Management i.e. feature flags in ASP.NET Core C# application but all this is applicable to other types of .NET C#
290: The .NET MAUI Episode We answer all of your questions! Which seem to mostly be about .NET MAUI :)
[Fixed Ending] Episode 90 - Clean Architecture and Subcutaneous Testing with Matthew Jeorrett In this episode of The .NET Core Podcast we talked with Matthew Jeorrett about what the Clean Architecture, Subcutaneous Testing, and how he utilitsed both to build web applications in a clean, vertical, extensible manner.
Fundamentals of Garbage Collection Let’s talk about a core computer science concept: garbage collection—it’s key to managing memory for many languages. How does your preferred language handle it?
Amazon.com: Out of the Woods of Oregon Slice it Right! Board with Bread & Bagel Slicer (Maple Slicer): Home & Kitchen Online shopping for Kitchen Knives & Accessories from a great selection of Cutlery Sets, Specialty Knives, Sharpeners, Cutting Boards, & more at everyday low prices.
grouping Arrays via `.groupBy()` and `.groupByToMap()` This blog post describes the ECMAScript proposal “Array grouping” by Justin Ridgewell.
Announcing TypeScript 4.6 Beta Today we are excited to announce the beta release of TypeScript 4.6! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual ...
Debugging Compatibility in Edge Background By moving from our old codebase to Chromium, the Microsoft Edge team significantly modernized our codebase and improved our compatibility with websites. As we now share the vast majority…
Using games engines for work and profit! | Meetup Tue, 25 Jan, 7:00 pm AEDT: ...or something along those lines 😇 Now that games engines are ridiculously over powered, wouldn't it be great if we could somehow find ways to incorporate them into our
Azure Functions consumption plan naming This post is about how to follow naming conventions for Azure Function consumption plans. Unlike Azure App Services, when we create Azure Functions with consumption plan Azure will create a plan name which you can’t modify. If you’re following certain nam...
Implement hash and HMAC stream one shots by vcsjones · Pull Request #63757 · dotnet/runtime This implements hashing and HMAC statics for streams. Additionally, "LiteHmac" and "LiteHash" were introduced. The existing HMAC and hash provider functionality do some bookkeep...