Saved Bookmarks
| 1. |
What is CoreFx? |
|
Answer» COREFX is the set of CLASS library implementations for .NET Core. It includes collection TYPES, CONSOLE, file systems, XML, JSON, ASYNC, etc. It is platform-neutral code, which means it can be shared across all platforms. Platform-neutral code is implemented in the form of a single portable assembly that can be used on all platforms. |
|