###### tags: `WebApi` # WebApi :::spoiler 前端 *  ::: --- :::spoiler WebApi --- [git 常見指令](https://w3c.hexschool.com/git/fd426d5a) [async 和 await](https://docs.microsoft.com/zh-tw/dotnet/csharp/programming-guide/concepts/async/) [Async / Await](https://ryanchen34057.github.io/2019/09/11/CSharpAsyncAwait/) [Dependency Injection](https://medium.com/wenchin-rolls-around/%E6%B7%BA%E5%85%A5%E6%B7%BA%E5%87%BA-dependency-injection-ea672ba033ca) [Filter | Middleware](https://blog.tienyulin.com/asp-net-core-filter/) [AutoMapper](https://ithelp.ithome.com.tw/articles/10157130) [AutoMapper](https://talllkai.coderbridge.io/2021/04/30/DtoUseAutoMapper/) [DTO](https://www.petekcchen.com/2010/12/how-to-use-data-transfer-object.html) --- 1. 申辦帳號: [GitLab](http://192.168.1.15/users/sign_in) * 下載VS2022: [VS2022](https://visualstudio.microsoft.com/zh-hant/vs/whatsnew/) * 下載Git: [Git](https://git-scm.com/download/win) * 下載: [專案](http://192.168.1.15/alltop.project/lit-2022-backend/-/tree/main/) * 下載: [專案](http://192.168.1.15/at3231/alltop.nupkg) * 下載: [TortoiseGit](https://tortoisegit.org/download/) 2. 開啟專案並設定套件來源: 3. 執行CMD指令 ``` 1. cd D:\alltop.nupkg-main --先到套件資料夾 D: git init --初始化 git remote add origin http://192.168.1.15/at3231/alltop.nupkg.git --加入相關檔案 git remote -v --查看相關檔案 git pull origin main --取得最新版 2. cd D:\lit-2022-backend-main D: git init --初始化 git remote add origin http://192.168.1.15/alltop.project/lit-2022-backend.git --加入相關檔案 git remote -v --查看相關檔案 git pull origin main --取得最新版 ``` 4. TortoiseGit: --- # 架構 * DB(權限):  *  * 專案架構: * Service為商業邏輯層 --- # 動能賦予 * AutoMapper:  * Route:  *  *  :::
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up