i18n globalization with gettext and asp.net mvc
The most common approach to use when internationalizing asp.net mvc applications is to use the .Net frameworks built in resource system. Another viable option is to use the i18n standard format that’s...
View ArticleA single file login page for asp.net
Sometimes you might feel the need to simply protect a public directory on your webserver. Using IIS gives you several options to achieve this, but today we will discuss how to enable a simple login...
View ArticleSeed your database with test data using the entity framework
Recently I’ve started to use Entity Framework Code First in favor of linq2sql. The main reason to choose Entity framework is it’s more advanced feature set, and especially cool upcoming features like...
View ArticleBasic 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...
View ArticleHow 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...
View Article5 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!
View ArticleWhy you should learn more then one programming language
In the sphere of software development things move fast, extremely fast. So if you are programming professionally you should always keep up with the latest and greatest. But how?
View Article