简体   繁体   中英

Is it possible to compile/customize the .net framework/asp net from source code

I recently discovered that Microsoft makes the .net frameworks source code open for the public and asp net stuff too.

Just wondering is it possible to compile/customize this and use it as a replacement for the official version?

What about compiling the .net for lets say mono/linux?

What about using the asp net source to compile it with mono?

Yes ASP.NET webstack is open sourced and it can be customized as you want. Note, ASP.NET WebForms is not opensourced only WebAPI, MVC, SignalR and WebPages is open sourced. Also IIS is closed source the last I checked it.

.NET library is but just a bunch of codes and as with any code, it can be customized as necessary.

As with Mono, I am not very fond of the distant cousin of the original .NET. It feels clunky at best at the moment and keeps changing everyday. Its best to stick with Windows for .NET for now.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM