Question .NET Core Features

Bryan_James

Member
Joined
Jul 6, 2016
Messages
5
Location
Philippines
Programming Experience
1-3
Hello! I'm trying to search the features of .net core. I know that .net core supports Base Class Libraries. However, around the internet I've found that .net core also supports reflection. May I know what are the libraries included in .net core? Is there any list that I can view to check if .net core supports that library?
 
It's not really about .NET Core supporting specific libraries, but rather specific types. A particular type may be in a different assembly in .NET Core than in the .NET Framework.
 
Back
Top Bottom