DOCUMENTATION

DOCUMENTATION

  • Official Web Site

›General

Before We Start

  • What is Net Core Genesis
  • Prerequisites
  • Software Architecture
  • Future Vision

Getting Started

  • Release Notes
  • Direct Download as Boilerplate
  • Download AutoCode Solution Generator
  • Using AutoCode Solution Generator
  • Run Your Web Application
  • Tutorial

General

  • API Layer
  • Authentication & Authorization
  • Blockchain
  • Built-in UI Components
  • CLI Commands
  • Communication Middleware
  • Configuration
  • Data Access
  • Demo & Live Preview
  • Distributed Cache
  • Elastic Stack
  • Exception Handling
  • Folder Structures
  • Fundamentals
  • Genesis Database
  • Grid
  • JSON-Based UI Screen Rendering
  • Localization
  • Logging
  • Management Module
  • Microservice Architecture
  • Multi-Tenancy
  • Queuing & Message Broker
  • Adding New Page
  • Scheduler & Background Jobs
  • Workflow

FAQ

  • Security
  • Custom UI Pages
  • Backend Questions
  • UI Questions
  • Useful Documents

Server & System

  • Server Requirements
  • Server Setup & Deployment
  • Deploy on Web Server
  • DevOps & Dockerization
  • Performance & Scalability
  • CI/CD Management

Other

  • 3rd Party Licences
  • BaGet Server Installation

Blockchain

Net Core Genesis has a unique place among its competitors with the blockchain module it offers.

When you purchase a suitable license, you can get ready-made smart contract codes such as KYC (Know your customer) that you can use on Ethereum / Quorum, HyperLedger Fabric and EOS blockhain platforms.

In the upcoming versions, you will be able to send your data to a distributed ledger (especially to the Ethereum testnet), which you can easily manage with model and property-based attributes without knowing any blockchain coding.

Please contact us for further info.

[HttpPost("getById")]
[ClaimRequirement(ActionType.GetRecord)]
[BlockchainLog] // only add the attribute to push req-res data to blockchain
public ResponseWrapper<CoreCompany> GetById([FromBody] CoreCompany request)
{
    var genericResponse = new ResponseWrapper<CoreCompany>();

    ...
    ...
}
Last updated on 12/10/2020
← Authentication & AuthorizationBuilt-in UI Components →
Copyright © 2021 Net Core Genesis
www.NetCoreGenesis.com