Entity Framework Community Standup - Building Modern Apps with GraphQL

preview_player
Показать описание
GraphQL is a great way to expose data whether you expose your business layer in a much richer way or just map your data models to get started quickly. GraphQL gives backend engineers the tools to mold the service layer without compromises and lets the frontend engineer decide what data he or she needs to build that awesome application. Learn the what, why, and see how to build apps with GraphQL.



#efcore #api #graphql
Рекомендации по теме
Комментарии
Автор

I like hearing Michael talk about Kveries and Mootations :-)

Siddiskongen
Автор

Expose directly your DBContext it is amaizing!

marcomedrano
Автор

This video was so inspiring. I immediately went off and started playing with graphql to stich together some related APIs. So cool.
Not a huge fan of the names though :P

BrendonParker
Автор

Love this. Thank you very much for sharing ☺

rickyvu
Автор

SoI may be being a thicko but what told the "model" that the BookDescription should be name "Description"?
Book.cs didn't have a Description property nor BookDetails.cs

moorzymoores
Автор

Can someone please tell me how c# class template is generated using underscore character? 7:30

chatarsinghchundawat
Автор

Could you please share the code of this examples?

key-T
Автор

Is the demo source code available somewhere?

dandoescode