JJMasterData.Web 4.0.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package JJMasterData.Web --version 4.0.8
NuGet\Install-Package JJMasterData.Web -Version 4.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JJMasterData.Web" Version="4.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JJMasterData.Web --version 4.0.8
#r "nuget: JJMasterData.Web, 4.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JJMasterData.Web as a Cake Addin
#addin nuget:?package=JJMasterData.Web&version=4.0.8

// Install JJMasterData.Web as a Cake Tool
#tool nuget:?package=JJMasterData.Web&version=4.0.8

<h1 align="center"> <br> <img width=25% src="doc/Documentation/media/JJMasterDataLogoVertical.png"/> </h1> <p align="center"> <a href="https://img.shields.io/badge/.NET-5C2D91"> <img src="https://img.shields.io/badge/.NET-512BD4?logo=dotnet" alt=".NET 6"> </a> <a href="https://img.shields.io/badge/TypeScript-007ACC"> <img src="https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white" alt="TS"> </a> <a href="https://img.shields.io/badge/Microsoft_SQL_Server-CC2927"> <img src="https://img.shields.io/badge/SQL_Server-CC2927?logo=microsoft-sql-server&logoColor=white" alt="TS"> </a> <a href="https://www.nuget.org/profiles/jjconsulting"> <img src="https://img.shields.io/nuget/v/JJMasterData.Web.svg?color=004880" alt="NuGet"> </a> <a href="https://discord.gg/s9F2ntBXnn"> <img src="https://img.shields.io/discord/984473468114456667?color=5b62ef&label=discord" alt="Discord"> </a> </p>

JJMasterData is an open-source .NET library to help you create dynamic CRUDs quickly from data dictionaries (database metadata), along with other boilerplate-intensive things like exporting and importing data.

<br>

Features

  • Components generated at runtime 🔥
  • Data exportation & importation ↔️
  • Database script generation ✍️
  • Plugins support by interfaces 🪄
  • Multiple forms using relationships⛓️

<br>

Getting Started

https://github.com/JJConsulting/JJMasterData/assets/28662273/9b874c9d-2a2f-4d3b-9e78-846db446def2

  1. Create an ASP.NET Core project (it can be Blazor, MVC, Razor Pages, whetever you like...)
  2. Install JJMasterData.Web
dotnet add package JJMasterData.Web
  1. Configure your IConfiguration source with a connection string at JJMasterData:ConnectionString and a secret key at JJMasterData:SecretKey
{
  "JJMasterData": {
    "DataDictionaryTableName": "MasterData",
    "ConnectionString": "Server=localhost;Database=JJMasterData;Integrated Security=True;Trust Server Certificate=true",
    "ReadProcedurePattern": "{tablename}Get",
    "WriteProcedurePattern": "{tablename}Set",
    "SecretKey": "ExampleSecretKey"
  }
}
  1. At Program.cs add the following lines:
using JJMasterData.Web.Configuration;

var builder = WebApplication.CreateBuilder(args);

builder.Services.AddJJMasterDataWeb();

///...

var app = builder.Build();

///...

app.UseJJMasterDataWeb();
app.MapJJMasterData();

app.Run();
  1. Create a wwwroot folder if your project is empty
  2. Run the project and visit /en-US/DataDictionary/Element/Index <br> <img width="960" alt="image" src="https://github.com/JJConsulting/JJMasterData/assets/52143624/c4bf083d-38e1-486d-aaf2-2177d7ad77ef">

You can get the appsettings.json schema URL from here

See all steps in documentation.

<br>

Building from source 🧰

  1. Install .NET 8

  2. Install NodeJS

  3. Clone this git repository

  4. Open JJMasterData.sln file at your IDE

  5. Set the WebEntryPoint as startup project

  6. At src/Web run at your terminal

npm i
  1. Run the project

Special Thanks

Code contributors

<a href="https://github.com/jjconsulting/JJMasterData/graphs/contributors"> <img src="https://contrib.rocks/image?repo=jjconsulting/jjmasterdata" /> </a>

<br>

Alt

Bugs and feature requests 🐛

Have a bug or a feature request? Please first search for existing and closed issues.</br> If your problem or idea is not addressed yet, please open a new issue.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0-preview1 59 5/14/2024
4.1.11 115 4/5/2024
4.1.10 91 4/5/2024
4.1.9 89 4/4/2024
4.1.8 83 4/3/2024
4.1.7 86 4/3/2024
4.1.6 72 4/2/2024
4.1.4 74 4/2/2024
4.1.3 99 4/2/2024
4.1.2 100 3/27/2024
4.1.1 97 3/25/2024
4.1.0 87 3/25/2024
4.0.34 121 3/1/2024
4.0.33 91 3/1/2024
4.0.32 93 3/1/2024
4.0.30 109 3/1/2024
4.0.29 92 2/29/2024
4.0.28 81 2/29/2024
4.0.27 71 2/27/2024
4.0.26 87 2/26/2024
4.0.25 76 2/23/2024
4.0.24 77 2/23/2024
4.0.23 85 2/21/2024
4.0.22 101 2/19/2024
4.0.21 97 2/19/2024
4.0.20 89 2/19/2024
4.0.19 100 2/16/2024
4.0.18 97 2/15/2024
4.0.17 101 2/15/2024
4.0.16 91 2/15/2024
4.0.15 87 2/15/2024
4.0.14 102 2/8/2024
4.0.13 95 2/8/2024
4.0.12 87 2/2/2024
4.0.11 86 2/2/2024
4.0.10 79 2/1/2024
4.0.9 89 1/31/2024
4.0.8 74 1/30/2024
4.0.7 95 1/24/2024
4.0.6 85 1/19/2024
4.0.5 81 1/18/2024
4.0.4 100 1/17/2024
4.0.3 102 1/12/2024
4.0.2 101 1/10/2024
4.0.1 88 1/10/2024
4.0.0 145 1/9/2024