DotNetShoutout - Stories tagged with .NetFrameWork
2
Shouts

SQL Server integration with CLR aka SQL CLR (Part I - Introduction and background)

published 508 days, 8 hours, 51 minutes ago posted by dotnetfundadotnetfunda 508 days, 12 hours, 56 minutes ago
Tuesday, December 27, 2011 9:06:15 AM GMT Tuesday, December 27, 2011 5:01:51 AM GMT
This article discusses the feature of integrating the CLR (Common Language Runtime) into the SQL server. This is first write-up of multi-part series on this subject and is mostly an excerpt from referenced article/s. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: SQL Server, .NetFrameWork
2
Shouts

Multiple resultsets in SQL Server and handling them in C# (Part III – Multiple Resultsets in Stored Procedure with LINQTOSQL)

published 510 days, 21 hours, 31 minutes ago posted by dotnetfundadotnetfunda 512 days, 10 hours, 57 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Friday, December 23, 2011 7:00:58 AM GMT
This article delves into the feature (of SQL server) of returning the multiple resultsets through stored procedure and handling such resultsets in C# for LINQTOSQL. (more)
category: Data | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: C#, .NetFrameWork