Add missing period in title (#8851)
When creating a new PR, please do the following and delete this template text: * Reference the issue number if there is one: Fixes #Issue_Number > The "Fixes #nnn" syntax in the PR description causes > GitHub to automatically close the issue when this PR is merged.pull/8853/head
parent
fee5f1800b
commit
b3eb47a2c5
|
@ -29,7 +29,7 @@ The scaffolded code uses the following pattern for Create, Edit, and Delete page
|
|||
|
||||
The Index and Details pages get and display the requested data with the HTTP GET method `OnGetAsync`
|
||||
|
||||
## SingleOrDefaultAsync vs FirstOrDefaultAsync
|
||||
## SingleOrDefaultAsync vs. FirstOrDefaultAsync
|
||||
|
||||
The generated code uses [FirstOrDefaultAsync](/dotnet/api/microsoft.entityframeworkcore.entityframeworkqueryableextensions.firstordefaultasync#Microsoft_EntityFrameworkCore_EntityFrameworkQueryableExtensions_FirstOrDefaultAsync__1_System_Linq_IQueryable___0__System_Threading_CancellationToken_), which is generally preferred over [SingleOrDefaultAsync](/dotnet/api/microsoft.entityframeworkcore.entityframeworkqueryableextensions.singleordefaultasync#Microsoft_EntityFrameworkCore_EntityFrameworkQueryableExtensions_SingleOrDefaultAsync__1_System_Linq_IQueryable___0__System_Linq_Expressions_Expression_System_Func___0_System_Boolean___System_Threading_CancellationToken_).
|
||||
|
||||
|
|
Loading…
Reference in New Issue