Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is .net ( or any part of it ) open source?

is any code related to .NET/ASP.NET or BCL open source? If so where can this be downloaded?

like image 724
imak Avatar asked Sep 19 '25 04:09

imak


2 Answers

There is the Mono project, which is an open-source cross-platform implementation of .NET, but the "standard" Microsoft implementation is not free-to-copy.

like image 121
GWLlosa Avatar answered Sep 21 '25 19:09

GWLlosa


Microsoft's implementation of the CLR is not open source. However, a stripped down version of it, Rotor, is.

That said, Mono is probably better supported when compared with Rotor, so if you're looking for something to distribute I'd use Mono.

like image 21
Billy ONeal Avatar answered Sep 21 '25 18:09

Billy ONeal