Projects

Projects

Sometimes I create a package for a solution. These are provided as free and open source software (FOSS).

There are 15 articles tagged with Projects.

When the Planning Wall Doesn’t Scale

At the Wehkamp Tech Hub we support Wehkamp with technology in the broadest sense of the word: almost everything is technology. Bigger topics, like the replacement of our order management system, require careful planning over teams; we have many of those topics.

Our Head of Product also had the need to share more of the roadmap, so he asked me if I could look into the problem of generating a roadmap report we could share.

Read the article When the Planning Wall Doesn’t Scale

Simple Database-less Authentication for MVC.Net

There are many projects that are way too small to setup an ASP.Net membership configuration or OWIN authentication. But you still want to protect your applications by one or more accounts. What to do?

Well… there is a small – but obsolete (!!) – thing that you can try: ASP.Net Forms Authentication. While it is obsolete, it is still usable. In this article I’ll show how to implement it for MVC.Net.

Read the article Simple Database-less Authentication for MVC.Net

A BlockHasher helper class

There are a few instances in which you’ll need to hash a combination of data. You might resort to creating one big string and hashing that. It has a clear disadvantage from a memory and processing point of few. It might even be impractical when files or streams are involved. That’s why I created a BlockHasher utility class that helps to generate these types of hashes.

Read the article A BlockHasher helper class
expand_less brightness_auto