|
-
Oct 5th, 2001, 03:47 AM
#1
Thread Starter
Fanatic Member
Stable enough for real use?
Is .NET stable enough yet to deploy real Windows 32 apps to real customers?
Anybody doing this?
Any 'gottchas' to watch out for?
We think we are ready to do this, but would be interested to hear other opinions. (Ok, we're chicken!)
Thanks!
Brian
(Fighting with the RightToLeft bugs in VS 2005)
-
Oct 6th, 2001, 06:05 PM
#2
Frenzied Member
i dont believe so
right now they are on beta 2
to develop something with a beta, especially making a real applicaton is risky (as they change the coding syntax, and style in betas)
i would wait until the final is out
well i am waiting til the final is out 
IMHO
-
Oct 6th, 2001, 06:07 PM
#3
Member
I think the final is coming out soon; the framework is already available for free download at http://msdn.microsoft.com .
-
Oct 6th, 2001, 06:13 PM
#4
Frenzied Member
framework has been out since the first beta
-
Oct 8th, 2001, 10:15 AM
#5
Member
We've been developing a .net app for several months. It will be ready this side of christmas, but we'll be waiting until the full release is out before releasing our product.
We don't expect much difference between Beta2 and the Full Release. Just some increased preformance and such.
-
Oct 9th, 2001, 08:13 PM
#6
Don't deploy beta versions! Cannot stress this enough. The final release version can and will have completely different things in it. Also deploying to pre-XP OS could cause ya a lot of grief....needing a whole host of additional files etc.
-
Nov 5th, 2001, 12:47 PM
#7
New Member
unless they have changed things reciently, it is illegal to make apps with beta 1 or 2, or RC1 and sell them. I think you can get explicit permission from them to distribute an app though.
-
Nov 5th, 2001, 01:55 PM
#8
Black Cat
I supposed you could write your code, wait for the release version and compile with that.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 5th, 2001, 02:34 PM
#9
From all I have heared, your existing Beta 2 code should have no problems with full release since most changes are bug fixes and performance issues to Visual Studio since the .NET Framework is pretty much complete. May have some additions to the Framework, but probably no changes to how you code.
Also realize that the state of Visual Studio does not reflect on the
Framework. The Framework is independent of Visual Studio and becuase of this you dont need Visual Studio at all. You can write it in textpad or notepad or any text editor. Just use the command line compiler that comes with the Framework and your all done. But of course VS makes mking GUI apps much easier.
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
|