(Hannes DuPreez) The dust hasn’t even settled properly after the release of .NET Framework 4.8, that Microsoft decided to announce the coming of .NET 5 (planned release date is November 2020). Classic Microsoft! But, I have anticipated this move quite some time ago already.
Tag: Development
Visual Studio IntelliCode – AI For your Code
(Dirk Strauss) Visual Studio IntelliCode allows you to add the power of artificial intelligence to your code.
The Hope Of Using JVM Metrics To Drive The Readiness Check In Kubernetes (K8) And ColdFusion
(Ben Nadel) Earlier this week, I looked at how you can measure JVM metrics like CPU load, garbage collection times, and thread state in ColdFusion. Normally, this kind of measurement is performed implicitly by Java agents like FusionReactor.
Trying out Try .NET
(Jim Bennett) Try .NET is a new thing to come from the .NET teams that allows you to, well, try .NET. In a browser. You can think of it as a way to create interactive .NET documentation using .NET Core.
Gathering CPU Load, Garbage Collection Time, Thread Dumps And Other JVM Metrics In ColdFusion
(Ben Nadel) A few months ago, I looked at generating a Java thread dump programmatically using ColdFusion. I was doing that as part of an ongoing effort to find processing bottlenecks in the main ColdFusion application that we have at InVision.
An Interesting Case Of .NET Performance and Caching
(Khalid Abuhakmeh and Bill Boga) Several months ago, Bill Boga and I, realized there was a performance enhancement we could make in our infrastructure. We were utilizing IdentityServer and took notice that many of our APIs were validating many of the same access tokens and storing the results in mem
Scale a Kubernetes Deployment with .NET Core
(Carlos Mendible) Let’s start:
Using the BodyReader and BodyWriter in ASP.NET Core 3.0
(Steve Gordon) In this post, I will describe a scenario and potential use case for the BodyReader and BodyWriter properties which are now exposed in ASP.NET Core 3.0 via the HttpContext on the HttpRequest and HttpResponse respectively.
Secure Remote Password (SRP) in C# and .NET Core
(Scott Brady) Password Authenticated Key Exchange (PAKE) is one of those odd protocols that sounds like a great idea, but one that no one seems to be using.
Working with Data in ASP.NET Core MVC
In the previous part of this series, we built an ASP.NET Core MVC application using some mock data.