(Thomas Levesque) This is the second post in a series of 2:
Tag: Development
The GraphicsPath Class
(Hannes DuPreez) Since the implementation of the GraphicsPath class in .NET, life has become so much easier. The GraphicsPath class forms part of the System.Drawing.Drawing2D namespace.
Declarative Claims-Based Authentication in ASP.NET Core 3.0
(Peter Vogel) Eric Vogel’s articles on authentication (here and here) in ASP.NET Core show what you have to do in order to authenticate a user against a local database.
Log4net for .NET Logging: The Only Tutorial and 14 Tips You Need to Know
(Matt Watson) If you’ve been writing code for any reasonable amount of time, then it’s virtually impossible that you haven’t handled logging in any way, since it’s one of the most essential parts of modern, “real life” app development.
A wonderfully unholy alliance – Real Linux commands for PowerShell with WSL function wrappers
(Scott Hanselman) I posted recently about What’s the difference between a console, a terminal, and a shell? The world of Windows is interesting – and a little weird and unfamiliar to non-Windows people.
File uploads in ASP.NET Core
(Gunnar Peipman) Just wrote down something I had to went through with students in one of my classes – making file uploads work in ASP.NET Core application. Here are samples of single and multiple file uploads using simple controller actions.
Creating An Interactive JSON Explorer Using CSS Grid In Angular 9.0.0-next.14
(Ben Nadel) At work, I spend a lot of time combing through Logs. Which means, I spend a lot of time looking at JSON (JavaScript Object Notation) payloads.
How To Do Logistic Regression Using ML.NET
(James McCaffrey) In this article I show you how to perform binary classification with logistic regression using the Microsoft ML.NET code library.
Things I wish someone had explained about functional programming
(James Sinclair) It’s hard learning functional programming on your own. But it ought not to be. You don’t need a PhD to understand functional programming.
CRUD Using GRPC, EF Core, And ASP.NET Core (Part – 1)
(Bipin Joshi) If you have read about the new features of ASP.NET core 3.0, you are probably aware that it supports gRPC, a framework for building services using Remote Procedure Call (RPC).