82 packages tagged with “calabonga”
PagedList extension for ASP.NET MVC (razor) with custom html-pager for bootstrap.
Extensions for ASP.NET MVC3 (razor) site project with some htmlhelpers, scripts managment (for exsample, better placement), content extensions. Extension create a new layout file in shared folder _LayoutExtended.cshtml with better placed scripts.
OperationResult is an implementation of RFC7807. In other words, it's simple wrapper for result operation for any returned data from backend, where you can add additional information about problem or other things
Application Definitions base classes. The small but very helpful packege that can help you to organize your ASP.NET Core application.
Lightweight and serializable PagedList implementation for .NET 4.5.2+ For collection types: IQuryable<T>, IEnumerable<T>, ICollection<T>
Simple Data Accesss Layer for EntityFramework with some helpfull features. There is a ReadableReposity and WritableRepository. PagedList collection and mapping to entities to ViewModels.
Generator for exporting data to Office (Excel and Word)
Some helpers for microservice developing. Package contains extensions (C#) that can simplify developer life.
Lightweight and serializable PagedList implementation for .NETStandard 2.0+ For collection types: IQuryable<T>, IEnumerable<T>, ICollection<T>
This is a wrapper for web api services. Some helpful classes like OperationResult.
State Processor for any entity in your application. StateProcessor can change state validation for enter and leave those states. Special rules list for each state executed before Enter stasus and Leave status.
Developer version of the 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
Extensions for Windows Phone Mango. Some helpfull classes and extensions.
ASP.NET MVC application configuration helper. Your app can keep settings in json file. And this helper can load your config and inject it.
This is a set of simplest javascript modules that can help to you organize your framework on ASP.NET (MVC). This is just for a begin your js-framework. For example: control DataSource - is loader that can data from web api with pager and it cat make selection.
Predicate builder for C# Expressions
My package description.
UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern.
Simple Data classes for testing or tutorial applications. For example, class Person with some properties and class People (a set of Person). In this release added SampleData for Silvetlight app.
Simple Active directory connection helper built-on another nuget-package
This is a wrapper for web api services. Some helpful classes. Work fine with JsSite nuget-package
Silvetlight Reports Builder on templates with grouping and aggregations.
Repository and Specification patterns implementations for EntityFrameworkCore with pagination and other sugar
Unit of Work implementation over ASP.NET Core Controllers
Implementation Unit Of Work pattern for ASP.NET MVC. Some helpful classes for implementation Unit Of Work pattern for ASP.NET MVC
Background workers collection for ASP.NET Core application. CronTab-schedule available.
Library helps to generate a trace ID string for the cross-microservice communication. https://www.calabonga.net/blog/post/tracking-correlationid-between-microservices-asp-net-core
Some helpful extensions for LINQ
Define your Web API application parts in different definitions (files). It's simple and useful. You will know what features your application consists of.
RuleValidator for entity validation base on custom rules