Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone!

 

Does vb.net capable to use APIs just like vb6? Since, i am new to the .net game, i can't remember the whole namespaces yet.

 

Good luck!

Don't judge a man by his look. Don't judge a book by its cover. :D
  • *Experts*
Posted

If you have the API Guide, it lists .NET equivalents for many

Windows API functions (in addition to being an immensly useful

API reference).

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted

Yes, I have an API Guide. By comparing the API and namespaces, I am attracted by the namespaces, since they are more friendly and easier to use than API, that why, i think i need to shift to vb.net, but it takes time to be familiar with namespaces.

 

Besides, namespaces in API guide seems incompleted and lack of examples compare to its APIs.

 

What do you think, is it good or not to use a API that existed as namespace in .net?

Don't judge a man by his look. Don't judge a book by its cover. :D
  • Administrators
Posted

If there is a class within the .Net framework that meets your requirements then it is usually better to go with the .Net class rather than the API.

The .Net framework gives you a more more Object Orientated way of dealing with things and is the development platform MS are pushing at the moment.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

  • *Experts*
Posted

It's also worth mentioning that the Framework methods are

platform-independent, which is one of the goals and strengths of

the entire Framework. This is why the Framework has, in its short

life so far, already been ported to Linux and Windows CE devices. So,

try to stay safe and learn the new ways of the .NET.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted
The project is called Mono, it's avaliable here: http://www.go-mono.com/
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...