async-repository-dotnetcore-webapi icon indicating copy to clipboard operation
async-repository-dotnetcore-webapi copied to clipboard

Async Repository in ASP.NET Core Web API

Results 4 async-repository-dotnetcore-webapi issues
Sort by recently updated
recently updated
newest added

We need to handle dynamic connection strings. The idea is that different clients of our Web API need to have different databases. We want that when client A makes a...

Hi, I'm trying to implement this repository pattern and I'm having some issues. I'm an experienced backend developer but this is my first API so I apologize in advance for...

2018-11-03 00:01:57.1067 ERROR Some error in GetAllOwners Method: System.MissingMethodException: Method not found: 'System.Reflection.MethodInfo Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor.get_SelectAsyncMethod()'. at Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor.VisitSelectClause(SelectClause selectClause, QueryModel queryModel) at Remotion.Linq.Clauses.SelectClause.Accept(IQueryModelVisitor visitor, QueryModel queryModel) at Remotion.Linq.QueryModelVisitorBase.VisitQueryModel(QueryModel queryModel) at Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor.VisitQueryModel(QueryModel queryModel)...