I've just started to learn about Asp.Net 3.5 compilation model, but most articles mostly talk about Asp.Net 2.0 compilation model and how it differs from previous versions of ASP.NET compilation model. So I wasn't able to find any article explaining if there are any differences between ASP.NET 2.0 and ASP.NET 3.5 compilation models. Thus:
A) do CodeBehind,Src, CodeFile and Inherits attributes act exactly the same in both ASP.NET 2.0 and ASP.NET 3.5?
B) where do Asp.Net 2.0 and Asp.Net 3.5 compilation models differ?