A brief tutorial about dapper and we are implementing here .net 7 APIs CRUD operations with dapper and sql server.
What is dapper?
🖋 Dapper is a micro ORM (object relation mapper)to connect with database from your .NET application.
🖋 Dapper is lightweight and high performance ORM.
🖋 Dapper is much faster than entity framework.
🖋 If you want to follow code first approach in .dot net core and you feel much comfortable with queries and stored procedures, this framework will be good choice for you.
📎Source code: https://drive.google.com/file/d/1S_CLW90HkZxnrcFmerTKHxFhtxRTfbaW/view?usp=sharing
📎Dapper documentation on github:
https://github.com/DapperLib/Dapper
Hit the 👍 if you like the video.
.................
Please share this video to your circle to support me.
Other links:
▶Blazor Courses: https://youtu.be/r65oJNybfQY
▶Single video courses: https://www.youtube.com/watch?v=e2I7EzuCt1g&list=PLP8UhDwXI7f-IFqwrx89QN1QIurYr94-p&ab_channel=RavindraDevrani
▶Angular tutorials and projects: https://bit.ly/3DitqDp
▶dot net 6 tutorials and projects: https://bit.ly/3MSrXGX
▶dot net core series: https://bit.ly/3TolF4i
▶Learn projects from scratch: https://bit.ly/3zpn9ng
.......................................................
connect with me
🔗Twitter: https://twitter.com/ravi_devrani
🔗GitHub: https://github.com/rd003
🔗YouTube: https://www.youtube.com/channel/UCzTMzmLbuEWOUmpzo9vaV7Q
..........................................
#dapperdotnet #dapperorm #dotnet7 #dotnetcore #webapi