Difference between VC++ and .NET (VB.NET, ASP.NET, and C#
-
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
-
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
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.
-
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
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