Browse by Tags

All Tags » SQL Server (RSS)

Using Entity Framework Code First with Stored Procedures that have Output Parameters by dwahlin

I’m working with a team on a new customer project that uses Entity Framework Code First on the backend for CRUD operations. It’s been a nice ORM to work with since it really simplifies the process of mapping relational objects to CLR objects and lets...

Building the Account at a Glance HTML5/jQuery Application by dwahlin

As Web technologies continue to evolve developers are required to learn new technologies in order to build successful web-based applications that stand above the crowd. This can be a challenging proposition especially for developers moving from desktop...

Passing Multiple Records to a Stored Procedure in SQL Server by dwahlin

There are so many different ways to work with data that it can make your head spin.  Regardless of the technology, one thing I always try to do when working with databases is minimize the number of calls that are made.  I use ORM frameworks...
Filed under: , , ,

Pivots to the Rescue – Providing Flexible SQL Server Queries by dwahlin

One of the projects my company is currently working on has a requirement to be able to store timesheet data in a more flexible manner.  The existing Access forms application is being converted to Silverlight 3 and has a fairly rigid (albeit standard...
Filed under: , ,
More Posts