Entity Framework Cheat Sheet in this post i gonna show you All command of entity framework in one page . its truely usefull , hope to enjoy and join us in Learning Toghether EF. ... Read more
Types of Entities in Entity Framework There are two types of Entities in Entity Framework: POCO Entities and Dynamic Proxy Entities. POCO Entities (Plain Old CLR Object) A POCO entity is a c... Read more
what is Context Class in Entity Framework in this article im writing about Context Class in Ef and Efcore as a simple , its one of most important classes in Ef , in one pranteses , you can i... Read more
How Entity Framework Works ? Here, you will see an overview of how entity framework works. Entity Framework API (EF6 & EF Core) includes the ability to map domain (entity) classes to the... Read more
What is Entity Framework ? Prior to .NET 3.5, we (developers) often used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data from the underlying databa... Read more
a sample html web scapper with c# ==== using HtmlAgilityPack; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Syst... Read more
Read Data From Excel File With C# for Read Data From Excel File With C# you should use a library , : using System.Data.OleDb; using System.IO; and then i write a method to find... Read more
Garbage Collector در CSharp فرض کنید متغییری را ایجاد کرده و به آن مقدار داده اید: string message = “Hello World!”; آیا تابحال به این موضوع فکر کرده اید که طول عمر متغییر ... Read more
کتاب تحلیلی بر entity framework core 2 کتاب تحلیلی بر entity framework core 2 امروز توی وبلاگ گردیم یه مطلبی دیدم که نظرمو جلب کرد . یکی از خوانندگان کتاب نقدی در حدود جند خط برای کتابم نوشت... Read more
تحلیلی بر entity framework core 2 آموزش عملی در اعماق Entity FrameWork Core 2نویسنده محمد قربانی Entity Framework Core چیست ؟ EF Core چه مزیت هایی دارد ؟ ORM چیست ؟ روش Code First چیست ؟ ر... Read more