Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Difference between VC++ and .NET (VB.NET, ASP.NET, and C#

Difference between VC++ and .NET (VB.NET, ASP.NET, and C#

Scheduled Pinned Locked Moved C / C++ / MFC
comcsharpc++asp-net
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sriram Suresh
    wrote on last edited by
    #1

    Sir, I want to know the difference between VC++ and vb.net, and asp.net and c#. I referred many books for these. But all contain the almost all same topics such as MFC, ActiveX, OLE, COM, DCOM, ADO, DAO. Then where the difference exist. I have one doubt why many people are not interested to learn VC++. Many people put interest to learn VB.NET, ASP.NET and C#. Sriram Suresh Kumar

    H S 2 Replies Last reply
    0
    • S Sriram Suresh

      Sir, I want to know the difference between VC++ and vb.net, and asp.net and c#. I referred many books for these. But all contain the almost all same topics such as MFC, ActiveX, OLE, COM, DCOM, ADO, DAO. Then where the difference exist. I have one doubt why many people are not interested to learn VC++. Many people put interest to learn VB.NET, ASP.NET and C#. Sriram Suresh Kumar

      H Offline
      H Offline
      Hardy_Smith
      wrote on last edited by
      #2

      The difference is like the difference between englisch and french, with all the literature written in it. What do you want to do with it? A language, or, better, the technologie you use should help you to solve your problems. 1) Your design shoule be "as independent as possible from the language" 2) Define what you want to do, what are the interactions. Maybe use uml for make it clear. Usecases are good to start. 3) Make a decision. Look what woule be the best technologie, wath the customer excepts, and what are the scills of you employees? MFC is a c++ library used by microsoft. ActiveX, OLE, COM, DCOM, ADO are language-independent communication-layers. DAO normally means data-access-object. This is more a design-pattern. Good luck, Hardy.

      1 Reply Last reply
      0
      • S Sriram Suresh

        Sir, I want to know the difference between VC++ and vb.net, and asp.net and c#. I referred many books for these. But all contain the almost all same topics such as MFC, ActiveX, OLE, COM, DCOM, ADO, DAO. Then where the difference exist. I have one doubt why many people are not interested to learn VC++. Many people put interest to learn VB.NET, ASP.NET and C#. Sriram Suresh Kumar

        S Offline
        S Offline
        Siva Sankar Koyi
        wrote on last edited by
        #3

        Hi, There are tons of differences between (vc++) & (VB.net,asp.net). I just give you the overview. VC++ purely works with Pointers. (ActiveX, OLE, COM, DCOM, ADO, DAO) --- these are the concepts you can implement with VB or VC. again that is purely depends on applicaitons type. VC particularly desinged for C++ development enhancements and if the same applicaiton developed in VB and VC, performance of VC program will pretty fast. People feel it is difficult to work on pointers, so generally they choose VB. Each VB.net and VC has got their own advantages and disadvantages. To choose between these purely based on your application type. Thanks & Regards, Siva Koyi

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups