• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

What do people think of ASP.NET 2.0?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    What do people think of ASP.NET 2.0?

    Anyone else here made the shift for VS.NET 2003 to 2005 and ASP.NET 2.0?

    What are your thoughts? A step up or a buggy, retrograde step with appalling design decisions, ridiculous deployment and mostly pointless point and click controls?


    #2
    It's progress. But pointless.

    Change technologies for something decent...and future-proof...
    Illegitimus non carborundum est!

    Comment


      #3
      Originally posted by DimPrawn
      Anyone else here made the shift for VS.NET 2003 to 2005 and ASP.NET 2.0?

      What are your thoughts? A step up or a buggy, retrograde step with appalling design decisions, ridiculous deployment and mostly pointless point and click controls?

      In general I like it.

      Good bits:
      themes, adaptive rendering, master pages.
      config enhancements (allowing better separation and less app restarts)
      losing web projects

      Bad:
      Designer is still sh1te but who uses it anyway....
      Hate the validator script file being rendered by resource handler, now unable to change it......very annoying since I spent ages on custom validation summaries in 1.1

      Apart from that a few more events in the page lifecycle and not much has changed that I can see
      whats the lowest you can do this for?

      Comment


        #4
        Deployment now sucks. So much so that MS are offering two addins, Web Deployment Projects and Web Application Projects.

        .NET supports nested master pages but VS.NET does not (in design time). How pathetic. The VS.NET team should be stabbed.

        A big push for ObjectDataSource controls for n-tier dev and yet this uses costly reflection on every call with no caching. Silly.

        All the effort in VS.NET seems to be around "wow look at this no code" wizards and controls tempting people back into putting the SQL and DB access code into the ASP.NET pages.

        Restrictive and childish App_Data, App_Code folders.

        No default namespaces.

        C# 2.0 is great and .NET framework 2.0 mostly good, but a lot of the ASP.NET "enhancements" and VS.NET 2005 "enhancements" plain suck for big sites.

        That's my 2p worth anyway.

        Comment


          #5
          I like the plethora of squiggly seagreen lines under most of my code words that keep telling me I'm obsolete.

          Master pages are good for demos.

          Visual Studio 2005 just about loads up within a minute on a dual core which is an improvement over 2003.
          If you think my attitude stinks, you should smell my fingers.

          Comment


            #6
            Had to use VS 2003 today and it seems very dull and crappy after VS 2005, particularly given improvements in Intellisense for C#, someone really did it for himself which shows in good product.

            C# 2.0 and CLR in general are solid things, used ASP very little - intuitely disliked it all the time: SKA uses its own cross platform mini webserver with its own templating engine.

            Comment


              #7
              If VS.NET 2003 were a car it would look like this:



              If VS.NET 2005 were a car it would look like this:



              HTH
              First Law of Contracting: Only the strong survive

              Comment


                #8
                And Quick C/C++ IDE was like this:



                Borland C++ 3.1 was much better.

                Comment


                  #9
                  very 'black box' in too many areas. profile handling is appalling. sacrifices best practise on the alter of ease of use. library refactoring and enhancements seem ok. and again, it seems that you need to step outside the preferred ms way to get performant apps. incredible after .net 1 that web apps were not released with the initial release of vs 2005. it will be interesting to see the atlas/ajax library support in sp1.

                  Comment


                    #10
                    my 2 euro cents...

                    DimPrawn:
                    "C# 2.0 is great and .NET framework 2.0 mostly good, but a lot of the ASP.NET "enhancements" and VS.NET 2005 "enhancements" plain suck for big sites." -agree. Like some of the IDE enhancements though.

                    AtW:
                    "C# 2.0 and CLR in general are solid things, used ASP very little - intuitely disliked it all the time" - agree. Always reminded me too much of 'webcontrols'. viewstate, postback etc, I've seen abused too often.

                    scotspine:
                    "it seems that you need to step outside the preferred ms way to get performant apps" - agree. While MS come up with some nifty stuff at times, the promoted world view (by other teams?) of how you're meant to do everything is sometimes to be ignored.

                    Conclusion, looks like my 2 cents weren't even needed...
                    Last edited by Joe Black; 19 September 2006, 18:41.

                    Comment

                    Working...
                    X