Browse by Tags

All Tags » .Net » Active Record (RSS)
Introduction What is MVC MVC stands for: Model (database) Controller (business logic) View (what you see + view logic) It is used to separate the logic from a web application and other types of applications into these 3 logical parts. There are a lot...
SubSonic Vs dOOdads Vs ActiveRecord Let's meet our contenders: dOOdads An ORM framework which was provided by the people who also gave us MyGeneration . It's built with a couple of things in mind: - Ease of use - Supporting a large amount of DBMS systems...