Welcome to CoreXF documentation
This is version 1.x of the CoreXF framework. The main goal of the framework is to help modularizing existing ASP.NET Core 2.x (or higher) applications as well as to assist in building new ones as extensible software pieces.
These are the main topics which, hopefully, will help in determining if it suits ones needs, how to get started with the framework, using it the best way, requesting new features, and reporting bugs.
Contents
- Interface implementation
- MVC application as an extension
- Exporting ViewComponents
- Extending with TagHelpers
Architecture Overview (yet to come)
Advanced Topics (incomplete, expected to change)
Roadmap (incomplete, expected to change)
NuGet Packages
Both CoreXF.Abstractions and CoreXF.Framework are published in nuget.org. To install any of the packages, please use the PMC commands below:
Install-Package CoreXF.Abstractions -Version 1.1.10
Install-Package CoreXF.Framework -Version 1.1.1
NOTE: Despite the efforts to keep the doc in sync with the newest version, the one displayed may be deprecated in nuget.org, so please, follow the links above to find out which is the last one.