C# .net professional training course help...********

chaam_luk

Member
Aug 16, 2010
360
58
0
C++ mulin karala inna hodai ban eth dan .NET & Java wedipura industry eke yanne... eka nisa C# or Java kaloth hodai

:yes: :yes:

et ban c++ atharinnath epaa... C++ wade darunuwata yanawaaaa....

If you are only just starting in programming (and I assume you are), C# would probably be the best for you. C is still used to some extent, but C++ replaced it in most places. C# is easier to learn than C++ and, using the .NET framework, one can very easily create graphical user interfaces (GUIs). However, C# does run slower than C++ and, if you plan on using any of the .NET framework (which you will use if you program in C#), your program will not run on any operating system besides Windows.

Standard C++ is faster, but does not have any standard GUI libraries. Libraries are collection of pre-compiled functions/algorithms and data that the programmer can easily use. C++'s lack of GUI libraries forces all of your programs to run from the command prompt unless you use use a 3rd party library that is not in the standard C++ library. This can be done, but most beginning C++ books will not teach you anything about these libraries. BTW, Microsoft's Visual C++ is a variant based on standard C++ and is not quite the same.

Of these 3 languages, I would recommend you start with C#, if it is your first programming language. The .NET framework will allow you to easily create Windows applications with a GUI, which the beginner will find more rewarding than a command line interface.

If you plan on doing a lot of programming in the future, I would recommend that you eventually learn C++ at some point. It is faster and a bit more capable of doing low-level data manipulations.

source : yahoo answer :rolleyes::rolleyes::rolleyes:
 

chaam_luk

Member
Aug 16, 2010
360
58
0
C++ mulin karala inna hodai ban eth dan .NET & Java wedipura industry eke yanne... eka nisa C# or Java kaloth hodai

:yes: :yes:

et ban c++ atharinnath epaa... C++ wade darunuwata yanawaaaa....

If you are only just starting in programming (and I assume you are), C# would probably be the best for you. C is still used to some extent, but C++ replaced it in most places. C# is easier to learn than C++ and, using the .NET framework, one can very easily create graphical user interfaces (GUIs). However, C# does run slower than C++ and, if you plan on using any of the .NET framework (which you will use if you program in C#), your program will not run on any operating system besides Windows.

Standard C++ is faster, but does not have any standard GUI libraries. Libraries are collection of pre-compiled functions/algorithms and data that the programmer can easily use. C++'s lack of GUI libraries forces all of your programs to run from the command prompt unless you use use a 3rd party library that is not in the standard C++ library. This can be done, but most beginning C++ books will not teach you anything about these libraries. BTW, Microsoft's Visual C++ is a variant based on standard C++ and is not quite the same.

Of these 3 languages, I would recommend you start with C#, if it is your first programming language. The .NET framework will allow you to easily create Windows applications with a GUI, which the beginner will find more rewarding than a command line interface.

If you plan on doing a lot of programming in the future, I would recommend that you eventually learn C++ at some point. It is faster and a bit more capable of doing low-level data manipulations.

source : yahoo answer :rolleyes::rolleyes::rolleyes:
 

Jolly_Roger

Well-known member
  • May 2, 2009
    10,600
    1,606
    113
    Colombo XOR Matara
    :yes: :yes:

    et ban c++ atharinnath epaa... C++ wade darunuwata yanawaaaa....

    If you are only just starting in programming (and I assume you are), C# would probably be the best for you. C is still used to some extent, but C++ replaced it in most places. C# is easier to learn than C++ and, using the .NET framework, one can very easily create graphical user interfaces (GUIs). However, C# does run slower than C++ and, if you plan on using any of the .NET framework (which you will use if you program in C#), your program will not run on any operating system besides Windows.

    Standard C++ is faster, but does not have any standard GUI libraries. Libraries are collection of pre-compiled functions/algorithms and data that the programmer can easily use. C++'s lack of GUI libraries forces all of your programs to run from the command prompt unless you use use a 3rd party library that is not in the standard C++ library. This can be done, but most beginning C++ books will not teach you anything about these libraries. BTW, Microsoft's Visual C++ is a variant based on standard C++ and is not quite the same.

    Of these 3 languages, I would recommend you start with C#, if it is your first programming language. The .NET framework will allow you to easily create Windows applications with a GUI, which the beginner will find more rewarding than a command line interface.

    If you plan on doing a lot of programming in the future, I would recommend that you eventually learn C++ at some point. It is faster and a bit more capable of doing low-level data manipulations.

    source : yahoo answer :rolleyes::rolleyes::rolleyes:
    he's asking for a professional certification bro.. thats why i recomended MCTS.(assumed that he's not a beginner to programming)