text books on migrating to .NET

  • Thread starter Thread starter strepxe
  • Start date Start date
S

strepxe

anyone able to recommend a good text book on migrating an application
to .NET with particular reference to VC++?
 
anyone able to recommend a good text book on migrating an application
to .NET with particular reference to VC++?


More details would help those with potential answers...

What version of Visual Studio/.NET Framework are you migrating to (2005 or
better and C++/CLI, hopefully)? What class libraries/technologies are used
in the current app.? MFC, ATL, etc? Last, what is the reason for moving a
(presumably) functional C++ app to .NET?
 
Back
Top