CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
repository-pattern
09-09
Enterprise
How to return a Result<Unit> from fetch and save database operation
08-30
Software design
How to add Dependency of a class library which has no reference in main project in .NET Core Web API
08-26
other
Order by created at with time 00:00:00 until 11:59:00 and date
08-10
other
Handle images in repository or service?
08-09
Software engineering
Which layer is the correct place to convert Model to Dto?
07-28
Software design
can any one explain the hierarchy tree public interface IGenericRepository<T> where T: class?
07-12
Software engineering
How to handle DB connection in Go when using Repository pattern?
06-18
Enterprise
Mocking an Anonymous type parameter in Dapper and Filtering result by parameter's property
06-10
OS
Is it okay to pass an endpoint string to a repository?
04-28
Blockchain
Pipe and Filter pattern in a Repository pattern returns "does not contain a definition for X...
04-12
Enterprise
How we can have dependency injection in laravel package
03-21
other
Problems with Generic Repository Pattern and Entity Framework
03-16
OS
How to access a list inside a class and return as a list of items in asp.netcore?
03-14
Software engineering
Make PHPStan understand Laravel Eloquent Builder query()
03-12
Enterprise
Is there a way to return a list of records which match an attribute of the first query filter result
02-27
OS
Is there a way to access an internal parameter in a custom constructor from struct in Go?
02-23
Enterprise
ASP.NET Core - Possible Null Reference Return in Generic Repository
02-13
Back-end
Where should I put the complex queries using the Repository Pattern?
12-28
Enterprise
Bound Service vs Repository
12-20
database
many to many add Identity user
12-19
Net
Entityframework identity register from api with custom identityUser
12-05
Mobile
How do I retrieve scope identity with ExecuteNonQuery?
12-04
Mobile
How to use repository pattern in ASP.NET Core MVC while IdentityDbContext has been used?
11-06
Enterprise
Entity Framework Core database-first selecting specific columns
11-03
Net
Laravel View Composer with Repository is not working;
11-01
Software design
Get single object from MOQ using Unit Testing, Unit of Work and Generic Repository Pattern framework
10-29
Enterprise
calling stored procedure using repository pattern generic repository
09-29
Net
Can't use property of a protocol type once protocol has associated type [duplicate]
Links:
CodePudding