|
|
|
|
|
by hitgeek
3143 days ago
|
|
.Net Standard is the standard. There is only 1 standard. .Net Core is one implementation of the standard. .Net 4.6 is another implementation of the standard. Mono, Xamarin, Universal Windows Platforms are other implementations. The idea is that any code written for .Net standard, will work across the different implementations. |
|