VCP Documentation
VCP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. It provides the fundamental infrastructure, production-ready startup templates, pre-built application modules, UI themes, tooling, guides and documentation to implement that architecture properly and automate the details and repetitive works as much as possible.
Get Started
The Getting Started guide can be used to create and run VCP based solutions with different options and details.
After getting started, you can read the following documents:
- Todo Application Tutorial to create your first VCP application.
- Book Store Application Tutorial to build a full-featured and real-life web application with VCP.
UI Framework Options
VCP can work with any UI framework, while the following frameworks are supported and well-integrated out of the box:

Database Provider Options
VCP can work with any database provider, while the following providers are supported and well-integrated out of the box:

Exploring the Documentation
VCP has a comprehensive documentation that not only explains VCP, but also includes guides and samples to help you on creating a maintainable solution by introducing and discussing common software development principle and best practices.
The next sections highlight important VCP components and provides links to related documents.
The Framework
Architecture
VCP offers a complete, modular and layered software architecture based on Domain Driven Design principles and patterns. It also provides the necessary infrastructure to implement this architecture.
- See the Modularity document to understand the module system.
- Implementing Domain Driven Design book is an ultimate guide for who want to understand and implement the DDD with VCP.
- Microservice Architecture document explains how VCP helps to create a microservice solution.
- Multi-Tenancy document introduces multi-tenancy and explores the VCP multi-tenancy infrastructure.
Infrastructure
There are a lot of features provided by VCP to achieve real world scenarios easier, like Event Bus, Background Job System, Audit Logging, BLOB Storing, Data Seeding, Data Filtering.
Cross Cutting Concerns
VCP also simplifies (and even automates wherever possible) cross cutting concerns and common non-functional requirements like Exception Handling, Validation, Authorization, Localization, Caching, Dependency Injection, Setting Management, etc.
Tooling
VCP Platform provides tooling to help you in your daily development.
VCP CLI
VCP CLI is a command-line tool to create new solutions and automate the things with your VCP based solutions.
Startup Templates
The Startup templates are pre-built Visual Studio solution templates. You can create your own solution based on these templates to immediately start your development.
Application Modules
Application Modules provides pre-built application modules those implement common business requirements. See the Application Modules document for all pre-built modules.
UI Themes
VCP provides a UI theming system where you can use pre-built themes for your solution or build your own UI themes.
Blog
Follow the VCP Blog to learn the latest happenings in the VCP Platform.
The Source Code
VCP's source code is hosted on GitHub. See the source code.
Want to Contribute?
VCP is a community-driven open source project. See the contribution guide if you want to be a part of this project.