wicked programmer
helping developers everywhere innovate and learn
  • Home
  • Events
  • Publications
  • Learning
  • About

General/ Learning

Daily Learning – Adding a global filter for authorization in ASP.NET Core

Wicked ProgrammerSeptember 8, 2018

First, let me say that we love IdentityServer4.  It doesn’t hurt that we have been using IdentityServer since its early days or that Brock Allen is a good friend of ours.  We are doing some IdentityServer work for our customers and I needed to create a sample application that requires authentication for all pages.  After some digging around, I found that we can add a global filter for authorization.  Neat!

General/ Learning

Daily Learning – Paintbrush for Mac OS X a simple replacement for Paint.NET

Wicked ProgrammerSeptember 8, 2018

One of the most useful tools for Windows is Paint.NET.  Apple had created their version of a simple paint application many years ago but has since abandoned it.  I wanted to get one for my Mac and after a quick search came across Paintbrush.

Paintbrush – The Bitmap Image Editor for Mac OS X

https://paintbrush.sourceforge.io/

 

 

General/ Learning

Daily Learning – Injecting configuration for your ASP.NET Core application

Wicked ProgrammerSeptember 8, 2018

We are building a product from scratch.  As such we are running into minor issues just getting everything set up when we are creating the code.  Interestingly I was having an issue accessing my configuration.  Originally I had just put the property on the class forgetting that I needed to define a constructor so that the configuration would be injected.  Good on you Microsoft sticking to constructor injection!

Read More –

General/ Learning

Daily Learning – Checking which version of .NET Core is installed

Wicked ProgrammerSeptember 8, 2018

Recently I had an issue where I did not have the latest version of .NET Core installed.  To check which versions I had installed I used the following command:

Read More –

«‹2345›»







Back to Top

© wicked programmer 2023