Yesterday night I was presenting at the “Communauté .Net Montréal” (http://www.dotnetmontreal.com/) the same session I did at DevTeach/SQLTeach last summer.
This session is titled “Running .Net code in SQL Server and the Table Value Parameters for the developers”. The session is about features of SQL Server that are not very well known from the developers. In the first part of the session, I showed how to run .Net code into the database and some tricks to deploy it to production server that ease the DBA job. In the second part of the session, I showed how to use Table Value Parameter (TVP) from a .Net application.
Judging from the number of questions, the crowd liked these topics.
Don’t forget that you can get the details of these 2 topics by reading http://www.emoreau.com/Entries/Articles/2011/05/Creating-SQL-Stored-Procedures-in-Net-SQL-CLR-Integration.aspx and http://www.emoreau.com/Entries/Articles/2010/11/SQL-Table-Value-parameters.aspx.