Is it true that it is not good to use API in .net language?
Printable View
Is it true that it is not good to use API in .net language?
Sometimes you don't need to use APIs in your proj if there is a .net ready class that does the same job. .net framework has huge of ready classes which is more easier to use than APIs.Quote:
Originally posted by fmardani
Is it true that it is not good to use API in .net language?
Is it possible for us to have a quick view on all these .net ready classes?
What do you mean ?Quote:
Originally posted by chinhow
Is it possible for us to have a quick view on all these .net ready classes?
the only way that I know of is the object browser. Hit F2Quote:
Originally posted by chinhow
Is it possible for us to have a quick view on all these .net ready classes?
If he means this , he can see go to .Net Framework in Visual Studio.NET Documentation and then .Net Framework node . There you can see all the classes in documentation view .Quote:
Originally posted by MrPolite
the only way that I know of is the object browser. Hit F2