Re: .NET vs Win32



I'm evaluating the idea of migrating a win32 application to .NET.
Besides the advantages of .NET such as no installations + accessible
wherever there is an Internet connection, what other advantages are there?


From the other posts, you mean you're migrating a Win32 client application
to a Web application? DotNet should have nothing to do with that decision,
since you can develop both applications with or without DotNet. Once you've
decided which "platform" to use (i.e. Richclient Desktop App, or Thinclient
Web App), THEN you should decide which technology to develop it in.

-BKN


.