| Recent
Articles |
Resolve & Shorten URLs In C# Recently I've needed a method that would look at some text and automatically discover all URLs and turn them into hyperlinks. I've done that before so it was a matter of copy/paste. This time it was a little more...
Yahoo SiteExplorer API With C# If you are interested in using Yahoo's SiteExplorer API and are coding in the ASP.NET environment using C# (web pages) then the following method might be of...
Debug JavaScript In Visual Studio 2005 Like C# I've been using Visual Studio 2005 for almost 2½ years since the beta 1 release. In all that time, I've used Firefox and Firebug for all JavaScript debugging. I've tried setting breakpoints in JavaScript in Visual...
From VB.NET To C# Coming from the Visual Basic world, I used to find many examples throughout the web written in VB and VB.NET. Then I got hired by Traceworks which was a VB.NET company, but they decided to move to C# because...
Bind Countries From CultureInfo Class In C# Some people have asked me how BlogEngine.NET displays a dropdown list of countries when no source XML file is present. The simple answer is that you don't need any external list to bind to from C#, you can instead...
See Who Calls Any Method In C# In some situations it can be important to know which methods are calling other methods. Think of an error log. Here you would like to know which method that threw the error and at what line in what file. This helps to...
|
|
|
10.04.07 Responses To Microsoft Releasing .NET 3.5 Source By
Savio Rodrigues
So far the views from Dave, whurley, Matt and others have been negative to handle with caution.
After I heard that Microsoft was releasing the .NET 3.5 source under the Microsoft Research License (i.e. look but don't touch), I tried to find what .NET users were saying.
I found Scott Guthrie's blog (of MSFT) and after reading 57 of the 85 comments listed, here's what I found:
49 responded (very) positively to the news
3 responded (very) negatively to the news, specifically because of the MRL
6 were in a language other than English (French, German) or were pingbacks without an opinion
Here are some quotes:
"Fantastic news…next step, user check-ins :-) Kidding, but this is really amazing news!"
"Microsoft is taking one more step to the open community / world."
"This is going to be SO helpful, esp. in WinForms and ASP.NET. I've spent too many hours looking at IL (well, before there were such nice decompilers) trying to figure out things in those frameworks. Thanks!"
Cost Effective Website and Network Monitoring IPCheck Server Monitor - Free Download |
|
It seems that the news is being well received by developers currently in the Microsoft camp.
Yes, this is like preaching to the choir, but at least the choir is happy…
Comments
About the Author: Savio Rodrigues is a product manager with IBM's WebSphere Software division. He envisions a day when open source and traditional software live in harmony. This site contains Savio's personal views. IBM does not necessarily agree with the views expressed here.
|
|