New LINQ extensions in .NET 6 and benchmarks
LINQ has also gotten some attention during the development of .NET 6. Multiple new extensions have been added. Among these additions are: Support …
LINQ has also gotten some attention during the development of .NET 6. Multiple new extensions have been added. Among these additions are: Support …
In this video we will be going through some of the C# 9 language highlights. Read more: https://youtu.be/G2q3j9cwqYI
I’m going to talk about reflection-heavy libraries; I will describe the scenario I’m talking about – as it is commonly used today, the …
Bing runs one of the world’s largest, most complex, highly performant, and reliable .NET applications. This post discusses the journey and the work …
Building modern APIs require a lot of things to make them reliable, observable, and scalable. In no particular order, here are some of …
Is Machine Learning the future for healthcare? In this video we’re going to try out the AutoML feature using the Model Builder in …
One of the big advantages of microservices is, that they can be scaled independently. This article shows the benefits and challenges of scaling one microservice and its database. Read …
We’ve been speculating about the future of C# 10 for a while. The possibilities are no secret. Spend some time on the C# GitHub page and you’ll …
Often I see developers debating using String vs. string as if it’s a simple style decision. No different than discussing the position of braces, tabs vs. spaces, …
As our industry has embraced the new strategies for handling the production workloads which include containers (Read as K8s) or Serverless (Read as …