Asp.net 1.1 web application to asp.net 3.5

Last post 06-20-2009 11:14 AM by Argg. 1 replies.

Sort Posts:

  • Asp.net 1.1 web application to asp.net 3.5

    06-20-2009, 2:53 AM

    Hi,
    I have asp.net 1.1 web application with some web services. I have convert this application to .NEt 3.5 framework by uisng VS 2008 conversion wizard. After conversion i checked my files. there is only one change which is in Rerences.cs file of my web service, it changed as partial class. but others are same. I want to know why its chnaged. application running successfully.

  • Re: Asp.net 1.1 web application to asp.net 3.5

    06-20-2009, 11:14 AM
    • Participant
      921 point Participant
    • Argg
    • Member since 12-18-2006, 5:26 PM
    • Simi Valley, CA
    • Posts 139

    Around .net 2.0 they introduced partial classes. Basically all a partial class does is allow you to further seperate your code.

    http://www.devx.com/dotnet/Article/22603

     

    MARK AS ANSWER if post helps

    portfolio
Page 1 of 1 (2 items)