Asp.Net MVC and Dapper ORM - CRUD Operation Using SQL Server Database

preview_player
Показать описание
🍒 Related Videos

📂 GitHub Repository

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

---
Asp.Net MVC CRUD Application Using Dapper ORM and SQL Server Stored Procedures

This is a video on Dapper ORM in ASP.NET MVC application. Created an ASP.NET MVC application with crud operations: insert, update, delete, using Dapper and stored procedures.

#AspNetMvc #DapperORM #CodAffection
Рекомендации по теме
Комментарии
Автор

While i was thinking about how to convert classic ASP- ADO.NET application (which uses SP's extensively), I saw this video. First of all, it relaxed me lot.
Because, i was very displeased with Linq-EF stupidness and seriously thinking about PHP-Laravel, which is not familiar environment for me.
It seems so that, same structure with my legacy app is living here :) MVC is a good idea, instead of ADO use Dapper, C# for asp, and bootstrap templates for screen design.
Back end is nearly the same.
So It seems so that, even i may use same of the existing SP's again. Great!!!
Thank you my friend. You helped me lot.

umitgulsen
Автор

yo many thanks, i like the way you encapsulated the Dapper execute sp. calls into 3 procedures. i've sent you a coffee

deanVetUk
Автор

Perfect sample video about dapper. good job

Insightfulbi
Автор

fine video for mvc, thanks a lots for helping people like us :)

succeedcenter
Автор

Really good video for Dapper. Thank you very much for providing this video. simple and super.

sivab
Автор

Very nice tutorial, Thank you for taking the time to create this lesson

milcomcam
Автор

Very good and informative video. Usage of dapper is explained clearly, especially the stored proc one.

saumyabratabhattacharya
Автор

Your video help me so much, thank you.

jhordhan_
Автор

Sir please upload video on kendo grid crud operation.

anilsah
Автор

Really helpful thank you. One question though, ExecuteReturnScalar() is never called, therefore what is the point of it? When I comment out the entire ExecuteReturnScaler() method, everything still works. What was this for? Thanks.

apositron
Автор

Hi..thanks for the video. It help me a lot. I have a quest....can dapper use for searching database? Do you have sample? Thank you

smf
Автор

Could you please do a video with dapper, using multiple tables and foreign keys

rashiekalichuran
Автор

Hi!. How did you solved paging problem for huge amount of data. For example i have 100K rows. and i want to get all this data to my MVC app. But as I know this operation will reduce the performance of query. So in order to solve this kind of problems we know technique called paging. So my question is how do you handle this technique here? Thank you!

hyvypxc
Автор

Hello, great job, you can learn very well working with Dapper, had no example using "Execute Return Scalar", could you tell me how to use it? Sorry for my not very good English, I'm in Brazil - São Paulo thank you for sharing your knowledge.

itasouza
Автор

Inside Employees controller Index action I am getting an error..'DapperORM' does not contains a definition for 'ReturnList'.Please help me to fix it.

engineershiv
Автор

Please Upload video for role based Access in asp.net mvc

TheNAVIN
Автор

return (T)Convert.ChangeType(sqlcon.ExecuteScalar(Query, param, commandType: CommandType.StoredProcedure), typeof(T)); shows null object can not be i am calling it by DapperORM.ExecuteReturnScalar<int>("Proc_abc", dyn);

amit
Автор

Can you please make sample of this same dapper but with dropdownlist please

smf
Автор

I can’t install dapper 2.0.30 in VS 2013 framework 4.5. Please help. Thank you

smf
Автор

make user login and user role complete tutorial in dapper mvc

najeebullah