Oracle Flashback Version QueryTrick or Trap7/02 Learn how to use Oracles Flashback Version Query to not only see past data at a particular point in time but also to see how it changed over time.
T-SQL Best Practices6/29 This article, the first in a series, discusses T-SQL coding best practices. Join Greg Larsen as he explains how to write queries to optimize SQL Server resources and improve performance.
SQL Server Tracing By Jani Jarvinen
Published June 10, 2009
Let Jani show you how to how use SQL's profiler tools to createtraces of all SQL statements executed by your database server, and how to benefit from this during the development phase as well.
Custom Sprocs in Entity By Dan Rigsby
Published May 12, 2009
Working with Custom Stored Procedures in Entity Framework.
ASP.NET MVC Basics By Jani Jarvinen
Published April 29, 2009
Jani Jdrvinen shows you how to develop your first ASP.NET MVC application and helps you understand the controller classes and view pages. Jani will also discuss the relation between action methods and views with this new technology.