2 مستودعات
Data access layers specifically using the Entity Framework Core library for relational mapping.
Distinct from Relational Entity Filtering: No candidate specifically covers EF Core implementations; others are too generic or unrelated.
Explore 2 awesome GitHub repositories matching data & databases · Entity Framework Implementations. Refine with filters or upvote what's useful.
NorthwindTraders هو تطبيق ويب تجريبي لـ ASP.NET Core يوضح تنفيذ منطق الأعمال ومعالجة الطلبات. تم هيكلته كتطبيق ويب ذي بنية متعددة الطبقات، حيث يفصل قواعد التطبيق الأساسية عن واجهة المستخدم وطبقات الوصول إلى البيانات. يستخدم المشروع Entity Framework Core لتنفيذ قاعدة البيانات، باستخدام نهج قاعدة بيانات علائقية تعتمد على الكود أولاً (Code-first). يتيح ذلك إنشاء مخطط قاعدة البيانات وتطويره تلقائياً من نماذج كيانات C# عبر أداة تعيين الكائنات والبيانات العلائقية. يدير التطبيق البيانات العلائقية ويخدم طلبات الويب من خلال خط أنابيب يعتمد على البرمجيات الوسيطة (Middleware). يدمج حاوية حقن التبعية ويستخدم خادم الويب Kestrel لمعالجة حركة مرور HTTP.
Provides a data access layer implemented with Entity Framework Core.
Npgsql is a .NET data provider and client library that enables applications to connect, execute queries, and manage data within PostgreSQL databases. It functions as a connection manager and translation layer between the application and the database server. The project features a connection manager capable of multi-host connectivity, providing load balancing and automatic failover across multiple servers. It includes specialized support for high-volume data import and export through bulk data operations and a mapping system that translates complex database types, such as arrays and JSON, into
Integrates with Entity Framework Core to map application objects to database tables using a type-safe ORM.