(Carlos Schults) In the past, managing IT infrastructure was a hard job. System administrators had to manually manage and configure all of the hardware and software that was needed for the applications to run.
Tag: Development
Creating An Incrementing Input Directive Inspired By Chrome Dev Tools In Angular 9.0.0-next.5
(Ben Nadel) The Chrome Dev Tools are amazing. Fact! One of the features that makes the Chrome Dev Tools so enjoyable is that you can increment and decrement embedded values – like 7px – using the Up/Down Arrows on your keyboard.
Two ‘Gotchas’ (and Fixes) for Blazor in .NET Core 3.0
(Peter Vogel) An official, production-ready version of Blazor dropped on Sept. 23 … with two “gotchas” from previous versions (to be fair, these issues were in the final two releases before the 23rd: Preview 9 and RC1).
Upgrading my AlbumViewer Sample Application to ASP.NET Core 3.0
(Rick Strahl) ASP.NET Core 3.0 shipped yesterday and it’s a big release with many new features and a huge batch of performance updates.
Authentication in ASP.NET Core, SignalR and VueJS applications
(Daniel Jimenez Garcia) In this authentication tutorial covering ASP.NET Core and SignalR apps, we will explore how ASP.NET Core allows you to implement authentication using different schemes. We will start with cookie based authentication, discuss different authentication schemes followed by JWT Be
Encrypting Important Strings with Triple DES and .NET
(Hannes DuPreez) It might be the year 2019, but it is unbelievable how many people still do not protect their data, as well as developers not protecting their company’s data.
Use Performance Counters in .NET to measure Memory, CPU, and Everything – Full Guide
(Michael Shpilt) There’s an incredible built-in mechanism in Windows called Performance Counters that allows you to follow a whole lot of useful metrics.
Locating LaunchDarkly Feature Flag References In Your Application Code In Lucee 5.3.2.77
(Ben Nadel) At InVision, we’ve been using – and loving – LaunchDarkly feature flags for the last 3-years. Feature flags have completely changed the way that we approach application development.
Getting Started with AutoML for ML.NET
(James McCaffrey) Microsoft ML.NET is a code library for .NET Core (the multi-platform version of the .NET Framework).
Utilize New Data Provider For SQL Server In ASP.NET Core Apps
(Bipin Joshi) If you are developing database centric web applications for quite some time you have probably used SQL Server data provider a.k.a. System.Data.SqlClient.