When developing a MVC project, is the the toolbox really useful?
        Posted  
        
            by Knox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Knox
        
        
        
        Published on 2010-04-01T09:54:10Z
        Indexed on 
            2010/04/01
            10:13 UTC
        
        
        Read the original article
        Hit count: 520
        
VS2010
|asp.net-mvc-2
I'm a noobie when it comes to VS, specifically VS 2010. I'm trying to learn MVC 2.0. If you're developing a pure MVC project, it seems like most of the toolbox is not useful. Shouldn't the IDE hide controls that aren't useful? Specifically, I'm looking at the AJAX extensions like Timer and UpdatePanel, but it seems like a lot controls more would require postback.

© Stack Overflow or respective owner