Microsoft Cloud Show: “Have I been pwned?” - An Interview with Troy Hunt In this 296th episode, AC and CJ sit down with Microsoft MVP & RD Troy Hunt at the MVP Global Summit in Redmond, Washington. We covered personal security, data breaches as well as building and growing a cloud-native service that has to serve deal with ove...
The 2007 Lyttle Lytton Contest "What? Those are the winners?! Where is my glorious entry? Dammit, you wouldn't know funny if it bit you on the ass!"
Names and default names for keys, constraints and indices · Issue #12837 · dotnet/efcore While working on #12821, I noticed some that may merit some discussion. When scaffolding, RelationalScaffoldingModelFactory checks the database name for keys, constraints and indices, comparing the...
Exploring the .NET Core MCR Docker files (updated): runtime vs aspnet vs sdk In this post, I look at the various Docker base images available for .NET Core development on MCR, how they differ, and when you should use each of them.
Humble Book Bundle: Coder's Bookshelf by No Starch Press Pay what you want for awesome ebooks and support charity!
.NET Design Review: JSON Serialization Today, we're continuing our review of JSON serialization. https://github.com/dotnet/corefx/issues/34372 https://github.com/dotnet/corefx/issues/36351
Nullable changes for boolean type by buyaa-n · Pull Request #23451 · dotnet/coreclr Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
.NET Design Review: AssemblyLoadContext improvements -17:-02:-08 - Approved: API proposal AssemblyLoadContext.ActiveForContextSensitiveReflection https://github.com/dotnet/corefx/issues/36236#issuecomment-476796579 00:42:56 - Approved: AssemblyLoadContext .NET Core 3.0 improvements https://github.com/dotne...
Nullable: String by safern · Pull Request #23450 · dotnet/coreclr GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Stable Filtering — Part 2 How to make a filter than can be implied an infinite number of times without producing artifacts and remain nearly indistinguishable from the original image.
Nullable: System.Number by krwq · Pull Request #23454 · dotnet/coreclr Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
r/teslamotors - It's BACK! After 6 months of working fine, 2019.5.15 drives at barriers again 4,418 votes and 926 comments so far on Reddit
Web security expert Troy Hunt to be welcomed into the Infosecurity Hall of Fame Richmond, Surrey, UK, 0900 hours, 26 March 2019 – Australian web security expert Troy Hunt has been revealed as the latest industry luminary to be selected to join the Infosecurity Hall of Fame. He ...
dotnet/coreclr CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - dotnet/coreclr
Using .NET PInvoke for Linux system functions - Red Hat Developer .NET Platform Invoke (PInvoke) makes it easy to consume native libraries. This article describes how to use PInvoke for Linux system functions.
zio/zio ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala - zio/zio
Using FluentValidation for Forms Validation in Blazor In this post, I'm going to show you how you can use the popular FluentValidation library, instead of data annotations, to validate the forms in your Blazor apps.
142: Super Speed with AOT & LLVM What about performance? How fast can C# possibly be on the iPhone? What if we told you it is a 1 to 1 and Frank can prove it as he wrote a way of compiling C/C++ code directly to .NET Standard and then measured performance of C to LLVM to IL to LLVM to Na...
AutoMapper's Design Philosophy While a lot of people use AutoMapper, and love it, I meet just as many people that hate it. When I hear their stories, it becomes clear to me that it's not that AutoMapper was "abused" per se, but that it was used without understanding why AutoM...
Tutorial: Build a movie recommender - matrix factorization - ML.NET This tutorial shows you how to build a movie recommender with ML.NET in a .NET Core console application. The steps use C# and Visual Studio 2019.
.NET Core Opinion 11 – Keep Configure Methods Clean Using Extension Methods The Configure and ConfigureServices methods in ASP.NET Core tend to become bloated in larger projects. The problem is that larger projects can require lots of configuration, and the configuration requires lots of options. You open a project and there are ...