Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: .Net 2.0 + SQL 2005 migration

  1. #1
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default .Net 2.0 + SQL 2005 migration

    Hi,

    .Net 2.0 and SQL Server 2005 will be available shortly. Are there any plans to upgrade to these technologies in the pipeline, if so what are the post-release timescales involved?

    Cheers,

    - Chris.

  2. #2
    Join Date
    Feb 2004
    Posts
    4,901
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by ninjalabs
    Hi,

    .Net 2.0 and SQL Server 2005 will be available shortly. Are there any plans to upgrade to these technologies in the pipeline, if so what are the post-release timescales involved?

    Cheers,

    - Chris.
    Hello Chris,
    The new technologies will certainly be used. The timescales involved are unknown since we would need to test deployment of the new technologies and also make sure there are no compatiliblity issues.

    Warm Regards,
    Warren Ashcroft
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Thanks for the info. I'm just trying to gauge if I should develop using the betas rather than the current 1.1 release for a project I am working on.

    Cheers,

    - Chris.

  4. #4
    Join Date
    Mar 2005
    Location
    Hampshire
    Posts
    432
    Thanks
    4
    Thanked 3 Times in 3 Posts

    Default

    Chris,

    At the moment if I was you develope using the current technology. You can however, take into account the new technologies while developing.

    Ken

  5. #5
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Not so easy. This is a CMS platform. There are fundamental differences between 1.1 and 2.0's handling of templates (master-detail pages etc).

    I'm tempted to move development to mysql / php as it's supported my RF and "cheaper". only draft 2-tier code has been produced so far so it would be possible to throw it away and start again.

  6. #6
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    code ported to PHP... 12200 lines of C# is now 7300 lines of OO-ish PHP5. Thats an eye opener if there ever was one (and it produced valid XHTML now!).

  7. #7
    Join Date
    Feb 2004
    Posts
    4,901
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by ninjalabs
    code ported to PHP... 12200 lines of C# is now 7300 lines of OO-ish PHP5. Thats an eye opener if there ever was one (and it produced valid XHTML now!).
    Thats interesting...
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  8. #8
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Only because i have complete control over code reuse so it's a little more optimised than the c# version.

    Zend Optimiser on my development server appears to make a big difference to the execution speed.

  9. #9
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    I'm curious, was this original C# code v1.1 or v2?

    I would also like to add that I have been running the ASP.Net Beta 2 in production for sometime now and have not come across any real showstoppers. I do think that on release it will be a quick process to evaluate and test priorto upgrading production servers.

  10. #10
    Join Date
    Feb 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It was 2.0 beta 2 (well august ctp now).

    I've got a few show stoppers. At work, we've experienced lots of problems with out of memory exceptions where the GC isn't collecting SqlConnection and GDI+ resources properly.

    Our traffic is about 2400 hits a minute so that might just be a scale issue
    I've redeveloped the entire thing in C# 2.0 again now (PHP5 appears to be from a technical perspective a good prototype language but it doesn't scale well at all!).

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SQL Server 2005 - What do you want?
    By Warren Ashcroft in forum Technical Support
    Replies: 17
    Last Post: 20th May 2006, 08:19 PM
  2. .Net 2 User and role management - SQL Server 2005
    By jordan in forum Technical Support
    Replies: 8
    Last Post: 17th May 2006, 05:18 PM
  3. Sql 2005
    By cswd in forum MSSQL
    Replies: 2
    Last Post: 3rd February 2006, 03:39 PM
  4. SQL 2005 Express
    By DavidJenkins in forum MSSQL
    Replies: 2
    Last Post: 5th January 2006, 06:06 PM

Bookmarks

Posting Permissions

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