Is it possible to pass a DataSet to SQL and process the data in a SQLCLR stored procedure? This is the question I set out to answer. The .NET Framework 2.0 adds some features to the DataSet that make this scenario possible (WriteXml, ReadXml). I created a sample that proves this concept. First we need the CLR
Similar Posts
One of the things that I didn't mention (because I didn't know and I'm still not 100% sure -)) in this post was what happens with associations when you
So today was my first time really playing with Linq to SQL (or any flavor of Linq for that matter). I'm prototyping a new feature and wanted to see how
Aw, the HttpContext.Cache. Most of the items I place in the Cache are named with GUID's so it's not very helpful to loop through and print out the Cache
LINQ To SQL LIKE Operator - Generating LIKE in SQL Server Statements by David Hayden ( Florida .NET Developer ), Filed LINQ To SQL Tutorials LINQ To SQL