English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

c++, asp.net
actually i have to do my final year project i am confuss which is the best where i have to learn again as i got little knowledge both but i want to learn throughly. pliz sugest me the best

2007-02-07 02:22:50 · 8 answers · asked by ajithnongmaithem 1 in Computers & Internet Programming & Design

8 answers

If your choices are C++ and Asp.net then the answer is very simple, They are designed for much different things!

C++ is fine for developing applications that would run on a PC, but would be very difficult to use iif you were writing an application that runs on a server and interfaces via the internet. It's not impossible to run C++ applications on a server to generate web pages, but it's difficult.

ASP.NET is designed to run on a server to deliver web pages or power a web application. It not really possible to develop a desktop application using ASP.NET.

2007-02-07 03:03:49 · answer #1 · answered by Mike B 1 · 0 0

Not sure this is a valid comparision. C++ is a language, ASP.NET is more of a web platform. You can program ASP.NET in a number of languages, C# and VB.NET are the predominate languages. No matter what language you write in, the application itself is compiled into IL or Intermediate Language.
At this point C++ is sort of an older language, you should most likely choose C# if you have C++ in your background. C# produces managed code, which is much more stabile.

2007-02-07 12:01:43 · answer #2 · answered by Chris Love 1 · 0 0

This is a question that could start a fight! The 'best' programming language is the one you like best. It is, though, a case of 'horses for courses'. The 'best' for one project is not always the best for the next project.

My personal belief is, the best language is the one you are most comfortable with and achieves the purposes of the project you are currently working on.

2007-02-07 10:37:43 · answer #3 · answered by Elizabeth Howard 6 · 1 0

Whatever language you started out in college would be it, just go with what you already know; there's no time to study another. Although I had very positive confession about using Java/JDBC from a C++ buddy of mine on his first attempt of the language on a Database assignment.

I think it would have been equally at home for him with other derivative languages like C# and Python.

2007-02-07 10:33:42 · answer #4 · answered by Andy T 7 · 1 0

Without knowing the details of your project, determining the best programming language for your particular situation will be impossible. The equivalent question you are asking is what is the best tool in my toolbox (screw driver or hammer) without knowing what I need to work on.

2007-02-07 10:33:27 · answer #5 · answered by Jim Maryland 7 · 1 0

C++ is the best. I suggest getting C++ for Dummies. It even has a CD-ROM tutorial. It's easy to understand and it really gives you a detailed version of the basics.

2007-02-07 10:30:33 · answer #6 · answered by Carrie 2 · 0 1

for a final year project u should go for ASP.NET

2007-02-07 10:30:51 · answer #7 · answered by Naresh Kumar 1 · 0 1

c++, visual basic, java

2007-02-07 10:52:30 · answer #8 · answered by RamontheGreat 4 · 0 0

fedest.com, questions and answers