Pinned Repositories
AspNetCore.SassCompiler
Sass Compiler Library for .NET Core 3.1/5.x/6.x without node, using dart-sass as a compiler
CleanArchitecture-Ardalis
A starting point for Clean Architecture with ASP.NET Core
CleanArchitecture-Jason-Taylor
Clean Architecture Solution Template for Angular 12 and .NET 5
draggable
The JavaScript Drag & Drop library your grandparents warned you about.
EFCore.GenericRepository
This repository contains Generic Repository implementation for Entity Framework Core
EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
Finbuckle.MultiTenant
Finbuckle.MultiTenant is open source multitenancy middleware for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
liquid-editor
HTML Editor for the liquid language (syntax highlighting, basic error checking etc)
RazorPageCleanArchitecture
This is a solution for creating the Razor Pages Application with ASP.NET Core(.net 6.0) following the principles of Clean Architecture
SimpleDragAndDropWithBlazor
Companion code sample for my blog post - Investigating Drag and Drop with Blazor
HybridSolutions's Repositories
HybridSolutions/CleanArchitecture-Ardalis
A starting point for Clean Architecture with ASP.NET Core
HybridSolutions/AspNetCore.SassCompiler
Sass Compiler Library for .NET Core 3.1/5.x/6.x without node, using dart-sass as a compiler
HybridSolutions/CleanArchitecture-Jason-Taylor
Clean Architecture Solution Template for Angular 12 and .NET 5
HybridSolutions/draggable
The JavaScript Drag & Drop library your grandparents warned you about.
HybridSolutions/EFCore.GenericRepository
This repository contains Generic Repository implementation for Entity Framework Core
HybridSolutions/EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
HybridSolutions/Finbuckle.MultiTenant
Finbuckle.MultiTenant is open source multitenancy middleware for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
HybridSolutions/liquid-editor
HTML Editor for the liquid language (syntax highlighting, basic error checking etc)
HybridSolutions/RazorPageCleanArchitecture
This is a solution for creating the Razor Pages Application with ASP.NET Core(.net 6.0) following the principles of Clean Architecture
HybridSolutions/SimpleDragAndDropWithBlazor
Companion code sample for my blog post - Investigating Drag and Drop with Blazor
HybridSolutions/SmartCollaboration
Project mentioned in https://stackoverflow.com/questions/62865530/clean-architecture-and-asp-net-core-identity
HybridSolutions/WebOptimizer
A bundler and minifier for ASP.NET Core
HybridSolutions/WebOptimizer.Sass
HybridSolutions/ASPNETIdentityWithOnion
A sample of Onion Architecture with ASP.NET Identity
HybridSolutions/CleanAspNetCoreWebApi
Starter project for creating APIs built on ASP.NET Core using clean architecture.
HybridSolutions/CustomUserManagement.MVC
Let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity.
HybridSolutions/E-Commerce-App
In this project, I use "IdentityUser","IdentityRole" "Asynchronous Programming", "Unit Of Work", "Generic Repository" and "AutoMapper" within Asp.NetCore and Domain-Driven-Design/DDD.
HybridSolutions/eShopOnWeb
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
HybridSolutions/Havit.Blazor
Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
HybridSolutions/IdentityIsolation
Isolamento do ASP.NET Identity e utilização no Domínio
HybridSolutions/InvoiceManagementApp
InvoiceManagementApp
HybridSolutions/jquery-placeholder
A jQuery plugin that polyfills the HTML5 "placeholder" attribute.
HybridSolutions/pluralsight-course-aspnet-taghelpers-viewcomponents
This is the companion source code for the Pluralsight course ASP.NET Tag Helpers and View Components by Peter Kellner
HybridSolutions/So62865530
Sample code for StackOverflow question 62865530