All Projects → Hexagonal-architecture-ASP.NET-Core → Similar Projects or Alternatives

1391 Open source projects that are alternatives of or similar to Hexagonal-architecture-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 (+243.86%)
Aspnetcore Tests Sample
A project to help demonstrate how to do unit, integration and acceptance tests with an web api project using ASP.NET Core and Angular 7 front end.
Stars: ✭ 40 (-29.82%)
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+173.68%)
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 (-21.05%)
Asmin
Asmin is .NET CORE project infrastructure, to get a quick start on the project.
Stars: ✭ 89 (+56.14%)
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 (-29.82%)
generic-for-core
🏗️ Generic Repository & UOW Pattern For ASP.NET Core
Stars: ✭ 55 (-3.51%)
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-66.67%)
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
Stars: ✭ 278 (+387.72%)
Apiintegrationtestsamples
Demo project containing end-to-end, in-memory integration tests in ASP.NET Core 2.1
Stars: ✭ 62 (+8.77%)
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-57.89%)
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-54.39%)
Efcoresecondlevelcacheinterceptor
EF Core Second Level Cache Interceptor
Stars: ✭ 227 (+298.25%)
baserepo
Base repository
Stars: ✭ 71 (+24.56%)
Mutual labels:  repository, repository-pattern
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+98.25%)
Mutual labels:  aspnetcore, asp-net-core
laravository
Simplified Repository pattern implementation in Laravel
Stars: ✭ 14 (-75.44%)
Mutual labels:  repository, repository-pattern
laravel-repository
Repository pattern implementation for Laravel
Stars: ✭ 49 (-14.04%)
Mutual labels:  repository, repository-pattern
Android Architecture Components
The template project that uses Android Architecture Components with Repository pattern. The simple app that uses awesome Fuel library instead of Retrofit for perfoming HTTP request. The app also persists data using the Room library and display data in RecyclerView.
Stars: ✭ 329 (+477.19%)
Mutual labels:  repository, repository-pattern
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (+156.14%)
Mutual labels:  repository, aspnetcore
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (+296.49%)
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Stars: ✭ 31 (-45.61%)
springboot-junit5-mockito2
Show case for how to use junit 5 and mockito 2 for unit testing and integration test in spring boot 2
Stars: ✭ 18 (-68.42%)
Model
Ruby persistence framework with entities and repositories
Stars: ✭ 399 (+600%)
Mutual labels:  repository, repository-pattern
pythonista-chromeless
Serverless selenium which dynamically execute any given code.
Stars: ✭ 31 (-45.61%)
toUUID
Simple integer to UUID generator for unit and integration tests written in Java or Kotlin
Stars: ✭ 12 (-78.95%)
SqlInMemory
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
Stars: ✭ 24 (-57.89%)
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+298.25%)
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+264.91%)
laravel-repository-pattern
Files autogenerator for repositorry pattern
Stars: ✭ 46 (-19.3%)
Mutual labels:  repository, repository-pattern
Aspnetcoremultipleproject
ASP.NET Core API EF Core and Swagger
Stars: ✭ 189 (+231.58%)
Mutual labels:  aspnetcore, asp-net-core
GraphQL.RepoDB
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that enca…
Stars: ✭ 25 (-56.14%)
Mutual labels:  repository, repository-pattern
eloquent-repository
Repository pattern for Eloquent ORM with focus in cache.
Stars: ✭ 30 (-47.37%)
Mutual labels:  repository, repository-pattern
BetterRepository
Better Enhanced Repository Pattern Implementation in .NET C#
Stars: ✭ 27 (-52.63%)
Mutual labels:  repository, repository-pattern
Aspnetcorelocalization
Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
Stars: ✭ 183 (+221.05%)
Mutual labels:  aspnetcore, asp-net-core
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (+54.39%)
Mutual labels:  repository, aspnetcore
Weihanli.entityframework
EntityFramework extensions
Stars: ✭ 42 (-26.32%)
springboot-keycloak-mongodb-testcontainers
Goals: 1) Create a Spring Boot application that manages books; 2) Use Keycloak as authentication and authorization server; 3) Test using Testcontainers; 4) Explore the utilities and annotations that Spring Boot provides when testing applications.
Stars: ✭ 18 (-68.42%)
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (+405.26%)
Dntframeworkcore
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Stars: ✭ 208 (+264.91%)
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+192.98%)
FluentAssertions.Web
FluentAssertions for HTTP APIs
Stars: ✭ 71 (+24.56%)
Mutual labels:  unit-testing, asp-net-core
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+214.04%)
Mutual labels:  aspnetcore, asp-net-core
awesome-javascript-testing
🔧 Awesome JavaScript testing resources
Stars: ✭ 28 (-50.88%)
MealsCatalogue
Flutter application using base architecture component like BLoC pattern, RxDart, Http, SQFlite, Flavor, Unit Testing (Mockito), Instrumentation Testing and etc 🔥
Stars: ✭ 45 (-21.05%)
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+6514.04%)
MockitoIn28Minutes
Learn Mockito from In28Minutes
Stars: ✭ 95 (+66.67%)
Java Dns Cache Manipulator
🌏 A simple 0-dependency thread-safe Java™ lib/tool for setting dns programmatically without touching host file, make unit/integration test portable.
Stars: ✭ 557 (+877.19%)
Quixote
CSS unit and integration testing
Stars: ✭ 788 (+1282.46%)
Stocker
Stocker is a currency monitoring app. It offers instant currency rates of banks.
Stars: ✭ 38 (-33.33%)
Mutual labels:  unit-testing, repository-pattern
Codeception
Full-stack testing PHP framework
Stars: ✭ 4,401 (+7621.05%)
receptacle
minimalistic implementation of the repository pattern
Stars: ✭ 18 (-68.42%)
Mutual labels:  repository, repository-pattern
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (+75.44%)
Testing Workshop
A workshop for learning how to test JavaScript applications
Stars: ✭ 1,276 (+2138.6%)
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (+84.21%)
Movieapp
🎬 MovieApp is a Flutter application built to demonstrate the use of modern development tools with best practices implementation like Modularization, BLoC, Dependency Injection, Dynamic Theme, Cache, Shimmer, Testing, Flavor, CI/CD, etc.
Stars: ✭ 117 (+105.26%)
Aspnetcorespa
Asp.Net 5.0 & Angular 11 SPA Fullstack application with plenty of examples. Live demo:
Stars: ✭ 1,211 (+2024.56%)
Mutual labels:  unit-testing, aspnetcore
Spring Data Mock
Mock facility for Spring Data repositories
Stars: ✭ 110 (+92.98%)
Mutual labels:  unit-testing, repository
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (+136.84%)
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (+163.16%)
Firewall
ASP.NET Core middleware for IP address filtering.
Stars: ✭ 159 (+178.95%)
Mutual labels:  aspnetcore, asp-net-core
1-60 of 1391 similar projects