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 :sick:
Printable View
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 :sick:
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.
Thanks! I Was Just Curious