.NET Size of frame work? Im feeling worried!!

For everything that's not in any way related to PureBasic. General chat etc...
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Okay.
Well its not that i need something right now as i really dont have much time for programming but it interests me a bit.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Karbon wrote:I think Rings said it best... If you're a hobby programmer, or someone that doesn't develop "business" software you can safely ignore all these posts :-)
Thats a tricky argument!

.NET could be fine for *some* models, just thats, as any other professional programming model.
ARGENTINA WORLD CHAMPION
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

For the ones who are interested to use dotnet with PB:

http://msdn.microsoft.com/vbrun/vbfusio ... fault.aspx

It's fairly simple actually.
The .BAT file is your guide.
Tip: any path used in there might be wrong.

The so called 'wrapper' is just a custom piece of dotnet code.
So it doesn't need to have that name and functionality.
Wrapper does not mean that you'll have direct access to all objects in dotnet.
No, your wrapper code evt. accesses the dotnet features for you.
And therefore.. a wrapper.
Last edited by Edwin Knoppert on Fri Oct 14, 2005 1:59 am, edited 1 time in total.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

ricardo: Very true, very true.

Edwin: Interesting! Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Here is one thing for you,

01, Install .NET Framework 2.0 beta
02, Uninstall .NET Framework 2.0 beta
03, Try to run ANY program that use .NET Framework (1.1 or 1.0)

:lol:

04, Uninstall .NET Framework 1.1 (with all SP and updates)
05, Uninstall .NET Framework 1.0
06, Go to Windows Update to re-install all .NET Framework components
07, Try to re-install .NET Framework 1.0 manually
08, Try to re-install .NET Framework 1.1 manually
09, Remove %WINDIR%\System32\mscoree.dll
10, Start at 06 again and repeat until you succeed! :lol: :lol:
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Don't know what you are trying to tell.
It's known the beta(2) has install issues.
It's mentioned all over billies site.
Therefore beta...

Well folkes, it's almost out now.
I have waited ~half year and finally the new framework is almost out.
I never used .net 1.1 and i was determined to go for v2 directly.
Prob. many 1.1 users will have difficulty abandoning the code-in-webpage construction? :)
I like the code separated from the html in version2.

Sorry, i like the .net concept, maybe a little bit to much.
And i still don't mean VB.NET but ASP.NET :)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Luckily the code is seperated from the page in version 1.0 and 1.1 as well :lol: But I do know of a few scripters who prefer scripting into the page, which is very bad.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Hmm, depends on what you mean.

1) Scripting.. javascript?
2) ASP.NET tags like <%=hello()%>, i find these super
3) What i meant like the page_load(), this part is seperated, afaik not in < v2 (?)
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

When the transfer to linux begins in the future, you are as good as trash :twisted:
Isn't this one of the reasons Microsoft created .NET, so they could invade other peoples platforms?

When there is a .NET framework for Linux, MAC etc... your VB.NET apps will go cross platform.

Programs written in VB.NET use the same objects and classes as programs written in C#.NET so will there be any discernable difference in performance?

Don't get so down on .NET, with a little refinement I reckon it could be the dogs brollies!
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

the.weavster wrote: Isn't this one of the reasons Microsoft created .NET, so they could invade other peoples platforms?
Invade? Well doesn't that sound sinister :-)

I guess you have to say the same about PureBasic, Java, PHP, Perl, Ruby and every other language that can create executables for non-Windows platforms.
When there is a .NET framework for Linux, MAC etc... your VB.NET apps will go cross platform.
I can only hope. However the desktop market is still mostly Windows, with it's closest competitor at less than %10 of the market. I'm not worried about other platforms just yet.
Programs written in VB.NET use the same objects and classes as programs written in C#.NET so will there be any discernable difference in performance?
No, there isn't and difference. In theory programs written in VB.NET or C# should compile to the same IL byte code and execute exactly the same.
Don't get so down on .NET, with a little refinement I reckon it could be the dogs brollies!
Indeed! I think it ias great as it is and has a lot of potential for future growth.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Karbon wrote:Invade? Well doesn't that sound sinister :-)
You have to make Microsoft sound sinister, it's obligatory. :wink:
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

>When there is a .NET framework for Linux, MAC etc... your VB.NET apps will go cross platform.

Maybe but i guess not..
How would billy earn money, the FW is free.
The FW contains the compiler.

If people use linux, where is Windows?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

From the developers paying for Visual Studio :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Oops, now you got me.. 8)

:shock:
Post Reply