|
-
Jan 17th, 2008, 02:35 AM
#1
Thread Starter
Frenzied Member
.NET Framework Library Source Code now available
-
Jan 17th, 2008, 04:21 AM
#2
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
-
Jan 18th, 2008, 02:13 PM
#3
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.
-
Jan 18th, 2008, 02:38 PM
#4
Re: .NET Framework Library Source Code now available
 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
-
Jan 19th, 2008, 08:20 AM
#5
Re: .NET Framework Library Source Code now available
 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.
-
Jan 26th, 2008, 08:35 AM
#6
New Member
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.
-
Jan 26th, 2008, 09:16 AM
#7
Re: .NET Framework Library Source Code now available
 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
-
Jan 26th, 2008, 10:43 AM
#8
New Member
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.
-
Jan 28th, 2008, 12:28 AM
#9
I wonder how many charact
Re: .NET Framework Library Source Code now available
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|