Functions or classes in ASP.NET?

David H

New member
I am an old hat classic ASP programmer looking to sink my teeth into ASP.NET. Any advice or ideas on when to build classes and when to build functions? In classic ASP I used functions everywhere and classes virtually nowhere.

When I read the ASP.NET books, it seems they are always pointing towards the use of classes. Just looking for some arguments (either way) of when you would / should build a class instead of a function.

Thanks.
 
Back
Top