ORMs… can’t live with ‘em, can’t kill ‘em.


SQL Saturday Indianapolis - August 13, 2016

Object-relational mappers enable developers to work with relational databases like Microsoft SQL using the languages they know and love.  Sometimes that means that the developers don’t know the underlying queries and statements being sent to the database.  This doesn’t mean that the developers don’t love SQL.  It just means that they don’t know it yet.

In this session, we’ll look at the latest builds of Microsoft’s Entity Framework and see what programming tools developers use to work with SQL databases.  We’ll also take a look at Sequelize.  Sequelize is an open source ORM written in JavaScript for Node.js. 

We’ll take a look at code first development, advanced querying techniques, connecting to existing databases and migrations.  We’ll also take a look at lazy and eager loading techniques.  We’ll take a look at these two ORM’s from the eyes of the developer and the DBA.

Session Details: https://www.sqlsaturday.com/530/Sessions/Details.aspx?sid=52413

Comments

Popular posts from this blog

Special Characters are Truly Special

.NET Maui and VS Code

Where’s my phone update?