Results 1 to 3 of 3

Thread: MFC vs .Net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    127

    MFC vs .Net

    What are the disadvantages/advantages to using MFC vs .Net when programming in C++? For developing a potentially commercial application, which do you think is the wiser choice down the line in terms of technological advances, hardware changes, .net changes...etc

  2. #2

  3. #3
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: MFC vs .Net

    It depends a lot on the type of commercial application you're talking about.

    For a mass market application or hardware drivers, you'll usually find unmanaged C++ the best approach. Since the development costs and time will be higher, this assumes that you would be getting a sufficient return on investment to program it this way. In this model, support would be a cost center, something to avoid, and the product is essentially standalone.

    For vertical/niche market software using C# or VB.NET is usually more cost effective. They can be more rapidly developed and are easier to maintain and customize. This model often assumes a lot of your ROI comes from the software helping to sell your services and support, hardware, or other things. For example, you give the software away or sell it cheaply but to make use of it the customer has to pay $2500 a month in support or web service access fees plus buy/rent your equipment. Support becomes a profit center and the software is essentially a sales tool.

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