|
|
|
|
|
by funwie
2862 days ago
|
|
.Net Framework is windows only Mono is open source port of .Net Framework to non-windows platforms (linux, mac os) .Net Core is cross platform (like Java but without GUI features for now) .Net Standard for libraries shared by all 3 above. |
|