MVC in ASP.NET

I agree with Eric that the way the Model-View-Controller (MVC) pattern is described at the .NET architecture center is not really spot-on. I've always looked at the (typed) DataSets as the model.

Not that it matters much but it's fun to discuss common patterns like this :)

No Comments