Hi Every one
As I am still in the learning curve of vb.net I have 2 Question
1- Before I as start learning vb.net I know vb6 (good) and visual foxpro (Professional). In these 2 languages every thing that cannot be handled with there native command, I use win32 API calles to accomplish my job, then some expert programmer who knows both c# and foxpro mention that in .Net there is no need to use COM server such FileSystemObject or API calls anymore in any .Net Languages since they are internally integrated in .net Libraries.
I am seeing to much VB.Net code that is still using API calls and few which is still using the COM Object.
My #1 question, Is all these examples posted by not very experienced programmers so they still use what they know from vb6 or it is true that all API functions is included in the .Net Libraries?
My #2 Questioin: Where I can find the list of all .Net Libraries Function (AFAIK almost 3600 Functions) ?
TIA