Select Page
Create custom user login for Azure SQL Database

Create custom user login for Azure SQL Database

Windows Azure user management is a little bit complicated, and unfortunately, there is no way to add users to the existing database using the Microsoft Azure management portal. To add a new user to the existing database in windows azure you have to do the following:...
Micro ORM vs ORM

Micro ORM vs ORM

I have used Micro ORM for one of my projects recently and want to share my experience with such micro ORM as Dapper or Peta Poco, as well as compare them with such ORM tools as EntityFramework or NHibernate. When talking about micro ORM it usually does not matter...