CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2000
    Posts
    76

    How can I programmed with c#

    Dear all,
    I know nothing about C#, .net. I am just a beginning on mfc and com.
    But after i have read some message on this forums, it seems that .net
    is something that going to replace mfc???(in fact, i still don't know what
    C# and .net is)
    May i ask, is .net a IDE(development environment) or can simply be implemented in vc++ 6.
    How can i get those(c#,.net)?? does it require extra libraries or ???
    How can i learn both??? It seems that almost no books can be found
    talking about it??
    Can anyone help ???


  2. #2
    Join Date
    Dec 2000
    Location
    Bombay, India
    Posts
    50

    Re: How can I programmed with c#

    .NEt is a full fledged new Framework and runtime.
    You have to download the .NET SDK to get its compilers and stuff .
    C# is a NEW programming language which will be the Featured Language of the .NET paltform . So u will have to learn C# fully ... there are no extentions for it.
    Also .NET does support VB and C++ (its compilers are included in the SDK)

    if ur in to Vb then forget C# get on with Vb but if ur starting then its better u learn C# itself ...
    There are some books available on C# to but since its in its beta stage there are many bugs in it.



    Saurabh Nandu
    mail[email protected]
    http://Learncsharp.cjb.net

  3. #3
    Join Date
    Nov 1999
    Posts
    78

    Re: How can I programmed with c#


  4. #4
    Join Date
    Apr 1999
    Location
    Philadelphia, PA, US
    Posts
    138

    Re: How can I programmed with c#

    see http://www.c-sharpcorner.com for how to program in C#.


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

Featured