🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@aaronboekhoudt58032 ай бұрын
What if every employee has a list of Certificates (list of objects) how would we go about this?
@sachinrajput4746 Жыл бұрын
Osm lectures sir. Love from India
@TI_Ted Жыл бұрын
great pacing !
@jeff_907410 ай бұрын
Do the values listed need to be in the same order as the employee class? Also, what if there are less or more values than properties in the employee class. Is dapper supposed just match what it can, or should it error out? Thank you.
@EminoMeneko7 ай бұрын
Good question, but I'd say it parses the string and does some kind of reflexion stuff maybe to match elements.
@Renanfg Жыл бұрын
Thanks for the video, helped me alot :)
@2PlayGaming Жыл бұрын
Is Better a EF ? how to do generete auto map clases with bd like ef ? xD
@jameelavanderschyff6 ай бұрын
The video seems easy, but I have an issue. I want to get data from a user and store that in my database. Can I use dapper to do that as well and how?
@shreyansamin4317Ай бұрын
You can do it by making Stored Procedures in SQL, Then take ip from user using Views (Html Form in View)