Technology migration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have a VC++ application its a bit big application having more than 10 ATL
components. The application is client/server architecture with
multi-threading. The server does the data trasnfer from one database to
another using ODBC/OLEDB.

If at all I want to change the technology from VC++, is it advisable to
migrate it to .NET? Can any one comment on the migration plan from vc++ to
..NET?
 
VS.NET 2005 supports all flavors of C++. You can create ATL, C++.Net, Win32,
and MFC applications. VS will compile and link Win32 applications as well as
debug. It comes with the Windows SDK to develop non CLR Windows
applications. The rich developer tools with DotNet are in preparation for
Windows Vista and it looks like Microsoft isn't dropping support for
anything ever developed in C++.
 
Thanks Jim!
The question is not on the ablities of .NET, if I migrate my vc++
application how will be the hit on my performance and scalability.
--
ChitraCK


Jim_Lent said:
VS.NET 2005 supports all flavors of C++. You can create ATL, C++.Net, Win32,
and MFC applications. VS will compile and link Win32 applications as well as
debug. It comes with the Windows SDK to develop non CLR Windows
applications. The rich developer tools with DotNet are in preparation for
Windows Vista and it looks like Microsoft isn't dropping support for
anything ever developed in C++.
 
Back
Top