RE: Describe the difference between inline and code be...
In .NET 2.0 with the introduction of partial class there is no difference in inline coding & code behind as per performance. But in .NET1.1 the code behind file needed to be updated for any modifications. Moreover in the inline coding model there was no intelligense support.