Is there a tool to generate MVC code in C#?
        Posted  
        
            by Rity
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rity
        
        
        
        Published on 2010-05-31T04:24:12Z
        Indexed on 
            2010/05/31
            4:32 UTC
        
        
        Read the original article
        Hit count: 232
        
c#
|code-generation
I was working on a project with a colleague and went out for lunch one day. Given that we only spent a few days doing design and no coding, I was surprised to find out that after lunch, he had over 40 files completed (various classes, interfaces, DTOs, etc). He told me he is just a fast typist but I need to know the real deal. He hasn't been able to sustain that kind of productivity just the initial skeletal code but still, any ideas how he did this?
© Stack Overflow or respective owner