Creating the Initial Solution

Follow the Get Started guide to create a single layer 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 Started 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).

The ModularCrm module is the core of your application, built as a single-layer ASP.NET Core Web application. You can expand the ModularCrm module to see:

solution-explorer-modular-crm-expanded

Summary

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


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

Layered vs Modular vs Microservices... Which one is best for you?

09 Jan, 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