Implementing Search in Blazor WebAssembly With Lucene.NET | LINQ to Fail I recently added search to my website and decided to look at how to do it with Blazor, WASM and Lucene.NET
Running GitHub on Rails 6.0 On August 26, 2019, the GitHub application was deployed to production with 100% of traffic on the newest Rails version: 6.0. Read more about our process for upgrading, what we learned, and what’s next.
Consuming Ethernet frames with the nom crate Now that we've found the best way to find the “default network interface”… what can we do with that interface? Well, listen for network traffic of course! use rawsock::open_best_library; use std::time::Instant; fn main() -> Result<(), Error> { let lib = o...
.NET Design Review: GitHub Quick Reviews 00:00:00 - Approved: Add asynchronous overload of WindowsIdentity.RunImpersonated https://github.com/dotnet/corefx/issues/24977#issuecomment-558756052 00:12:30 - Approved: Consider Socket.OSSupportsUnixDomainSockets property https://github.com/dotnet/co...
jo_jpeg Release 1.60 Its been a long time coming, but I finally got around to implementing sub-sampling U,V in the JPEG writer. This means many files are 20-30% smaller than before with very little visual quality loss....
dotnet/diagnostics This repository contains the source code for various .NET Core runtime diagnostic tools and documents. - dotnet/diagnostics
Embedded device research. The tools you'll need | Pen Test Partners Over the last couple of years, we've run many courses on embedded device security. The focus is often defensive, but all the courses have an aspect of o
json.net | Domain Name For Sale | Uni Market Check out this great domain name I found for sale at the Uni Market.
Amazon.com: Synology 5 bay NAS DiskStation DS1019+ (Diskless): Computers & Accessories Buy Synology 5 bay NAS DiskStation DS1019+ (Diskless): Everything Else - Amazon.com ✓ FREE DELIVERY possible on eligible purchases
Curv MPC is Not Key Sharding Questions to ask your wallet provider to understand the security risks you are exposed to
Embracing nullable reference types | .NET Blog Probably the most impactful feature of C# 8.0 is Nullable Reference Types (NRTs). It lets you make the flow of nulls explicit in your code, and warns you when you don’t act according to intent. The NRT feature holds you to a higher standard on how you dea...
BlazorHelp Website > Blog - Deploying Your Blazor App Using GitHub Actions Microsoft Visual Studio Blazor
Blazor - Where to put your domain logic Muddle up your business logic and presentation concerns and you're making life a lot harder for yourself...
Ben Eater Learn how computers work by building and programming your own with these educational videos and kits.
Compile BlazorDesktopApp with CoreRT · MichalStrehovsky/WebWindow@9ac3f4c 4x smaller than selfcontained deployment with CoreCLR. 30% less memory than CoreCLR.
The EventPipeProfiler cross-platform profiler by WojciechNagorski · Pull Request #1321 · dotnet/BenchmarkDotNet Changes for #1315 Currently, I use a local build of Microsoft.Diagnostics.NETCore.Client from dotnet/diagnostics#617. This library support only .Net Core 2.1 so I decided that I create a new librar...
The open source Carter Community Project adds opinionated elegance to ASP.NET Core routing - Scott Hanselman I blogged about NancyFX 6 years ago and since then lots of ASP.NET open source frameworks that build upon - and ...
Episode 39 - gRPC with Mark Rendle In this episode of The .NET Core podcast we talked to Mark Rendle about gRPC, WCF, and why WFC isn't coming to .NET Core.
Upgrading GitHub from Rails 3.2 to 5.2 - The GitHub Blog On August 15th GitHub celebrated a major milestone: our main application is now running on the latest version of Rails: 5.2.1! 🎉 In total the project took a year and a half to upgrade from