五月天青色头像情侣网名,国产亚洲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ó)家法律
观塘区| 青阳县| 广德县| 积石山| 浪卡子县| 资溪县| 南宫市| 贵阳市| 怀化市| 上饶市| 岚皋县| 安徽省| 通海县| 呼伦贝尔市| 天全县| 游戏| 建宁县| 兴义市| 竹北市| 阿鲁科尔沁旗| 夹江县| 突泉县| 磐安县| 蓝山县| 曲靖市| 华宁县| 濉溪县| 金门县| 永丰县| 兖州市| 平南县| 弥渡县| 赤水市| 忻城县| 徐州市| 宁安市| 盐山县| 成安县| 沁阳市| 松江区| 石柱|