Databases

To make your sites truly dynamic, use the power of Databases to securely store and manage your data.

Get the most of out your data. Create powerful indexes, to help find the record that you need. Understand normalization and denormalization to optimise your databases for both data updating and data retrieval.

Don't limit yourself to current ORM libraries like entity framework. They can work well, but don't always get the most out of the underlying database. Use functions and stored procedures and views to make data access work more secure and more performant.