FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
DotNetCoreCourse/NETPackage at master · coolrare/DotNetCoreCourse · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coolrare
/
DotNetCoreCourse
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
10
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DotNetCoreCourse
/
NETPackage
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
DotNetCoreCourse
/
NETPackage
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
01NETFramework
01NETFramework
02NETCore20
02NETCore20
03NETStandard20
03NETStandard20
CoreConsole
CoreConsole
NETFramework
NETFramework
NETSandardLib
NETSandardLib
PCLLib
PCLLib
NETPackage.sln
NETPackage.sln
README.md
README.md
README.md
Outline
使用物件瀏覽器查看查看使用組件與實作 APIs
開啟 .NET Framework 4.6.1 專案 (NETFramework)
使用物件瀏覽器查看 System.Collections 組件路徑
確認該組件實作了多少 APIs
開啟 .NET Core 2.0 專案 (CoreConsole)
使用物件瀏覽器查看 System.Collections 組件路徑
確認該組件實作了多少 APIs
開啟 .NET Standard 2.0 類別庫專案 (NETSandardLib)
使用物件瀏覽器查看 System.Collections 組件路徑
確認該組件實作了多少 APIs (
完全無實作
)
開啟 PCL 類別庫專案 (PCLLib)
使用物件瀏覽器查看 System.Collections 組件路徑
確認該組件實作了多少 APIs
查看在不同平台架構下使用 DateTime 的組件相依性
請開啟 NETPackage.sln 方案
實驗 1:
將 01NETFramework 設為啟始專案
執行該專案,並記下執行結果
實驗 2:
將 02NETCore20 設為啟始專案
執行該專案,並記下執行結果
比較與實驗 1 的差異之處
實驗 3:
將 01NETFramework 設為啟始專案
加入 03NETStandard20 專案參考
執行該專案,並記下執行結果
實驗 4:
將 02NETCore20 設為啟始專案
加入 03NETStandard20 專案參考
執行該專案,並記下執行結果
Back
|
FazBrowse Home
|
New Git URL