你的位置: 码友网首页 / 资讯源列表 / Simplify your ASP.NET Core API models with C# 9 records

关于[Simplify your ASP.NET Core API models with C# 9 records]的摘要:

Out of all the new capabilities C# 9 brings, records are my favorite. With positional syntax, they are immutable by default, which makes working with data classes a snap. I love the possibility of maintaining mutable state in C# where appropriate, like for business logic, and maintaining immutability (and data equality!) with records. And did you know that with ASP.NET Core 5, model binding and validation supports record types?

原文地址: https://daveabrock.com/2020/11/18/simplify-api-models-with-records

收录时间: 2020-11-20 浏览量: 1302 分类: C#开发

| 0 收藏 | 0