Miracle Devs's repositories
Paradigm.ORM
.NET Core ORM with dbfirst support, and code scaffolding features. This ORM supports different database sources.
Paradigm.CodeGen
Code generation / scaffolding tool similar to T4s, but utilizing Razor as template language. The codegen is fully configurable and pluginable, and can produce output in any language. Currenly is being used by the Paradigm.ORM to generate dbfirst classes, and to generate Typescript services and model for the Paradigm.AngularJS and Paradigm.Angular wrappers.
Paradigm.Core
Set of core libraries used by the paradigm framework in .net core.
casper-docs-new
Tiger Team working on new docs content
Paradigm.Express.WebApi
An easy to use MVC WebApi implementation over Express.
Paradigm.ORM.CodeGenExample
A guided tutorial to use Paradigm.ORM with code generation features.
Paradigm.Web.Fetch
A small wrapper around the fetch api to ease the work with web pages and web applications.
Paradigm.Koa.WebApi
A port of Paradigm.Express.WebApi to use koa as the internal server and router.
Paradigm.Services
Base libraries for service and webapi projects, containing support for different data sources, state machines and more.
Paradigm.Web.AngularJS
Wrapper library around AngularJS that provides typed classes, decorators, helper classes and more.
Paradigm.Web.Shared
Typescript library with helper classes like ArrayLists, Dictionaries, extensions for base objects and more.
Paradigm.WindowsAppSDK
A framework that provides base classes for WindowsAppSDK applications using WinUI interfaces.
casper-docs
Application running the documentation markdown files.
Paradigm.Web.Angular
A Angular Library with base classes and helper services.
Paradigm.Web.DI
A minimal dependency injection framework for the web.
simple-expr-eval
Simple expression parser and evaluator