Part 56 Inheriting Common Repository pattern in table specific repository in Web API .Net 8, 7, 6

preview_player
Показать описание
Part 56 Inheriting Common Repository pattern in table specific repository in Web API .Net 8, 7, 6 || Web API Tutorials @NehanthWorld

Links:

ASP.NET Web API using Entity Framework | Visual Studio 2019
ASP.NET Core Web API + Entity Framework Core Tutorial : Database First
ASP.NET Core Web API CRUD With Entity Framework - Full Course
ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach | REST API
Asp.Net Core Web API - CRUD operations in REST API using Entity Framework Core and SQL Server
Web API & Entity Framework Core using .NET 6 - A Complete project from scratch in Hindi
CRUD with a .NET 6 Web API & Entity Framework Core 🚀 Full Course
Web API Crud Operations with Entity Framework and Sql Server
Introduction to Entity Framework Core | ASP.NET Core 5.0 Web API Tutorial
Asp.Net Core Web API CRUD Operations Using EF Core and SQL Server

Log4Net RollingStyle Once, Size, Date, Composite
Log4Net Rolling File Appender
Log4Net Console Appender
Log4Net Debug Appender
Log to file using log4net for every day with date as file name
Log to file using log4net for every day backups with date as file name
ILogger
builder.Logging.ClearProviders();
builder.Logging.AddConsole();
builder.Logging.AddDebug();
ASP.NET Web API tutorial for beginners
kudvenkat
C# Web API Tutorial | What Is Web API in C#? | C# Tutorial | C# Programming Tutorial | Simplilearn
Asp.Net Core Web API Tutorial | Asp.Net Core 5 Web API Tutorial
WebGentle
ASP.NET WEB API
Learning Never Ends
ASP.NET Web API Tutorial 2022
Teddy Smith
Asp .Net Web API Tutorial for Beginners | Asp .Net Web API
Tips By Anil
ASP.Net Web API
Code Semantic
React JS and Web API
What is API in telugu | All about API in telugu | Vamsi Bhavani
ASP.NET Web API Tutorial For Beginners | How To Create Web API Using ASP.NET | ASP.NET | Simplilearn
Create Your First Web API Using Visual Studio With C# Beginners Guide
C# full course in telugu in 1 hour | Complete C Sharp | Vamsi Bhavani
C# Tutorial In Hindi
C# Interview Questions and Answers | Important Csharp Interview Questions | C# Questions
.NET Core 3.1 MVC REST API - Full Course
WebAPI Tutorial in ASP.NET CORE Hindi
Technology Keeda
ASP NET Web API Tutorial for Beginners to Expert
Clearcat .net
(#70) Web API in MVC 5 project | mvc tutorial for beginners in .net c# | MVC By Nitish
C# REST API Tutorial | REST API in C# | REST API Tutorial for Beginners | C# Tutorial | Simplilearn
Top 100 C#/ .NET/ Web API/ SQL Interview Questions
Intro to WebAPI - One of the most powerful project types in C#
Implement OAuth 2.0 Authorization, ASP.NET web API
.NET 5 REST API Tutorial
What Is REST API? Examples And How To Use It
ASP.NET Web API Tutorial for Beginners | ASP.NET Web API Crash Course
4 - CREATING OUR FIRST ASP.NET WEB API ( URDU / HINDI )
ASP.NET Core Web API CRUD With Entity Framework - Full Course ⭐ [.NET6 API]
How to Create a Web API with ASP.NET CORE and .NET 6 (c# for beginners)
What is Dependency Injection (DI) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
Dependency injection in ASP.NET Web API
Dependency Injection In ASP.NET Core 6 Web Api Using C# 10 and Visual Studio 2022 Tutorial
Dependency Injection Explained with ASP.NET Web API
ASP NET Core dependency injection tutorial
ASP NET Web API Tutorial for Beginners to Expert
ASP.NET Web API Tutorial 2022
Teddy Smith

Clearcat .net
ASP.NET CORE Tutorial For Beginners 72: WebAPI Repository Pattern
Repository pattern in asp net core
Repository Pattern In ASP.NET Core Web API
Step by Step - Repository Pattern and Unit of Work with Asp.Net Core 5

ASP.NET Core Web API + Entity Framework Core Tutorial : Database First
Curious Drive
Рекомендации по теме
Комментарии
Автор

Hello, I've been following your tutorials from the beginning, you are a great teacher! Could you please make a video that builds on the common repository tutorial and includes the "departments" model, explaining how we can use relationships in that project? I'm interested in how we can retrieve data about students in a particular department, as well as data about the department belonging to each student, using AutoMapper and the existing project along with the repository pattern.

Thank you very much for sharing your knowledge in these videos! 😄

IvanaDukic
Автор

Hi, Thanks for your great explanation . I have small query i.e. if we have requirements for converting DTOs to Entity/Model or vice versa using Automapper before calling common Repository CRUD methods then what would be our best practice, do we need to map the DTOs to Entity/Model directly in controller or we need to do these mapping in Service repository using inheriting common repository by adding some custom method for CRUD and then call the common repository CRUD menthod after performing required mapping from custom CRUD method, please guide if you get time.

naturecreations
Автор

Nice one Nehanth. Please create a seed project.

adnanahmed
Автор

Hello Venkat, I am getting below error after following the steps in the video, any idea? Below is the error.

Cannot access a disposed context instance. A common cause of this error is disposing a context instance that was resolved from dependency injection and then later trying to use the same context instance elsewhere in your application. This may occur if you are calling 'Dispose' on the context instance, or wrapping it in a using statement. If you are using dependency injection, you should let the dependency injection container take care of disposing context instances.
Object name: 'PracticrContext'.

vivekshankarvv
Автор

Hi, I have completed all the video. Your tutorial is very good. When will you complete this tutorial?? Any idea??

kandinagireddy