Creating the Initial Solution

Follow the Get Stared guide to create a new layered web application with the following configuration:

  • Solution name: ModularCrm
  • UI Framework: ASP.NET Core MVC / Razor Pages
  • Database Provider: Entity Framework Core

You can select the other options based on your preference.

Please complete the Get Stared guide and run the web application before going further.

The initial solution structure should be like the following in ABP Studio's Solution Explorer:

solution-explorer-modular-crm-initial

Initially, you see a ModularCrm solution and a ModularCrm module under that solution.

An ABP Studio module is typically a .NET solution and an ABP Studio solution is an umbrella concept for multiple .NET Solutions (see the concepts document for more).

ModularCrm module is your main application, which is a layered .NET solution that consists of several packages (.NET projects). You can expand the ModularCrm module to see its packages:

solution-explorer-modular-crm-expanded

Summary

We've created the initial layered monolith solution. In the next part, we will learn how to create a new application module and install it to the main application.


Contributors


Last updated: September 04, 2024 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

ABP Studio: The Missing Tool for .NET Developers

15 Aug, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More