Better Object Mapping in .NET with Dapper by Kevin Griffin

Better Object Mapping in .NET with Dapper by Kevin Griffin

JetBrains

4 года назад

53,859 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@NBGTFO
@NBGTFO - 02.11.2022 18:53

I understand that not all people like all things, but poo-pooing something just because you don't want to take the time to fully learn a thing before being able to use it effectively sounds lazy. EF is an awesome tech and while not perfect (absolutely nothing is), its capabilities are incrediable and you do yourself and everyone else a great disservice by dismissing it. That makes everything else you say here questionable so I won't bother watching the whole thing. If you can't be objective, you're of no use to anyone.

Ответить
@charleswoodruff9013
@charleswoodruff9013 - 05.08.2022 23:40

What's the point of demoing how to do things the WRONG way? If the model should be created somewhere else and services should be injected, then DEMO THAT. It's like teaching someone how to drive, but your seat belt is unfastened and you're drinking from a bottle of whiskey while telling them not to do that. It's irritating to see developers demo bad coding practices for convenience.

Ответить
@lucasmontec
@lucasmontec - 10.06.2022 06:25

"you know how to create you own database" - Even if I did, why would I do it? The idea is to avoid exactly that! SQL is a very very very complex and unintuitive language.

Ответить
@srinivasanjayamohan8177
@srinivasanjayamohan8177 - 31.03.2022 15:08

Thank you very much kevin.

Ответить
@lgmsampaio
@lgmsampaio - 21.02.2022 15:12

Geezz.. you lost me in the Store Procedure part.
Store procedures are a nightmare that I never wanna have to deal with again. Debugging, code versioning, etc. Don't let me start.

Ответить
@lgmsampaio
@lgmsampaio - 21.02.2022 15:08

In Feb 2022, Dapper async methods are not throwing exceptions when a SQL command fails.

Ответить
@nero1988
@nero1988 - 29.01.2022 11:39

EF core for live. Dapper is for folks that are stuck on old way of doing things just need lite improvments

Ответить
@thepianist7379
@thepianist7379 - 18.01.2022 06:06

Great video, thank you, Kevin!

Ответить
@dandancast
@dandancast - 11.01.2022 18:58

Thanks for the presentation PDF. Appreciate it. This is going to help my team to get started with Dapper.

Ответить
@beckyTrendz
@beckyTrendz - 27.11.2021 07:59

Thanks Kevin
What if I create a model that has all the columns in the person table and have same query, how do I narrow my query to display only my specified columns of my sql statement?

Ответить
@jaikrishnanr2731
@jaikrishnanr2731 - 28.08.2021 09:37

The title is misleading. It is just a beginner level.

Ответить
@thowheedh
@thowheedh - 25.08.2021 22:06

It is Illegal to use Visual Studio While Your Company Owns Rider

Ответить
@diManjenje88
@diManjenje88 - 27.07.2021 10:52

Started using dapper recently and the part about transactions was very good! Tks

Ответить
@gyanookharel7440
@gyanookharel7440 - 25.06.2021 13:35

"80% of your code is copied from StackOverflow" - Kevin Griffin, 2020

Ответить
@powerToYourself36
@powerToYourself36 - 16.06.2021 04:49

I can't emphasize how good this video is !

Ответить
@GenexMG
@GenexMG - 30.03.2021 20:34

Hi, is there any technology like Dynamic Data (.Net Framework) but for core or .net 5?

Ответить
@kannagadu420
@kannagadu420 - 06.02.2021 08:07

I mix both EF and dapper. Using EF for code first and DbUp for applying the migrations and EF for easy selects with filters and aggregations and dapper for large tables and complex database requests.

Ответить
@NabranAboubacar
@NabranAboubacar - 31.12.2020 23:25

Dope!
But i'm in a situation where using SQL Helper from microsoft since 2005, in big 3 layer system.
Classes are stored in a BL library
A way to replace Sql Helper with dapper smoothly ?
Regards

Ответить
@muhammadwaqasaziz4054
@muhammadwaqasaziz4054 - 12.12.2020 00:25

I don't know why, BUT i like depper more, i don't like entity framework's black box.

Ответить
@markjsound
@markjsound - 06.12.2020 09:13

You had me at: I'm not the biggest fan of entity framework

Ответить
@SayWhaaaaaaaaaaaaaaaaaaaaaaat
@SayWhaaaaaaaaaaaaaaaaaaaaaaat - 29.11.2020 05:34

ENTITY FRAMEWORK IS WORST WHAT HAPPENED TO .NET

Ответить
@Dunkhardt
@Dunkhardt - 30.10.2020 17:27

KEVIN!

Ответить
@deanveggy
@deanveggy - 18.10.2020 14:03

Thanks, excellent, appreciated. I much prefer dapper (and parameterized stored procedures) because we can see (and optimize) what's going on.

Ответить
@MarcosIturribeitia
@MarcosIturribeitia - 12.10.2020 05:46

Nice explanation thanks.

Ответить
@brennanbugbee
@brennanbugbee - 19.09.2020 03:47

Thanks for this

Ответить
@LuigiZambetti
@LuigiZambetti - 24.07.2020 21:08

Why you don't love much Entity Framework?

Ответить
@Aleksanderis
@Aleksanderis - 24.05.2020 19:35

Talk itself was nice, but I would say its' title is misleading. It was more like "introduction to Dapper" (and quite beginner level), rather than "doing something better with it". Eventhough it can be really useful talk who wants to know about "alternative" ORM, but I was hoping I would get something more advanced about Dapper looking at how talk is titled..

Ответить
@rosshoyt2030
@rosshoyt2030 - 21.05.2020 13:19

Nice talk!

Ответить