.NET Size of frame work? Im feeling worried!!
Thats a tricky argument!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
.NET could be fine for *some* models, just thats, as any other professional programming model.
ARGENTINA WORLD CHAMPION
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
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.
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.
ricardo: Very true, very true.
Edwin: Interesting! Thanks!
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
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
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
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)
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!

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)

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!



(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
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
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

-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
- the.weavster
- Addict
- Posts: 1576
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Isn't this one of the reasons Microsoft created .NET, so they could invade other peoples platforms?When the transfer to linux begins in the future, you are as good as trash
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!
Invade? Well doesn't that sound sinisterthe.weavster wrote: Isn't this one of the reasons Microsoft created .NET, so they could invade other peoples platforms?

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.
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.When there is a .NET framework for Linux, MAC etc... your VB.NET apps will go cross platform.
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.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?
Indeed! I think it ias great as it is and has a lot of potential for future growth.Don't get so down on .NET, with a little refinement I reckon it could be the dogs brollies!
-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
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
- the.weavster
- Addict
- Posts: 1576
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
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
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
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact: