(Hannes DuPreez) Today, you will learn how to make use of the Shannon Entropy equation to work out probabilities in your .NET applications.
Tag: Development
Finding the ProgramFiles64 Folder in a 32 Bit App
(Rick Strahl) You probably know that on Windows using .NET you can use System.Environment.GetFolderPath() to pick out a host of special Windows folders.
Providing Module Configuration Using forRoot() And Ahead-Of-Time Compiling In Angular 7.2.0
(Ben Nadel) Yesterday, I was trying to design a feature module in Angular 7.2.0 that used the .forRoot() pattern to provide optional configuration data to the bootstrapping process of my feature module.
Understanding Docker Vocabulary
(Peter Vogel) The purpose of Docker is to build containers that hold, potentially, all of the components of an application: the application itself, the database engine, any Web services it requires and so on.
Announcing ML.NET 0.10 – Machine Learning for .NET
(Cesar de la Torre) ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers.
What If The User Experience (UX) Of My InVision Projects Page Looked More Like Basecamp
(Ben Nadel) I haven’t used Basecamp in about 5-years. But, I can’t help but feel haunted by the “Projects” page design that was introduced in Basecamp 2.
JWT Authentication In ASP.NET Core Using JQuery Client
(Bipin Joshi) In my previous article we discussed what JWT authentication is and how to implement it in ASP.NET Core APIs. In that article you learnt to use Postman tool to test the JWT functionality.
Introducing GitLab Serverless
(Tapas Pal) GitLab, partnering with the multi-Cloud serverless management platform provider TriggerMesh, has released GitLab Serverless capabilities to its existing DevOps solution.
Configuring Your Application-Wide Objects in ASP.NET Core
(Peter Vogel) ASP.NET Core’s support for sharing objects defined at startup is great … but what if you need to set options on those objects? Here’s a case study that starts off great and then descends into over-engineered madness (but only if you want to go that far).
Painless Integration Testing with ASP.NET Core Web API
(Mark Macneil) As the art of software development has evolved, the strategies and practices used in software testing have grown up with it.
