All Projects → senvardarsemih → generic-for-core

senvardarsemih / generic-for-core

Licence: GPL-3.0 license
🏗️ Generic Repository & UOW Pattern For ASP.NET Core

Programming Languages

C#
18002 projects
HTML
75241 projects
Dockerfile
14818 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to generic-for-core

Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-18.18%)
Mutual labels:  design-patterns, entity-framework-core, asp-net-core, repository-pattern
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (+3.64%)
Mutual labels:  entity-framework-core, asp-net-core, repository-pattern
Asmin
Asmin is .NET CORE project infrastructure, to get a quick start on the project.
Stars: ✭ 89 (+61.82%)
Mutual labels:  entity-framework-core, asp-net-core, repository-pattern
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-54.55%)
Mutual labels:  mvc, entity-framework-core, asp-net-core
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (-32.73%)
Mutual labels:  mvc, entity-framework-core, asp-net-core
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+256.36%)
Mutual labels:  entity-framework-core, asp-net-core, repository-pattern
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-76.36%)
Mutual labels:  entity-framework-core, repository-pattern, generic-repository
Happysocialmedia
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
Stars: ✭ 28 (-49.09%)
Mutual labels:  design-patterns, entity-framework-core, repository-pattern
Urf.core.sample
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 40 (-27.27%)
Mutual labels:  design-patterns, entity-framework-core, asp-net-core
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-47.27%)
Mutual labels:  mvc, entity-framework-core, asp-net-core
puremvc-swift-multicore-framework
PureMVC MultiCore Framework for Swift
Stars: ✭ 17 (-69.09%)
Mutual labels:  mvc, design-patterns
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (-12.73%)
Mutual labels:  mvc, design-patterns
AspNetCoreMvcAngular
ASP.NET Core MVC with angular in MVC View OpenID Connect Hybrid Flow
Stars: ✭ 54 (-1.82%)
Mutual labels:  mvc, asp-net-core
adminlte-aspnetcore2-version
Asp.Net Example version of famous and beautiful AdminLTE control panel themes and template.
Stars: ✭ 64 (+16.36%)
Mutual labels:  mvc, asp-net-core
mvc-tree
🌳 A chronological visualization of the family of MVC patterns.
Stars: ✭ 40 (-27.27%)
Mutual labels:  mvc, design-patterns
xperience-training-13
Kentico Xperience 13 training website
Stars: ✭ 18 (-67.27%)
Mutual labels:  mvc, asp-net-core
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-69.09%)
Mutual labels:  mvc, asp-net-core
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (-76.36%)
Mutual labels:  mvc, asp-net-core
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (+418.18%)
Mutual labels:  mvc, asp-net-core
Iosdesignpatternsamples
This is Github user search demo app which made by many variety of design patterns. You can compare differences in MVC, MVP, MVVM and Flux.
Stars: ✭ 622 (+1030.91%)
Mutual labels:  mvc, design-patterns

Generic Repository & UOW Pattern For .NET Core 3.1

Build status Build Status Quality Gate Status

  • simple experimental generic repository pattern demo on .net core *

  • You have to setup your own connection string in appsettings.json file.

  • You have to run the entity framework core migration via package manager console (In Visual Studio go to Tools -> Nuget Package Manager -> Package Manager Console then start migration with 'Update-Database' command

K8S Support Update

  • You can run this app in k8s environment
  • You may want to use minikube or docker desktop
  • First, build docker image => docker build -t gfc:1.0 .
  • Go to tools folder => cd tools , then => kubectl apply -f deploy.yml
  • Finally => kubectl apply -f service.yml , then go to the browser, type localhost and hit enter, you should see the application loaded. 🌞
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].