Programming Tips πŸ’‘
54.3K subscribers
66 photos
8 videos
30 files
339 links
Programming:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact & Ads: @MoienTajik
Download Telegram
Programming Entity Framework- DbContext.pdf
7.8 MB
Programming Entity Framework : DbContext πŸ“•

Author: Julia Lerman, Rowan Miller πŸ–Š

Publisher: O'Reilly πŸ“š
γ€°γ€°γ€°γ€°γ€°γ€°
#Book #EF
@ProgrammingTip
You may be wondering why the Entity Framework team chose to call the method Remove rather than Delete, and for that matter, why they choose Add instead of Insert. πŸ€·πŸΏβ€β™‚οΈ

The names were chosen for consistency with other collections and sets in the .NET Framework.

Other collections all use the Add/Remove pair of methods to bring elements into and out of the collection.

γ€°γ€°γ€°γ€°γ€°γ€°
#EF #Collections
@ProgrammingTip
Entity Framework Core Generic Repository πŸ¦‹

The generic repository pattern has its pros and cons.

You are the one to decide if it fits for your project.

You can always use it only for parts of your application, you don’t have to go all in with generic repository pattern❗️

[ Article ] : http://bit.do/rpop

https://t.me/pgimg/7
γ€°γ€°γ€°γ€°γ€°γ€°
#Repository #AspMvc #EF #Core
@ProgrammingTip
Entity Framework Plus ⚑️

Extend and Overcome Entity Framework Limitations with Must-Have Features πŸ’Ž

100% Free and Open Source πŸ’Έ

Features πŸ”₯ :
β€’ Auditing
β€’ Batch Delete
β€’ Batch Update
β€’ LINQ Dynamic
β€’ Query Cache
β€’ Query Deferred
β€’ Query Filter
β€’ Query Future
β€’ Query IncludeFilter
β€’ Query IncludeOptimized

πŸ”ΉπŸ”ΈπŸ”ΉπŸ”Έ

Support βœ… :
β€’ EF Core
β€’ EF6
β€’ EF5

https://t.me/pgimg/31

[ Website ] : http://entityframework-plus.net/

γ€°γ€°γ€°γ€°γ€°γ€°
#EF #ZZZProjects
@ProgrammingTip