.NET Conf: Focus on Xamarin Watch .NET Conf: Focus on Xamarin, a free livestream event March 23, 2020 to learn all about how to build native mobile apps with C#. Mark your calendar!
Edgar Allan Poe Society of Baltimore - Works - Tales - The Philosophy of Composition [Text-02] The Philosophy of Composition, by Edgar Allan Poe
System.Buffers - .NET This article provides an overview of types that help read data that runs across multiple buffers. They're primarily used to support PipeReader objects.
.NET Design Review: GitHub Quick Reviews 00:00:00 - Approved: More cancellation overloads for HttpContent https://github.com/dotnet/runtime/issues/576#issuecomment-564164757 00:14:05 - Needs Work: Option to allow HttpClient to follow HTTPS -) HTTP redirects https://github.com/dotnet/corefx/issu...
Talk to Transformer See how a modern neural network completes your text. Type a custom snippet or try one of the examples. Learn more below.
Start PowerShell Faster With This One Trick The title of this post is very tongue in cheek and a bit of a jab at click-bait posts, but I genuinely have a “trick” that will make starting up PowerShell faster and give you hours back throughout your development career.
Debugging 3rd Party .NET Code without symbols in Visual Studio - Michael's Coding Spot It's not so rare to see weird things happen in 3rd party library code. Call some method and you've got a strange exception. Or an incorrect behavior or even a process crash. It sure would be nice to debug some of these issues. In this article we're going ...
AWS re:Invent 2019: [REPEAT 1] BPF performance analysis at Netflix (OPN303-R1) Extended BPF (eBPF) is an open-source Linux technology that powers a whole new class of software: mini programs that run on events. Among its many uses, BPF can be used to create powerful performance-analysis tools capable of analyzing everything: CPUs, m...
ASP.NET Community Standup - Dec 3rd, 2019 - Blazor Update with Daniel Roth Join members from the ASP.NET teams for our community standup covering great community contributions for ASP.NET, ASP.NET Core, and more. Community Links: https://www.theurlist.com/aspnet-standup-2019-12-03
Azure Functions 3.0 go-live release is now available | Azure updates | Microsoft Azure The go-live release for Azure Functions 3.0 is now available, so it’s now possible to build and deploy 3.0 functions in production. Functions 3.0 brings new capabilities including the ability to target .NET Core 3.1 and Node 12.
Creating Bespoke Input Components for Blazor from Scratch In this post, I'm going to show you how to create bespoke input components for your Blazor applications. We'll look at how to integrate with Blazor's validation system, but also, how to work outside it.
Blazor: Getting Started Learn how to build your first application in a hands-on way using Blazor, Microsoft's solution to use C# to write interactive web UIs without JavaScript.
We made Windows Server Core container images >40% smaller | .NET Blog Over the past year, we’ve been working with the Windows Server team to make Windows Server Core container images a lot smaller. They are now 40% smaller! The Windows Server team has already published the new images in the Server Core Insider Docker repo,
.NET Core, Docker, and Cultures - Solving a culture issue porting a .NET Core app from Windows to Linux In this post I describe how I fixed an issue with Cultures that arose when porting an ASP.NET Windows app to ASP.NET Core on Linux.
Seeing Sharply Technical blog of Microsoft certified developer James Hickey. Helping you reach the next step of your career as a software developer!
Hitting Parallel_Redo_Flow_Control waits with Availability Groups In late June 2019, June 26th to be exact, we experienced an outage on Stack Overflow for about 11 minutes. It’s not unusual that we had an outage. They happen. Not often, but they do still happen. This one, however, was a little different because it was c...
GC Perf Infrastructure - Part 1 | .NET Blog We open sourced our new GC Perf Infrastructure! It’s now part of the dotnet performance repo. I’ve been meaning to write about it ‘cause some curious minds had been asking when they could use it after I blogged about it last time but didn’t get around to ...
How to generate random numbers using water bubbles BubblesRNG - This was my final project I submitted as part of my reading the B.Sc. Computing and Information Systems degree at Goldsmith, University of London. The camera take snapshots of the water surface at regular intervals and detects bubbles (circl...