'EF Core method commenting
I found my self with an application with the following comments:
/// <summary>
/// Update Items
/// </summary>
/// <param name="items"></param>
/// <returns>Number records updated</returns>
Every Method() has something similar comment. Is this a normal pattern for EF Core C# comments?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
