I was wondering if anyone knew if there was a performance boost of any kind in C#/ASP.NET due to moving database calls from the code-behind to the underlying business logic class library.
My understanding is that the class library is compiled, whereas the code-behind is interpreted.