Posts
-
ASP.NET Identity passwords requirements configuration
Using ASP.NET Core Identity is great out of the box to manage users in a web app.The default configuration give pretty standard requirements for passwords wh... -
The C# parameterless default constructor - second edition
Back in 2015 I wrote an article about the C# default parameterless constructor and how it goes away if you write one with default values for the parameters. -
Setup Travis CI to compile a .NET CORE project, run the tests and package it for NuGet
3 years ago, I wrote a short post about setting up Travis CI with .Net 4.5 (including running the tests with NUnit) and now is time for an update. -
ASP.NET Core MVC and Service Fabric
Hosting a website in service fabric has many advantages but it comes with a cost: you need to build your code around it which ties your project to the hostin... -
Google Tag Manager and React/Redux
The Google Tag Manager dataLayer is one of the nicest thing when it comes to analytics for the developers. But there’s one major issue when you start having ... -
.NET Core LDAP authentication
.NET Core unfortunately doesn’t yet come with a native LDAP implementation…but you can use a third party library that will do the job for you: https://github... -
.NET Core cookie authentication middleware, load balancing and the data protection system
Using the .NET Core cookie authentication middleware as well as a load balanced environment usually makes the user's authentication "reset" between server hi... -
IIS double authentication
Setting up double authentication for a website running on IIS 7+ running in “Integrated mode” can be a very hard task.If you want, as an example, to have a ... -
uTyped Umbraco package
At Deep Focus we released our first NuGet package. It is called uTyped and it solves a problem we’ve had with many projects when using Umbraco. -
The C# parameterless default constructor
There’s not many things in C# that I wish were different, but this is one of them.If you define a class, it comes with a default parameterless constructor if... -
Understand IIS rewrite and redirect rules
A while ago, I answered a question on stackoverflow asking clarifications about the IIS rewrite module and how back references work.This question has receive... -
Setup Travis CI to compile a C# project and run NUnit tests
Edited on 2018-01-15:
subscribe via RSS