Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

.NET compiler

  • 30-04-2004 03:42PM
    #1
    Registered Users, Registered Users 2 Posts: 1,775 ✭✭✭


    Since the .NET compiler understands all c and java etc. as well as vb code and converty them all into a single standard binary. I'm curious, is a c program compiled in .NET larger or less efficient than using a traditional compiler?

    anyone have experience in coding with .NET? how does it compare to more traditional programming. I've reciently started using .NET I find it runs a bit slow tbh and it's a bit of a pain to get to grips with the object orientated side of things compared to VB6


Comments

  • Registered Users, Registered Users 2 Posts: 1,430 ✭✭✭Merrion


    .NET is most similar in concept to Java in that a "compiled" .NET program is compiled to an intermediate language that is run by the .NET framework rather than compiled into raw machine code. It is therefore slightly slower than a raw C++ program but it is significantly faster to write a program in .NET than Win32 and a lot safer in terms of memory management etc.
    I've reciently started using .NET I find it runs a bit slow tbh and it's a bit of a pain to get to grips with the object orientated side of things compared to VB6

    Stiick with it - it is a very powerful programming system and what you learn in .NET will also be useful in other object oriented languages.


Advertisement