Projects in Awesome Lists by Calabonga
A curated list of projects in awesome lists by Calabonga .
https://github.com/calabonga/microservice-template
Templates for microservice architecture. Nimble Microservice Framework contains two modules. The first with OpenIddict and the second without OpenIddict. Templates are built on ASP.NET Core platform with different versions Core3.1, NET6, NET7 and NET8. You can create a new project extremely fast: in Visual Studio, Rider, dotnet CLI.
arhitecture asp asp-net-core demo framework microservice nimble service solution template visual-studio
Last synced: 10 Apr 2025
https://github.com/Calabonga/Microservice-Template
Templates for microservice architecture. Nimble Microservice Framework contains two modules. The first with OpenIddict and the second without OpenIddict. Templates are built on ASP.NET Core platform with different versions Core3.1, NET6, NET7 and NET8. You can create a new project extremely fast: in Visual Studio, Rider, dotnet CLI.
arhitecture asp asp-net-core demo framework microservice nimble service solution template visual-studio
Last synced: 24 Mar 2025
https://github.com/calabonga/authorization-exercises
Exercises with authentication and authorization on ASP.NET Core 3.1. IdentityServer4 examples w/ video instructions. (rus)
asp-net-core authentication authorization basics calabonga cliams demo exercises roles roles-permission-management
Last synced: 12 Apr 2025
https://github.com/calabonga/unitofwork
UnitOfWork pattern implementation for ASP.NET Core
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.catalog
Каталог товаров и услуг на платформе ASP.NET Core
Last synced: 31 Jul 2025
https://github.com/calabonga/signalrchat
В этом репозитории вариант реализации чата (real-time) на SignalR с возможностью подключения клиентов с разных платформ.
Last synced: 12 Apr 2025
https://github.com/calabonga/facts
Проект "Только факты"
asp component-blazor mediatr mvc notification
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.aspnetcore.appdefinitions
Application Definitions base classes. The small but very helpful packege that can help you to organize your ASP.NET Core application.
Last synced: 12 Apr 2025
https://github.com/calabonga/solid
Materials for videos on www.calabonga.net
Last synced: 12 Apr 2025
https://github.com/calabonga/backgroundworkers
BackgroundWorkers for Microservices on ASP.NET Core
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.unitofwork.mongodb
Unit of Work implementation for MongoDb
Last synced: 09 Mar 2026
https://github.com/calabonga/calculatorexercises
Обучение программированию на языке C# для NET Core. Исходные файлы для видео уроков "От простого к сложному". Пилотный проект - Калькулятор.
netcore simple tutorials video
Last synced: 18 May 2026
https://github.com/calabonga/aspnetmvctemplate
Template for ASP.NET MVC 5 project with predefined DI-container (autofac), Mapping (ExpressMapper), Paging (PagedListLite), Logging (log4net) and other features...
Last synced: 20 Mar 2025
https://github.com/calabonga/calabonga.aspnetcore.controllers
Mediator requests and handler for CRUD operation with UnitOfWork
Last synced: 20 Mar 2025
https://github.com/calabonga/backgroundworker
ASP.NET Core BackgroundWorker implementation
Last synced: 15 May 2026
https://github.com/calabonga/webapiwithoauthtoken
Web API service with OAuth authentication (Bearer access token)
Last synced: 06 May 2026
https://github.com/calabonga/calabonga.entityprocessor
Entity processing with domain event collection. Rules, Actions, Validators, some helpers and other things for Domain-Driven Design pattern implementation.
Last synced: 10 May 2026
https://github.com/calabonga/calabonga.rulesvalidator
Object validation with validation rules
Last synced: 07 Oct 2025
https://github.com/calabonga/calabonga.unitofwork.controllers
CRUD controller operation with base ReadonlyControlller/WriteableController implementation for Nimble Framework
Last synced: 20 Mar 2025
https://github.com/calabonga/tic-tac-toe
Проект является решением тестового задания при устройстве на работу.
Last synced: 07 Oct 2025
https://github.com/calabonga/modulesmvc
ASP.NET MVC: Плагины для ASP.NET MVC или Autofac Modules как plugins
Last synced: 21 May 2026
https://github.com/calabonga/calabonga.microservices.tracker
Library helps to generate a trace ID string for the cross-microservice communication.
Last synced: 28 Jan 2026
https://github.com/calabonga/calabonga.results
Some helpful Results as an implementation of RFC7807. In other words, it's simple wrapper for result operation for any returned data from API backend implemented on Rust-style approach.
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.aspnetcore.appdefinitions.template
Define your Web API application part in different definitions (files). It's remarkably simple and useful. You will know what features your application consists of.
Last synced: 26 Aug 2025
https://github.com/calabonga/stateprocessordemo
Демонстрационный проект к статье "Шаблон Состяние (State): Управление состоянием объекта"
Last synced: 21 Jul 2026
https://github.com/calabonga/templateprocessor
Testing templates generations for demo
Last synced: 20 Mar 2025
https://github.com/calabonga/calabonga.framework.demo
This is the demo for Calabonga.Framework nuget-packet using. Calabonga.Framework is a Data Access Layer for EntityFramework
Last synced: 20 Mar 2025
https://github.com/calabonga/calabonga.wpf.mvvm.zones
Zones for UserControl binding fot WPF application with MVVM. It's like Regions in the Prism framework, but very simple.
Last synced: 10 Feb 2026
https://github.com/calabonga/aspnetmvcpollknockout
ASP.NET MVC: Делаем голосование на сайте при помощи Knockout
Last synced: 19 Apr 2026
https://github.com/calabonga/calabonga.configurationdemo
Demo solution for Calabonga.Configuration nuget-package
Last synced: 03 May 2026
https://github.com/calabonga/infonames
Создаем новый сайт по принципу Single Page Application "Что значит имя?"
Last synced: 19 May 2026
https://github.com/calabonga/calabonga.microservices.core
Base microservice contracta nuget
Last synced: 07 Oct 2025
https://github.com/calabonga/mvvmdemoforwpf
В этой статье показан пример создания WPF-приложения на основе MVVM паттерна проектирования. За основу используется PRISM 6, как MVVM-фреймворк и Autofac, как DI-контейнер.
Last synced: 09 Oct 2025
https://github.com/calabonga/calabonga.blazor.appdefinitions.template
Blazor Server application with simple modularity base on Application Definitions.
Last synced: 22 Jan 2026
https://github.com/calabonga/calabonga.pagedlistcore
PagedList implementation for .NET Core (netstandard2.0)
Last synced: 26 Oct 2025
https://github.com/calabonga/calabonga.wpfmvvm.template
This template for WPF application with MVVM components you can use for new application. In template already everything prepared for your developing start.
Last synced: 25 Jun 2025
https://github.com/calabonga/benchmarking-videos
Some helpful performance testing.
Last synced: 19 May 2026
https://github.com/calabonga/calabonga.pagedlistcore.json
Converter for System.Text.Json deserializer
Last synced: 04 May 2026
https://github.com/calabonga/calabonga.stepik.models
Data transfer object for Stepik.org public API
Last synced: 29 Jul 2026
https://github.com/calabonga/calabonga.commandex.shell
Command Executer or Command Launcher. To run commands of any type for any purpose. For example, to execute a stored procedure or just to copy some files to some destination.
Last synced: 15 May 2026
https://github.com/calabonga/yeomanspawebapi
This package will creates a Visual Studio 2015 solution with splitted layers. During Installation you can select your solution name.
Last synced: 20 Mar 2025
https://github.com/calabonga/calabonga.commandex.engine
Engine and contracts library for Calabonga.Commandex. Contracts are using for developing a modules for Commandex Shell.
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.commandex.shell.develop.template
This is a Developer version of the Command Executer (Calabonga.Commandex). Witch is created to runs commands of any type for any purposes. For example, to execute a stored procedure or just to copy some files to some destinations
Last synced: 19 Jul 2025
https://github.com/calabonga/calabonga.predicatesbuilder.mongodb
Extendable function for transposing builder-functions of MongoDb.Driver to LINQ predicates
Last synced: 18 May 2026
https://github.com/calabonga/statusprocessor
Framework for object state management with rules
Last synced: 04 Jul 2026
https://github.com/calabonga/feedbackwithko
ASP.NET MVC: И снова про форму обратной связи или куда еще втыкнуть Knockout
Last synced: 14 Sep 2025
https://github.com/calabonga/calabonga.horseonthegrid
Simple game where the Hosre (from chess) have an adventure on the Grid (size 10 x 10 cells)
Last synced: 16 May 2026
https://github.com/calabonga/calabonga.pipelineexecutor
Pipeline pattern implementation. Simple process executor step-by-step.
Last synced: 18 Jun 2025
https://github.com/calabonga/calabonga.commandex.engine.processors
Results Processors for Calabonga.Commandex.Shell commands execution results. This is an extended version of the just show string in the notification dialog.
Last synced: 12 Apr 2025
https://github.com/calabonga/calabonga.activedirectory
Simple Active directory connection helper built-on another nuget-package
Last synced: 08 Jan 2026
https://github.com/calabonga/calabonga.utils.extensions
Some helpful extensions for C#.NET. Package contains extensions (C#) that can simplify developer life.
Last synced: 07 Oct 2025
https://github.com/calabonga/calabonga.predicatesbuilder
Predicate builder for Expressions C#
Last synced: 14 Apr 2026
https://github.com/calabonga/calabonga.commandex.commands
Commands for Calabonga.Commandex.Shell that can execute them from unified shell.
Last synced: 14 Apr 2026
https://github.com/calabonga/calabonga.wpf.appdefinitions
Application Definitions base classes. The small but helpful package that can help you to organize your WPF application.
Last synced: 27 Jan 2026
https://github.com/calabonga/calabonga.consoleapp.template
Custom Template Console Application with some integrated features: DI, Serilog, Logging and other helpful features.
Last synced: 27 Oct 2025
https://github.com/calabonga/calabongasoftdarkthemevscode
Calabonga Soft Dark Theme. This a simple extension for Visual Studio Code. Enjoy!
Last synced: 30 Jan 2026
https://github.com/calabonga/calabonga.workexecutor
Work executor that must return the same result, but, for example, from various sources. The first (or preferred) source will be used as a result, others will be skipped.
Last synced: 14 Feb 2026