Russian media group Rambler attempting to hold Nginx hostage Nginx's co-founders were detained on criminal charges and now face civil suits.
Dwitter - javascript demos in 140 characters Dwitter is a social network for building and sharing visual javascript demos limited to 140 characters. See the impressive creations crammed into so few characters, and play around with your own code!
.NET Design Review: GitHub Quick Reviews 00:00:00 - Approved: MemoryMarshal.GetRawArrayData https://github.com/dotnet/corefx/issues/36133#issuecomment-566723424 01:49:09 - Approved: API request : CompressionLevel.Highest https://github.com/dotnet/corefx/issues/36348#issuecomment-566725990
martinwoodward/smart-xmas Star this repo to add some sparkle to my tree. Contribute to martinwoodward/smart-xmas development by creating an account on GitHub.
A Quantum Random Number Generator for .NET: The quantum measurement problem and many-worlds approach In this post I discuss the quantum mechanical measurement problem, the Everettian many-worlds approach to it, and create a quantum RNG client for .NET
Achievement Unlocked: Visual Studio for Mac ASP.NET Core Challenge Completed | Visual Studio Blog Last month, we kicked-off a challenge for our developer community to build a solution using ASP.NET Core and the new .NET Core features in Visual Studio for Mac. We were delighted to hear from so many of you and we were excited to receive many projects bu...
.NET Customer Development Take this survey powered by surveymonkey.com. Create your own surveys for free.
Using Razor Components in Razor Pages or MVC Views It has been a while since my last blog post. But during this time I have learned many new things and in this blog post I would like to share how I am making use of Razor Components in Razor Pages or MVC Views, without any use of the <em>Server Side Blazor...
Raspberry Pi capacitive-touch musical Christmas tree - Raspberry Pi With the help of a Bare Conductive Pi Cap, Davy Wybiral hooked up Raspberry Pi to his Christmas tree, creating fantastic musical baubles!
Introduction to Blazor Component Testing In this post, I'm going to look at how to get started testing Blazor components using Steve Sanderson's testing prototype. To make things more real world, I'm going to add some tests to my Blazored Modal library.
December 12th, 2019 IBM update @IanPartridge and @Chris_Bailey let the group know that following a review by IBM of its open source priorities, it has been decided that they will not be continuing to work on Swift in 2020. As a result, they are both standing down from the wo...
ASP .NET Core code sharing between Blazor, MVC and Razor Pages In This Article: IntroductionWhy Share Code Across Projects/Assemblies?Creating a Shared LibraryUsing the Shared LibraryRunning the SamplesConclusionReferences Introduction It’s been a while …