Results 1 to 9 of 9

Thread: Stable enough for real use?

  1. #1

    Thread Starter
    Fanatic Member BrianHawley's Avatar
    Join Date
    Aug 2001
    Location
    Saudi Arabia
    Posts
    796

    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)

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    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

  3. #3
    I think the final is coming out soon; the framework is already available for free download at http://msdn.microsoft.com .

  4. #4

  5. #5
    Member
    Join Date
    Aug 2001
    Location
    nr Manchester, England
    Posts
    34
    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.

  6. #6
    Jethro
    Guest
    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.

  7. #7
    New Member
    Join Date
    Nov 2001
    Location
    South Carolina
    Posts
    1
    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.

  8. #8
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  9. #9
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width