SimplCommerce is licensed under the Apache 2.0 license.
dotnetcore modular ecommerce aspnetcore angularjs entity-framework-core shopping-cart cross-platform netcoreDeletes multiples rows in a single database roundtrip and without loading entities in the context.Updates multiples rows using an expression in a single database roundtrip and without loading entities in the context.
entity-framework entityframework entity-framework-core ef6For information on upcoming features and fixes, take a look at the product roadmap. Use these instructions to get the project up and running.
entity-framework-core northwind-database aspnet-core code-firstFull Modular Monolith .NET application with Domain-Driven Design approach.
ddd ddd-architecture cqrs architecture rest-api dotnetcore clean-architecture clean-code domain-driven-design ddd-cqrs design-patterns design software-architecture rest ddd-example entity-framework-core design-systems modularity monolithEntityFrameworkCore extensions: Bulk operations (Insert, Update, Delete, Read, Upsert, Sync) and Batch (Delete, Update). Library is Lightweight and very Efficient, having all mostly used CRUD operation. Was selected in top 20 EF Core Extensions recommended by Microsoft. It is targeting NetStandard 2.0 so it can be used on project targeting NetCore(2.0+) or NetFramework(4.6.1+). Current version is using EF Core 2.2 and at the moment supports Microsoft SQL Server(2008+) and SQLite. EFCore/v.Nuget: EFCore2.1/v2.4.1 EFCore2.0/v2.0.8, and for EF Core 1.x use 1.1.0 (targeting NetStandard 1.4) Under the hood uses SqlBulkCopy for Insert, for Update/Delete combines BulkInsert with raw Sql MERGE. For SQLite there is no BulkCopy, instead library uses plain SQL combined with UPSERT. Bulk Tests can not have UseInMemoryDb because InMemoryProvider does not support Relational-specific methods. If Windows Authentication is used then in ConnectionString there should be Trusted_Connection=True; because Sql credentials are required to stay in connection.
entity-framework-core entityframeworkcore entityframework efcore bulk batch sql sqlbulkcopy bulk-insertsThis project contains the source for EF Core and EF6 documentation located at docs.microsoft.com/ef. Documentation issues for both EF Core and EF6 should be filed in this repo. Product issues (bugs) should be filed in the EF Core repo or the EF6 repo as appropriate.
documentation orm entity-framework entity-framework-core entity-framework-6This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.This project provides the source for docs.microsoft.com/ef.
documentation orm entity-framework entity-framework-coreBasic - simple 'Hello GraphQL!' example based on console version from GraphQL for .NET on GitHub, but using ASP.NET Core, Entity Framework Core and some best practices, patterns and principles.
graphql dotnet-core entity-framework-core graphql-dotnet graphiql star-wars asp-net-coreWhen using Entity Framework Core for data access all database exceptions are wrapped in DbUpdateException. If you need to find whether the exception was caused by a unique constraint, value being too long or value missing for a required column you need to dig into the concrete DbException subclass instance and check the error code to determine the exact cause. EntityFramework.Exceptions simplifies this by handling all the database specific details and throwing different exceptions. All you have to do is to configure DbContext by calling UseExceptionProcessor and handle the exception(s) such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException, ReferenceConstraintException you need.
mysql sql-server sqlite postgresql oracle entity-framework sqlite3 entityframework entity-framework-core odp-net netcore2 netcore3 database-exceptionsSample .NET Core REST API application implemented with basic CQRS approach and Domain Driven Design. Read Model - executing raw SQL scripts on database views objects (using Dapper).
ddd ddd-example cqrs cqrs-simple rest-api dotnercore clean-architecture clean-code dapper mediatr domain-driven-design ddd-cqrs entity-framework entity-framework-core design-patterns design-systems software-architecture restA project template for a blazor hosted app using cookie based authentication with ef core identity.
identity authentication entity-framework-core cookie-authentication blazor blazor-client blazor-webassemblyNpgsql.EntityFrameworkCore.PostgreSQL is an Entity Framework Core provider built on top of Npgsql. It allows you to use the EF Core O/RM with PostreSQL.Documentation is available on the Npgsql site.
entity-framework npgsql postgres postgresql sql database entity-framework-coreThis codebase was created to demonstrate a fully fledged fullstack application built with ASP.NET Core (with Feature orientation) including CRUD operations, authentication, routing, pagination, and more.We've gone to great lengths to adhere to the ASP.NET Core community styleguides & best practices.
asp-net-core net-core entity-framework-core mediatr automapper cake realworldlinq2db.EntityFrameworkCore is an integration of LINQ To DB with existing EntityFrameworkCore projects. It was inspired by this issue in EF.Core repository. After that you can just call DbContext and IQueryable extension methods, provided by LINQ To DB.
entityframeworkcore linq2db sql entity-framework entity-framework-core orm dotnet-coreManga is a Service Template to help you to build evolvable, adaptable and maintainable applications. It follows the Clean Architecture Principles (Robert C. Martin, 2017) and Domain-Driven Design. Tests guided us on the implementation so all the components are testable in isolation. Unfortunately remain very common that applications are built on top of frameworks and databases. I see that developers usually implement software that mimics the data tables instead of design software driven by the business domain. As time goes by, the software becomes highly coupled to these external details and what happens next is the application evolution been dictated by the vendors support.
solid-principles ddd-architecture clean-architecture clean-code dotnet-core evolutionary-architecture microservice design-patterns architecture docker tdd domain-driven-design onion-architecture hexagonal-architecture mongodb craftsmanship webapi entity-framework-core dapper-dot-net onionThe simplest demo on how to implement a Web Api using .NET Core and Entity Framework that protects the business rules from framework dependencies by following the Clean Architecture Principles. If you wanna use Entity Framework, setup the SQL Server then update the database via dotnet EF Tool.
clean-architecture hexagonal-architecture onion-architecture solid-principles webapi entity-framework-coreThe Restaurant App is a sample open source application powered by C# and Xamarin, this sample provides us how to build mobile and web applications with a clean architecture and write testable and clean code.
xamarin-forms refit reactiveui moq unit-testing netcore-webapi identityserver4 dependency-injection devops pgsql sqlserver powershell entity-framework-core xamarin mvvm android ios angular oauth2This project provides an example of getting started using ASP.NET Core and Angular together in one project and is an updated version of the code shown in the Integrating Angular with ASP.NET Core RESTful Services on Pluralsight. If you're coming from the Pluralsight course you'll find the Angular code for the project in the Client folder now. Keep the Angular project code completely separate from the ASP.NET Core code to make updates of either technology easier in the future. This was a key consideration when organizing the folders/files in the project.
angular webapi asp-net-core entity-framework-coreثبت نام به همراه تائید ایمیل، لاگین، برگهی اطلاعات کاربری، تنظیمات کاربری، تغییر کلمهی عبور، بازیابی کلمهی عبور، اعتبارسنجی دو مرحلهای توسط ایمیل، مدیریت کاربران و نقشهای ثابت. مدیریت سطوح دسترسی پویای به صفحات و مشاهدهی لاگ خطاهای برنامه. جزئیات و توضیحات بیشتر این موارد را میتوانید در گروه ASP.NET Core Identity پیگیری نمائید.
aspnetcore aspnetcoreidentity efcore entityframework entity-framework entity-framework-core aspnet-core persian asp-net-core-identityEntity Framework Core Second Level Caching Library. Second level caching is a query cache. The results of EF commands will be stored in the cache, so that the same EF commands will retrieve their data from the cache rather than executing them against the database again.
aspnetcore entity-framework efcore entityframework entity-framework-core
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.