First, my apologies if this has been asked before or if this is the wrong medium. I'm looking for direction on language / framework / whatever-you-want-to-call-it for building quick-and-dirty websites ...
Entity Framework is an open source, object-relational mapper (ORM) that simplifies data access in your application. It enables you to write code to perform CRUD (create, read, update, and delete) ...