Recent
These are some of the projects I've recently worked on. Although the list is not conclusive it contains some of the projects I feel accurately show my work.
-
Components For .NET
Reusable .NET Components.
-
Dexshop
Dexshop is a webshop software solution
My Latest Blog Posts
These are some of my writings, subscribe to the RSS feed to catch up on the latest news.
-
5 Books you need to read if you want to run your own micro business
Do you think it’s difficult to get started on running your own micro business? You are not alone!
-
How to add lazy loading to dapper
Dapper is a great way to take care of querying SQL Server (and other) databases. It offers a nice compromise between full blown ORM Frameworks such as entity framework and raw SqlDataReader based approaches. Although entity framework is great it ads another layer of complexity to your applications, I’ve found that sometimes it can be hard to figure out how everything is glued together.
-
Basic Authentication with the ASP.NET Membership API
If you are an ASP.NET developer you are probably familiar with both membership and http basic authentication. If you are familiar with IIS’s different authentication methods you also know that the only way to use HTTP authentication on IIS to verify the credentials against the windows account store. In this post we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.