Flexbase
CtrlK
  • Flexbase
  • Introduction
  • #JoyofCoding with Flexbase
  • Before getting started
  • Core Concepts
    • Flexbase
    • Architecture Overview
    • Flexbase Edge
    • Domain-Driven Design
    • Post Production Impact
    • Flexbase and Gen AI
    • Separate Command And Query
    • Build Applications that Scale
    • Modular Monolith / Microservices
    • How Much Abstraction
  • Thinking in Flexbase
    • 🔄Flexbase Control Flow
    • 🏗️Features and Modules
  • Sample Application
  • Solution Structure
    • Getting Started
      • Application
        • Introduction to Solution
        • Common Configurations
        • Default Bus Configuration
        • EFCore Configuration
      • Features
        • Understanding Feature
        • Use Case
        • CRUD
          • Insert Example
          • Update Example
          • Delete Example
          • Soft Delete Example
          • Get By Id Example
          • Get List Example
          • Get Single Example
          • Get Paged List Example
      • Workflow State Machine
  • Konarch
Powered by GitBook
On this page
  1. Solution Structure
  2. Getting Started
  3. Features

CRUD

Insert ExampleUpdate ExampleDelete ExampleSoft Delete ExampleGet By Id ExampleGet List ExampleGet Single ExampleGet Paged List Example
PreviousUse CaseNextInsert Example