|
-
Jul 13th, 2005, 12:43 PM
#1
Thread Starter
Lively Member
[RESOLVED] Frameworking Idea
I didnt know where to post it, so here i thought.
This Might be stupid, But, because so many Things run on .net, would it be posssible to write our own framework in something like Vb?
I know, Stupid question lol
-
Jul 13th, 2005, 09:36 PM
#2
Re: Frameworking Idea
Short answer, no. The .NET framework is written in pure C++ and doesn't need any runtime files because it is the runtime files. VB on the other hand requires runtime files.
However, if you can get around this, I guess you could but why would you want to? It's just a collection of classes that perform various tasks. The next best thing is just a class library that you can easily create.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Jul 14th, 2005, 01:57 AM
#3
Thread Starter
Lively Member
Re: Frameworking Idea
Thanks! I Was Just Curious
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|