Running Stored Procedures
By Wayne Freeze
In this article, you’ll learn how to extract a list of stored procedures from a database, plus information about the parameters associated with the stored procedure. Finally, you’ll see how to take this information and use it to call a stored procedure on the fly. (Monday, December 01, 2003)

Read More     Discuss in the Forums     See More Articles
with 0 Comments

originally posted by: Ken Brubaker here
 

Eron Wright post some ideas on how to set up queries in Yukon to use, presumably, Yukon's event notification for ASP.NET cache invalidation.

Update: Here's a good summary of the supported caching/notifications in ASP.NET 2.0 for SqlServer 2000 and Yukon.

with 0 Comments
By Peter van Ooijen
In this article, Peter will show you how to build a custom control based on the .NET datalist control. This custom control will implement a lot of the functionality discussed in the datagrid story.

Read More     Discuss in the Forums     See More Articles
with 0 Comments