Results 1 to 9 of 9

Thread: .NET Framework Library Source Code now available

  1. #1

    Thread Starter
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    .NET Framework Library Source Code now available

    http://weblogs.asp.net/scottgu/archi...available.aspx


    Whats that mean to the below average .net user?

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: .NET Framework Library Source Code now available

    Not much at all it is really good news for the professional developer with debugging though.

    Here is an earlier post from Scott's blog when this all began...

    http://weblogs.asp.net/scottgu/archi...libraries.aspx

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: .NET Framework Library Source Code now available

    I'm hoping this will lead to many bug fixes and efficency improvements. Nothing like having thousands of developers going through your source code

    Too bad we can't re-compile it ourselves or do much else with it.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: .NET Framework Library Source Code now available

    Quote Originally Posted by kasracer
    I'm hoping this will lead to many bug fixes and efficency improvements. Nothing like having thousands of developers going through your source code

    Too bad we can't re-compile it ourselves or do much else with it.
    Actually it's much like Java, you have the source but on a read-only license. but in Java's case you can copy the source to your projects If you keep the copyright lines.
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: .NET Framework Library Source Code now available

    Quote Originally Posted by kasracer
    Too bad we can't re-compile it ourselves or do much else with it.
    It is still pretty useful, and certainly interesting to check out.

  6. #6
    New Member
    Join Date
    Jan 2008
    Location
    Programming County
    Posts
    13

    Re: .NET Framework Library Source Code now available

    I also like Java much more than .NET.

    Opening the source code for the .NET Framework can start the development of many independent .NET IDE applications, like Visual Studio. I have never used foreign source code (I write it by myself), but for some developers the source code of the .NET Framework Libraries can give a lot of help.

  7. #7
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: .NET Framework Library Source Code now available

    Quote Originally Posted by TownProg
    I also like Java much more than .NET.

    Opening the source code for the .NET Framework can start the development of many independent .NET IDE applications, like Visual Studio. I have never used foreign source code (I write it by myself), but for some developers the source code of the .NET Framework Libraries can give a lot of help.
    The IDE development has nothing to do with the source code of the language
    There is always SharpDevelop (Free software) for windows users who don't want to buy the Visual Studio. And there is the MonoDevelop IDE for linux users
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  8. #8
    New Member
    Join Date
    Jan 2008
    Location
    Programming County
    Posts
    13

    Re: .NET Framework Library Source Code now available

    In my opinion when the code is open, it is much easier to create a fully compatible IDE that works the same as the original one. I used some time MonoDevelop on Linux and I understood, that it is working not the same way, as Visual Studio in Windows. I don't know how it goes with C# in Mono, but VB.NET goes not so good as I thought (there was an issue with the VB compiler). In this case, only the source code of the original libraries can help.

  9. #9
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: .NET Framework Library Source Code now available

    Quote Originally Posted by kasracer
    I'm hoping this will lead to many bug fixes and efficency improvements. Nothing like having thousands of developers going through your source code
    Everyone had the ability to reflect upon the .NET source code for years using Lutz' reflector. All this has done is allow debugging through that code - which is rather pointless unless for educational purposes.

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