Thank you everyone for attending my talks. I'm going to start answering the questions
I've been asked here. Feel free to email me if you have additional questions, or if
my answer(s) aren't clear.
Q. Can I convert .RDLC (ReportViewer control) files to .RDL (Reporting
Services) files?
A. You bet. Check out this
page for more information.
Q. How can I clear out all the connection pools from my middle-tier
A. ADO.NET 2.0 has the new SqlConnection.ClearAllPools() static
method.