Question:

Advantages of @ NET framework

by  |  earlier

0 LIKES UnLike

Advantages of @ NET framework

 Tags:

   Report

2 ANSWERS


  1. for example in vb6 after make a software, when you want to publish your software to another system it was a problem to find which dll or ocx file is needed, but in .net every thing is packed in .net framework and it is easy to share to another systems, it s a usage of framework...


  2. - Almost all of the code is written for you; you just have to put it together the right way.

    - Most if not all of your libraries are in one place.

    - As long as your target system runs the right framework version, your program will work on it.

    - The hierarchies mostly make sense.  That is, you can guess how to do a lot of things.

    - Microsoft's IDEs pretty much write the code for you (you just start typing).

    - It's just really easy, okay?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.