All Projects → signumsoftware → Framework

signumsoftware / Framework

Licence: mit
Open Source framework for writing data-centric applications over the latest technologies: .Net Core, C# 8 (not-nullable), ASP.NET Web API, Typescript 3.7 (strict), React, D3 and Sql Server or PostgreeSQL

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Framework

Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: ✭ 91 (-40.52%)
Mutual labels:  entities
Csharp Datatables Parser
C# Serverside parser for the popuplar jQuery datatables plugin.
Stars: ✭ 119 (-22.22%)
Mutual labels:  linq
Masuit.tools
ldqk.xyz/55
Stars: ✭ 2,539 (+1559.48%)
Mutual labels:  linq
Arangoclient.net
ArangoDB .NET Client with LINQ support
Stars: ✭ 94 (-38.56%)
Mutual labels:  linq
Impatient
Ain't nobody got time for data
Stars: ✭ 110 (-28.1%)
Mutual labels:  linq
Remote.linq
Simply LINQ your remote resources...
Stars: ✭ 136 (-11.11%)
Mutual labels:  linq
Magpie
🐦 Successor of my monkey Interpreter(support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL).
Stars: ✭ 88 (-42.48%)
Mutual labels:  linq
Jaque
Lets Java 8 Lambdas to be represented as objects in the form of expression trees at runtime
Stars: ✭ 152 (-0.65%)
Mutual labels:  linq
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+901.31%)
Mutual labels:  linq
Fluentvalidation.blazor
Fluent Validation-powered Blazor component for validating standard <EditForm> 🌌 ✅
Stars: ✭ 140 (-8.5%)
Mutual labels:  linq
Structlinq
Implementation in C# of LINQ concept with struct
Stars: ✭ 106 (-30.72%)
Mutual labels:  linq
Common Linq Mistakes
List of common LINQ mistakes
Stars: ✭ 109 (-28.76%)
Mutual labels:  linq
Data Forge Js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 139 (-9.15%)
Mutual labels:  linq
Linq To Wiki
.Net library to access MediaWiki API
Stars: ✭ 93 (-39.22%)
Mutual labels:  linq
Goworld
Scalable Distributed Game Server Engine with Hot Swapping in Golang
Stars: ✭ 2,007 (+1211.76%)
Mutual labels:  entities
Pachyderm
Virtual actors for elixir
Stars: ✭ 90 (-41.18%)
Mutual labels:  entities
Fluent Nhibernate
Fluent NHibernate!
Stars: ✭ 1,611 (+952.94%)
Mutual labels:  linq
Quill
Compile-time Language Integrated Queries for Scala
Stars: ✭ 1,998 (+1205.88%)
Mutual labels:  linq
Rangeless
c++ LINQ -like library of higher-order functions for data manipulation
Stars: ✭ 148 (-3.27%)
Mutual labels:  linq
Linq.extras
A set of extension methods to complement the ones from System.Linq.Enumerable
Stars: ✭ 139 (-9.15%)
Mutual labels:  linq

Signum Framework

Join the chat at https://gitter.im/signumsoftware/framework

Signum Framework is an Open Source framework from Signum Software for writing data-centric applications over the latest technologies from Microsoft (.Net Core 3.1, C# 8.0, ASP.Net Web.API and Typescript 3.7) and web standard libraries (React, Bootstrap and D3). It uses either Microsoft SQL Server or PostgreSQL to store data.

The main focus of the framework is being able to write vertical modules (database tables, entities, logic and React UI components) that can be shared between projects.

It provides a consistent model for N-layer architectures by moving the entities to the very center of your solution using Signum.Entities.

Our cutting-edge ORM, Signum.Engine, has a full LINQ Providers that avoids N + 1 problem and lets you UPDATE / DELETE / INSERT entities without having to retrieve them first.

Signum.React let you write a Single Page Application using React, Bootstrap and TypeScript.

Main Features

  • Designed for vertical modules (aka: Bounded Context)
  • Entities-first approach
  • ORM with a full LINQ Provider
  • Unified validation
  • Schema generation and synchronization
  • WPF smart-client interface
  • React/Typescript SPA

Principles

  • Promote simple and clean code, avoiding astronautical architectures.
  • Favor compile-time checked code over dynamic code.
  • Create a solid foundation for the integration of application modules (on schema, BL and UI code).
  • Encourage a more functional way of programming.
  • Avoid code duplication.
  • Be a good citizen wherever we are (.Net, LINQ, React) following common practices and conventions.

Getting Started

  • Signum Framework: Know what makes Signum Framework suited for building complex business applications.
  • Signum Extensions: A set of ready-to-use modules that work with any Signum Framework application.
  • Documentation: Documentation (from Markdown files in GitHub)
  • Tutorials: Tutorials (in docx and pptx)
  • Create Application: The simplest way to get started. Create a new project by renaming and customizing Southwind example application.

ChangeLog

Signum Framework doesn't use any numeric versioning, since is distributed as source code we just use Git commit hashes.

Whenever there are big changes worth to mention, we typicaly write it in the related commit. Here is the list of the relevant changes:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].