Hello all. I created an ASP.NET/C# application with over 10,000 lines of code. Within the code has numberous functions that I created and is used many times by the application. My question is when is the right time to create a class(es) and how do I used the classes? How many lines of code is too much?
Thank you in advanced for all your help.