Database Tutorials & Videos

Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Database Tutorials & Videos

Creating Java Applications With PostgreSQL and Postgres Plus

This video shows a quick example of creating a working CRUD application on top of PostgreSQL using JBoss SEAM (Java Server Faces, EJBs, and Hibernate). In 5 minutes, you use the SEAM framework to build a basic application including reverse engineering the database schema to create boiler plate code for …

Practical Entity Framework for C#: Compiled Queries in Entity Framework

With any new technology, performance implications are important to consider. If you want to get the best performance from Entity Framework queries, you should use the Compile function of the CompiledQuery class. This video demonstrates how to use compiled queries in the Entity Framework. http://msdn.microsoft.com/en-gb/vcsharp/dd565858.aspx