How much should I rely on Visual Studio's Auto Generated Code?
        Posted  
        
            by 
                Ant
            
        on Programmers
        
        See other posts from Programmers
        
            or by Ant
        
        
        
        Published on 2012-08-29T08:12:56Z
        Indexed on 
            2012/08/29
            9:49 UTC
        
        
        Read the original article
        Hit count: 314
        
So I'm reading up on ASP.NET with VB.NET and I want to start making my own, professionally built website using ASP. I'm wondering though; I'm still using the basics so I'm really just a novice, but how much should I rely on Visual Studio to create my elements? Should I make my own text boxes and have my own login routine, or should I just use ASP's login features?
I know eventually you have to use your own classes and such which is where the real coding comes in, but I'm not sure how relaible, flexible and secure the pre-wrote elements are?
Any help would be greatly appreciated.
© Programmers or respective owner