Results 1 to 8 of 8

Thread: What is C Sharp

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    239

    What is C Sharp

    I would like to migrate to a C language from VB6 and I am interested to know if C # is the best version as opposed to C or C++, I have been given the Visual C# .Net Deluxe Learning Edition and I would like to give it a shot. Just a couple more questions, does C # .Net require any Run Time Files like VB or does it compile stand alone programs? And can I make DLL's using
    C#.NET?

  2. #2
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    All C# applications need to run on a client machine is the .NET Framework. If a computer has the .NET Framework, then thats all you need to run it. Yes, you can also write dll's.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    239
    Thanks for the info...........how is the .NET framework deployed to a client's computer?

  4. #4
    Lively Member JAtkinson's Avatar
    Join Date
    Feb 2004
    Location
    Richmond, VA
    Posts
    68
    You must provide it to them or they have to download it and install in manually. I dont think you can add it to your application's setup file. You CAN use bootstrap (I think that's what it's called).


    James
    Visual Studio .net 2003 EA
    VB .net
    C#

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    239
    Thanks Kleptos and James..............

  6. #6
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    FYI:
    .NET framework will be part of next OS (Longhorn) so you dont need to deploy this.

    its already included in windows 2003, and i BELIEVE winxp SP 1 has .net framework.

    basically for now you have to worry about deploying it on machines without it, but for future you wont have to, MS is goign to take care of this (they are suppose to)

  7. #7
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    And, if the user dosn't have it, tell them to get it from Windows Update (www.windowsupdate.com). You shouldn't distribute it unless you are including it on a CD or something.

  8. #8
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    If you create a custom setup for your application a check if the framework is installed is already inclueded.

    Here is a link to that "launch condition".

    http://msdn.microsoft.com/library/de...hcondition.asp

    Hope that helps,

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

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