MDP.AspNetCore 6.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package MDP.AspNetCore --version 6.1.2                
NuGet\Install-Package MDP.AspNetCore -Version 6.1.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MDP.AspNetCore" Version="6.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MDP.AspNetCore --version 6.1.2                
#r "nuget: MDP.AspNetCore, 6.1.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MDP.AspNetCore as a Cake Addin
#addin nuget:?package=MDP.AspNetCore&version=6.1.2

// Install MDP.AspNetCore as a Cake Tool
#tool nuget:?package=MDP.AspNetCore&version=6.1.2                

MDP.Net

MDP.Net是.NET版本的開發平台,協助開發人員快速建立Web App、Console App。

說明文件

範例展示

SleepZone.Todos

  • 範例檔案:

  • 操作步驟:

    • 使用Visual Studio 2022開啟方案:SleepZone.Todos.sln

    • 設定起始專案為:01.Application/SleepZone.Todos.WebApp

    • 按下F5執行專案後,於瀏覽器的網址列:輸入「https://localhost:44392/Home/Index」,進入SleepZone.Todos頁面。

    • SleepZone.Todos頁面:點擊「AddTodo按鈕」新增工作項目,看到{ "statusCode": 200 }代表工作項目新增成功。

    • SleepZone.Todos頁面:點擊「FindAllTodo按鈕」查詢所有工作項目,看到{ "statusCode": 200 }代表工作項目查詢成功。

    • 上述步驟內容,展示使用DI機制,進行Context注入組裝,並且設定為Singleton模式。所以在沒有資料庫的狀態下,FindAll才能讀取到之前寫入的Todo。

  • 團隊分工:

    • 團隊依專業分為:應用開發團隊、平台開發團隊。

    • 應用開發團隊:負責企業架構中的應用架構,交付Application。於SleepZone.Todos範例中,負責建置SleepZone.Todos.Module,滿足用戶對應用系統的需求。開發規範依循:「MDP.Net-軟體架構」、「MDP.Net-分層架構」進行開發。

    • 平台開發團隊:負責企業架構中的技術架構,交付並維運PaaS。於SleepZone.Todos範例中,負責建置SleepZone.Todos.WebApp,給應用開發團隊開箱即用。平台內容包含:專案原始碼管理、DevOps專案管理、CICD Pipeline、Container、Network、DNS...等平台工程產出。

架構設計

MDP.Net-企業架構

MDP.Net-企業架構

MDP.Net-技術架構

MDP.Net-技術架構

MDP.Net-平台架構

MDP.Net-平台架構

MDP.Net-專案架構

MDP.Net-專案架構

MDP.Net-類別架構

MDP.Net-類別架構

MDP.Net-需求分析

MDP.Net-需求分析

版本更新

MDP.Net 6.1.0

  • MDP.Registration:加入此模組,提供Attribute註冊功能,用以移除所有.Hosting註冊用專案。

MDP.Net 6.0.16

  • MDP.AspNetCore.Authentication.Liff.Services:加入此模組,提供Liff頁面客製化功能。

MDP.Net 6.0.15

  • MDP.AspNetCore.Authentication.Liff:調整Liff登入效能、調整Liff登入頁面提示文字。

MDP.Net 6.0.14

  • MDP.AspNetCore.Authentication.Liff:調整Liff登入效能、調整Liff登入頁面提示文字。

MDP.Net 6.0.13

  • MDP.AspNetCore.WebApp:WebApp專案設定加入GenerateDocumentationFile,讓系統產生API說明檔。

  • MDP.AspNetCore:加入Swagger預設參數,讓SwaggerUI顯示API說明檔。

  • MDP.IdentityModel.Tokens.Jwt:加入RSA非對稱金鑰支援。

  • MDP.AspNetCore.Authentication.Jwt:加入RSA非對稱金鑰支援。

MDP.Net 6.0.12

  • MDP.AspNetCore:加入Swagger預設參數,讓SwaggerUI顯示API。

  • MDP.IdentityModel.Tokens.Jwt:SecurityTokenFactory加入自訂ExpireMinutes功能。

  • MDP.AspNetCore.Authentication.Jwt:加入多個JWT來源驗證功能,提供自訂HeaderName、TokenPrefix設定。

  • MDP.AspNetCore.Authentication:加入PolicySchemeSelector,提供依照HttpContex選擇AuthenticationScheme功能。

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MDP.AspNetCore:

Package Downloads
MDP.BlazorCore.Web

MDPCore Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.7.62 45 12/21/2024
8.0.7.54 238 11/21/2024
8.0.7.53 106 11/8/2024
8.0.7.51 123 10/30/2024
8.0.7.50 92 10/28/2024
8.0.7.47 132 10/23/2024
8.0.7.43 160 10/1/2024
8.0.7.42 178 9/22/2024
8.0.7.22 222 9/13/2024
8.0.7.21 977 7/15/2024
8.0.7.20 120 7/12/2024
8.0.7.19 100 7/11/2024
8.0.7.18 127 7/9/2024
8.0.7.17 110 7/8/2024
8.0.7.16 118 7/5/2024
8.0.7.15 115 7/5/2024
8.0.7.14 101 7/5/2024
8.0.7.13 105 7/5/2024
8.0.7.12 105 7/5/2024
8.0.7.11 111 7/1/2024
8.0.7.9 396 6/8/2024
8.0.7.8 132 6/7/2024
8.0.7.7 129 6/7/2024
8.0.7.5 179 6/5/2024
8.0.7.4 104 6/4/2024
8.0.7.2 176 6/3/2024
8.0.7 388 5/21/2024
8.0.6.1 131 5/16/2024
8.0.6 97 5/14/2024
8.0.5.6 88 5/13/2024
8.0.5.5 93 5/13/2024
8.0.5.3 90 5/13/2024
8.0.5.2 99 5/13/2024
8.0.5.1 202 5/6/2024
8.0.5 183 5/3/2024
8.0.2 124 4/26/2024
8.0.2-beta03 114 4/23/2024
8.0.2-beta02 105 4/23/2024
8.0.2-beta01 98 4/22/2024
8.0.1 158 4/6/2024
6.1.20 114 4/5/2024
6.1.18 113 4/4/2024
6.1.17 131 4/4/2024
6.1.16 97 4/4/2024
6.1.15 117 3/30/2024
6.1.14 115 3/30/2024
6.1.13 620 1/30/2024
6.1.12 299 1/17/2024
6.1.11 244 12/16/2023
6.1.10 133 12/12/2023
6.1.9 131 12/12/2023
6.1.8 516 9/13/2023
6.1.5 268 7/16/2023
6.1.4 175 7/2/2023
6.1.3 165 7/2/2023
6.1.2 164 6/18/2023
6.1.1 164 5/6/2023
6.1.0 204 4/19/2023
6.1.0-beta.4 87 4/17/2023
6.1.0-beta.3 88 4/17/2023
6.1.0-beta.2 90 4/16/2023
6.1.0-beta.1 88 4/15/2023
6.0.20 288 9/5/2023
6.0.19 211 9/5/2023
6.0.18 1,089 5/8/2023
6.0.17 155 5/8/2023
6.0.16 1,763 3/19/2023
6.0.16-beta.10 96 3/29/2023
6.0.16-beta.6 99 3/21/2023
6.0.16-beta.5 105 3/21/2023
6.0.16-beta.4 103 3/20/2023
6.0.16-beta.3 106 3/20/2023
6.0.16-beta.2 100 3/19/2023
6.0.16-beta.1 102 3/19/2023
6.0.15 467 3/18/2023
6.0.14 494 3/18/2023
6.0.13 7,274 9/17/2022
6.0.12 6,023 9/11/2022
6.0.11 1,215 9/11/2022
6.0.11-beta.2 110 9/11/2022
6.0.11-beta 223 9/11/2022
6.0.10 1,268 7/28/2022
6.0.9 1,177 7/13/2022
6.0.8 439 7/13/2022
6.0.7 446 7/13/2022
6.0.6 445 7/13/2022
6.0.5 431 7/12/2022
6.0.4 462 7/12/2022
6.0.3 465 7/12/2022
6.0.2 476 7/12/2022
6.0.1 453 7/12/2022
6.0.0-rc 205 7/12/2022