CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    Windows App 3.0 and Windows App WPF

    I know WPF Apps has cool graphics and so on...

    Why did MS split Windows Application and Windows Application WPF in VS Orcas?

    1. Is Windows Application (in .Net 3.0) to support backwards compatiblity feature for .Net 2.0?

    2. If I were to do a new project in .Net 3.0... should I start in WPF rather than using Windows Application?

    3. Now I have an application in .net 2.0 with a lot of business logic. Will there be anyproblem for me to re-code the business logic in WPF? The reason I want to move is because I wanna do heavy graphics!

    Require your feedback for all or any of the three. Thanks
    Back after a long hibernation.

  2. #2
    Join Date
    Jul 2007
    Location
    Sweden
    Posts
    331

    Re: Windows App 3.0 and Windows App WPF

    Since .NET 3.0 is just an extension to .NET 2.0, not a new framework in itself, you shouldn't need to do any changes to your business logic. I haven't done much with .NET 3.0 so I can't really answer your other questions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured