473,498 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Now Microsoft wants you to debug .Net....

jim
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html), "The
source code will be released under Microsoft's Reference License. This means
that you can only use the source as a reference for debugging, maintaining
or enhancing your applications. You cannot modify or distribute the code for
any purpose. This happens to be the most restricted shared-source license
that Microsoft has. This announcement confirms that .Net is going to be
shared source, not to be confused with open source."

So, it seems that Microsoft is trying to *look* like an open company while
keeping the shackles firmly around the ankles of its users.

It's quite ingenious actually. There have been a large number of issues
with .Net (www.kbalertz.com is a good place to start your search if you want
to see just how many Microsoft has reported). And, what better way to fix
those than to basically recruit everyone else to debug your framework.

It's like open source....only without the open part. Microsoft calles it
"shared source". Which I think is deceptive. If I told you that I was
going to "share" my ice cream with you, would you think that I was going to
give some of my ice cream for you to eat (or do with as you please) or would
you think that I was merely going to allow you to look at my ice cream while
I ate my fill?

"Shared source" indeed.

jim

Oct 4 '07 #1
16 1205
I don't see anything objectionable about this. It is laudable that a
commercial software vendor is willing to release source code. They are
under no obligation to give up their rights to it!
Oct 4 '07 #2
jim <ji*@home.netwrote:
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.
<snip>

Way to look at the negatives. Interesting how you completely ignored
the positive sides of being able to debug into the framework code, see
how it works, and potentially spot bugs to report and work around.
And, what better way to fix those than to basically recruit everyone
else to debug your framework.
Interesting how open source advocates will use "you can fix the bugs"
as a plus point, but as soon as Microsoft lets you spot the bugs, it's
getting everyone else to debug your framework.

Do I get the feeling Microsoft can't win here?

I'm sure that most of the time that I debug through the framework code
I *won't* be finding bugs in the framework - I'll be understanding what
the framework's doing with *my* code, which is rather more likely to
contain bugs.
Don't get me wrong, I'd love the framework source to be even more open
- but I'm quite astounded at how miserly some folks can be when it
comes to this action of Microsoft. Anyone would think they were
*forcing* people to read the code. If you feel it makes your life
worse, don't do it. The rest of us will accept the restrictions, and
get on with being more productive.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 4 '07 #3
jim wrote:
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html), "The
source code will be released under Microsoft's Reference License. This means
that you can only use the source as a reference for debugging, maintaining
or enhancing your applications. You cannot modify or distribute the code for
any purpose. This happens to be the most restricted shared-source license
that Microsoft has. This announcement confirms that .Net is going to be
shared source, not to be confused with open source."
Why not read the group before posting. This was posted yesterday.
So, it seems that Microsoft is trying to *look* like an open company while
keeping the shackles firmly around the ankles of its users.

It's quite ingenious actually. There have been a large number of issues
with .Net (www.kbalertz.com is a good place to start your search if you want
to see just how many Microsoft has reported). And, what better way to fix
those than to basically recruit everyone else to debug your framework.

It's like open source....only without the open part. Microsoft calles it
"shared source". Which I think is deceptive. If I told you that I was
going to "share" my ice cream with you, would you think that I was going to
give some of my ice cream for you to eat (or do with as you please) or would
you think that I was merely going to allow you to look at my ice cream while
I ate my fill?
I think you are being rather negative.

You are basically saying "what MS is doing is not as good as
what I think they should be doing".

You could just as well be saying "what MS is doing now is better
than what they used to do".

Oh - and you completely misunderstood the debugging part. MS are
trying to help you debug your apps - they are not asking you to debug
the .NET code.

Arne

PS: BTW, I am not so happy about the license either due to the
"residual" intellectual property aspect, but that is another story.
Oct 5 '07 #4
Dang dude.

I'm excited about being able to just see the code. Learn from it.

I don't have any issue with them keeping control of the code. They spent
the $$$ to make it, they can keep it.
I still think its the best thing going. (<< My opinion, I'm sure you have
one as well)

There are several different licensing models.
CSLA has one that might be criticized as well. If you look at the glass as
half empty.

I'm taking the half full approach to this annoucement.

Thank you MS for doing this.


"jim" <ji*@home.netwrote in message
news:ZW******************@bignews8.bellsouth.net.. .
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html),
"The source code will be released under Microsoft's Reference License.
This means that you can only use the source as a reference for debugging,
maintaining or enhancing your applications. You cannot modify or
distribute the code for any purpose. This happens to be the most
restricted shared-source license that Microsoft has. This announcement
confirms that .Net is going to be shared source, not to be confused with
open source."

So, it seems that Microsoft is trying to *look* like an open company while
keeping the shackles firmly around the ankles of its users.

It's quite ingenious actually. There have been a large number of issues
with .Net (www.kbalertz.com is a good place to start your search if you
want to see just how many Microsoft has reported). And, what better way
to fix those than to basically recruit everyone else to debug your
framework.

It's like open source....only without the open part. Microsoft calles it
"shared source". Which I think is deceptive. If I told you that I was
going to "share" my ice cream with you, would you think that I was going
to give some of my ice cream for you to eat (or do with as you please) or
would you think that I was merely going to allow you to look at my ice
cream while I ate my fill?

"Shared source" indeed.

jim

Oct 5 '07 #5
I'm quite new to .Net but I have to agree with Jon that shared source will be
valuable when own workaround is needed urgently. However, I think MS should
create some incentives for people to find/report bugs.

"Jon Skeet [C# MVP]" wrote:
jim <ji*@home.netwrote:
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

<snip>

Way to look at the negatives. Interesting how you completely ignored
the positive sides of being able to debug into the framework code, see
how it works, and potentially spot bugs to report and work around.
And, what better way to fix those than to basically recruit everyone
else to debug your framework.

Interesting how open source advocates will use "you can fix the bugs"
as a plus point, but as soon as Microsoft lets you spot the bugs, it's
getting everyone else to debug your framework.

Do I get the feeling Microsoft can't win here?

I'm sure that most of the time that I debug through the framework code
I *won't* be finding bugs in the framework - I'll be understanding what
the framework's doing with *my* code, which is rather more likely to
contain bugs.
Don't get me wrong, I'd love the framework source to be even more open
- but I'm quite astounded at how miserly some folks can be when it
comes to this action of Microsoft. Anyone would think they were
*forcing* people to read the code. If you feel it makes your life
worse, don't do it. The rest of us will accept the restrictions, and
get on with being more productive.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 5 '07 #6
Having access to the source code is of tremendous help to us, .NET
developers. I don't think you understand the reason why they're sharing the
code. I haven't encountered any bugs in the .NET Framework and I've been
using it since .NET 1.0.

"jim" <ji*@home.netwrote in message
news:ZW******************@bignews8.bellsouth.net.. .
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html),
"The source code will be released under Microsoft's Reference License.
This means that you can only use the source as a reference for debugging,
maintaining or enhancing your applications. You cannot modify or
distribute the code for any purpose. This happens to be the most
restricted shared-source license that Microsoft has. This announcement
confirms that .Net is going to be shared source, not to be confused with
open source."

So, it seems that Microsoft is trying to *look* like an open company while
keeping the shackles firmly around the ankles of its users.

It's quite ingenious actually. There have been a large number of issues
with .Net (www.kbalertz.com is a good place to start your search if you
want to see just how many Microsoft has reported). And, what better way
to fix those than to basically recruit everyone else to debug your
framework.

It's like open source....only without the open part. Microsoft calles it
"shared source". Which I think is deceptive. If I told you that I was
going to "share" my ice cream with you, would you think that I was going
to give some of my ice cream for you to eat (or do with as you please) or
would you think that I was merely going to allow you to look at my ice
cream while I ate my fill?

"Shared source" indeed.

jim
Oct 5 '07 #7
Jim,

I think they mean Static source, however use the VB.Net term for that.

:-)

Cor
Oct 5 '07 #8

"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP*********************@msnews.microsoft.com. ..
jim <ji*@home.netwrote:
>Microsoft announced that it will be releasing its source code for the
.Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

<snip>

Way to look at the negatives. Interesting how you completely ignored
the positive sides of being able to debug into the framework code, see
how it works, and potentially spot bugs to report and work around.
>And, what better way to fix those than to basically recruit everyone
else to debug your framework.

Interesting how open source advocates will use "you can fix the bugs"
as a plus point, but as soon as Microsoft lets you spot the bugs, it's
getting everyone else to debug your framework.

Do I get the feeling Microsoft can't win here?

I'm sure that most of the time that I debug through the framework code
I *won't* be finding bugs in the framework - I'll be understanding what
the framework's doing with *my* code, which is rather more likely to
contain bugs.
Don't get me wrong, I'd love the framework source to be even more open
- but I'm quite astounded at how miserly some folks can be when it
comes to this action of Microsoft. Anyone would think they were
*forcing* people to read the code. If you feel it makes your life
worse, don't do it. The rest of us will accept the restrictions, and
get on with being more productive.
The only thing is -- with .NET Reflector, the framework source code was
already very open. You could use it in any way allowed by the .NET runtime
license or the Visual Studio license.

With shared source, they're trying to get you to agree to an extra license
which will only restrict your rights further. I haven't read the license,
but I suspect that it's worded to apply to any use of .NET regardless of
whether the information was gathered through the shared source initiative or
not -- if you accept the license that is.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Oct 5 '07 #9
Jordan S. <A@B.comwrote:

<snip>
Beyond those I experienced with that particular product, I have asked a
number of open source advocates over the years what the big benefit is - of
open source. They all pretty much point to the fact that if they don't like
the way some feature is implemented, or if it is broken, that they can fix
it. Notice "CAN fix it." When I ask them how many times in their entire
lives that they *have actually* modified the source code, they all say ZERO
times! The reason? Version control - plain and simple. They don't want to
have to maintain their own branch as the open source community races ahead
with the mainstream offering. I have separately asked dev group managers who
loudly bang the open source drum. None of the managers I have talked with
would permit any of their developers to modify open source code - or put it
into production - again because they don't want to create a whole new body
of code they must now maintain.

So I'm still left wondering what the big draw of open source is - given that
it's advocates #1 claimed reason to use open source is an advantage they
also state they would NEVER take advantage of. Bizarre.
Well, personally I've either found and fixed bugs, or contributed extra
features to various open source projects, most notably Ant and Log4j.
The version control is only an issue if you don't give your source back
(or if it's not accepted for some reason).

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 5 '07 #10
Jon Skeet [C# MVP] wrote:
jim <ji*@home.netwrote:
Microsoft announced that it will be releasing its source code for
the .Net libraries. But, don't get too excited at Microsoft's new
SHARED source initiative.

<snip>

Way to look at the negatives. Interesting how you completely ignored
the positive sides of being able to debug into the framework code,
see how it works, and potentially spot bugs to report and work around.
sure, but the price is currently too high.

Why would MS block their own developers from looking at GPL-ed code?
Isn't that the same concern?

I also don't see why it would be good to fix bugs: you can't recompile
the code! so you can't fix it, as you can't test your fix.

FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Oct 5 '07 #11
On Oct 5, 10:32 am, "Frans Bouma [C# MVP]"
<perseus.usenetNOS...@xs4all.nlwrote:
Way to look at the negatives. Interesting how you completely ignored
the positive sides of being able to debug into the framework code,
see how it works, and potentially spot bugs to report and work around.

sure, but the price is currently too high.
For you, possibly - it's certainly not too high for me.
Why would MS block their own developers from looking at GPL-ed code?
Isn't that the same concern?
They may well block their own devs from looking at GPL code, for
exactly the same reason.
I also don't see why it would be good to fix bugs: you can't recompile
the code! so you can't fix it, as you can't test your fix.
If I see a bug and report it, it may be fixed in a service pack or the
next release.
If I don't see the bug and don't report it, it may not get fixed as
early.

Likewise, if I can see exactly what the bug is, I may well be able to
work round it in a much better fashion than if I'm guessing at what's
going on.

Jon

Oct 5 '07 #12
Most programmers could care less about open source. And since most of those
who do whine about such a frivolous matter would be ashamed to reveal their
own code (or should be), they would do their employers and their customers a
huge favour by improving their own programming skills instead of complaining
about MSFT.
Oct 5 '07 #13
You're overlooking something here, jim. Microsoft is not charging any money
to do this, although it will cost them money to do it. In other words, it's
a freebie, a gift. I think I hear you complaining that the gift is not what
you want it to be, which is a pretty crappy way to receive a gift.

The idea that Microsoft "owes" anybody anything (beyond what people pay for)
is ridiculous. They are a business, and are in business to make money. They
are not a charity, and are under no moral obligation to give anything away
for free. When you purchase software from the company, they enter into a
contract (as specified in the license) which stipulates what you may expect
from them in return for your money. Beyond what you pay for, anything else
is a free gift.

When I read stuff like this, I can't help but wonder if the author has a
job, how much they freely give to their employers in addition to what they
are expected to do for the salary that they are paid, and how much they
would do for their employers if they were not paid anything at all.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"jim" <ji*@home.netwrote in message
news:ZW******************@bignews8.bellsouth.net.. .
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.

According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html),
"The source code will be released under Microsoft's Reference License.
This means that you can only use the source as a reference for debugging,
maintaining or enhancing your applications. You cannot modify or
distribute the code for any purpose. This happens to be the most
restricted shared-source license that Microsoft has. This announcement
confirms that .Net is going to be shared source, not to be confused with
open source."

So, it seems that Microsoft is trying to *look* like an open company while
keeping the shackles firmly around the ankles of its users.

It's quite ingenious actually. There have been a large number of issues
with .Net (www.kbalertz.com is a good place to start your search if you
want to see just how many Microsoft has reported). And, what better way
to fix those than to basically recruit everyone else to debug your
framework.

It's like open source....only without the open part. Microsoft calles it
"shared source". Which I think is deceptive. If I told you that I was
going to "share" my ice cream with you, would you think that I was going
to give some of my ice cream for you to eat (or do with as you please) or
would you think that I was merely going to allow you to look at my ice
cream while I ate my fill?

"Shared source" indeed.

jim

Oct 5 '07 #14
Kevin Spencer wrote:
You're overlooking something here, jim. Microsoft is not charging any money
to do this, although it will cost them money to do it. In other words, it's
a freebie, a gift. I think I hear you complaining that the gift is not what
you want it to be, which is a pretty crappy way to receive a gift.
No kidding.

Jon already said it: it's unlikely that anything Microsoft does,
including things like releasing their own source code voluntarily, will
ever be met with anything but derision and criticism from people like
the fanatical open source community. (And note: not all of the open
source community is fanatical...but I'm talking about that very vocal
subset that is, who treat open source practically like a religion).

It didn't take even a day for some of those fanatics to decide that
Microsoft isn't actually trying to be helpful, but rather is simply
putting out bait to snare unsuspecting developers:

http://www.eweek.com/article2/0,1759,2191754,00.asp

These people are never going to be satisfied. They will always find a
way to turn something positive into something negative. And there's no
point in discussing it with them, because they _start_ with the
conclusion that Microsoft is evil, and then proceed from there. Any
information that might contradict their world view is summarily ignored,
and so it is useless to try to provide that information.

I think the uproar over this particular issue is even more amusing,
given how much Microsoft stands to _gain_ if Mono takes hold. Mono
isn't a threat to Microsoft at all...if it can succeed, it would simply
entrench Microsoft's hold on the platform market even further. Novell
et al can no more wrest Microsoft's control of the .NET away from them
than Microsoft was able to do the same for Sun's Java (and they
certainly did try). So all they can hope to accomplish is to make .NET
an even more attractive development platform than it already is.

Microsoft may have the legal stance that no one, including Mono, may use
the .NET source code to reimplement .NET on other platforms. However,
it seems to me that it's unlikely they would invest a lot of effort in
preventing that, since the outcome for something like that would be
positive for them.

Pete
Oct 5 '07 #15
Jon,

Likewise, if I can see exactly what the bug is, I may well be able to
work round it in a much better fashion than if I'm guessing at what's
going on.
I don't like customers who do that, it opens only discussions while mostly I
can solve it much easier without that customer who tells how I have to solve
it.

:-)

Cor

Oct 5 '07 #16
Peter Duniho wrote:
Jon already said it: it's unlikely that anything Microsoft does,
including things like releasing their own source code voluntarily, will
ever be met with anything but derision and criticism from people like
the fanatical open source community. (And note: not all of the open
source community is fanatical...but I'm talking about that very vocal
subset that is, who treat open source practically like a religion).

It didn't take even a day for some of those fanatics to decide that
Microsoft isn't actually trying to be helpful, but rather is simply
putting out bait to snare unsuspecting developers:

http://www.eweek.com/article2/0,1759,2191754,00.asp

These people are never going to be satisfied. They will always find a
way to turn something positive into something negative. And there's no
point in discussing it with them, because they _start_ with the
conclusion that Microsoft is evil, and then proceed from there. Any
information that might contradict their world view is summarily ignored,
and so it is useless to try to provide that information.
There are certainly a lot of open source fanatics that live by the
mantra "MS is bad =whatever MS does is bad".

(as a side note: am I the only one who has noted that the one which
involvement with open source is the ability to install Ubuntu on a PC
in general seems to be more aggressive than those actually contributing
to open source probjects ??)

But I would not put Novell and Mono in that category.

Arne
Oct 5 '07 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2013
by: Billy Jacobs | last post by:
I have created a DataGridColumnDatePicker Component so that I can put a datetimepicker control in my datagrid. It almost works. When I put my mouse in the cell it changes to a datetimepicker...
3
1891
by: ipellew | last post by:
Hi; I 'e been developing a little application based on MS Access (I am usually in Informix) and have to say the Web is full of sites that offer little in the way of help. I have to say that...
16
1450
by: jim | last post by:
Microsoft announced that it will be releasing its source code for the .Net libraries. But, don't get too excited at Microsoft's new SHARED source initiative. According to CNET (at...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7004
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7208
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6890
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5464
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4915
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3085
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
657
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.