五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Asp.Net Core Web Api最佳實(shí)踐

2023-04-23 20:14 作者:zgcdboy  | 我要投稿
  • 控制器使用屬性:ApiController

  • 控制器使用屬性:Attribute Routing

  • 模型校驗(yàn):Model Validation

  • Minimize Controller Size

  • Use Filters to Apply Policies:緩存、模型校驗(yàn)、統(tǒng)一異常處理、統(tǒng)一返回結(jié)果類型

  • async / await

  • Response Caching

  • Response Compression

  • Content Negotiation

  • Default Exception Handler

  • ActionResult<T>

  • ControllBase Base Class

Minimize Controller Size

Keep Controllers Small and Easy to Manage

  • Minimize logic in action methods

    • Replace duplicate logic with filters

    • Avoid business logic

    • Avoid data access logic

  • Avoid try-catch

  • Large controllers tend to:

    • Lack cohesion

    • Geteven larger over time

    • Have more total dependencies and coupling

User Filters and Middleware

Repetitive code in actions/endpoints can be refactored into filters

if it doesn't need MVC details, can user middleward instead

Filters/Middleward == Consistent Policy

  • Model Validation([ApiController])

  • Exception Middleware and Logging

  • Analytics

Response Caching

[ResponseCache] adds cache headers

  • Used by Clients

  • Used by intermediate proxies

  • Not stored on the server by default

  • Abides by RFC 7234 on HTTP Caching

Add Response Caching Middleward

  • Supports VaryByParam options

  • Stores responses in server memory


Response Compression

Rely on Server Compression by default

  • IIS,IIS Express support compression by default

Dot't Commpress Small Responses

  • Less than 1000 bytes typically not worth it

Respect Clinet Accept-Encoding Header

  • Send Content-Encoding Header with response

Use caution with compression and HTTPS

Configuring Content Negotiation(按客戶端要求返回類型:xml,json)

Configuring Exception Handlers

Production Error Handler

Development Error Handler

Minimal APl Swagger Integration


Asp.Net Core Web Api最佳實(shí)踐的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
莆田市| 蓝田县| 鄂尔多斯市| 长岛县| 禹州市| 宾川县| 湖南省| 安义县| 临夏市| 广德县| 岚皋县| 长宁区| 香港 | 瑞昌市| 长沙县| 兴城市| 卢氏县| 招远市| 沙湾县| 雷波县| 措勤县| 云阳县| 和硕县| 旬邑县| 临泽县| 咸宁市| 图们市| 贵州省| 崇州市| 鄢陵县| 苏尼特左旗| 金沙县| 剑阁县| 滁州市| 东光县| 嘉鱼县| 阿克| 鄱阳县| 河北区| 当阳市| 阳城县|