diff --git a/docs/en/Samples/Index.md b/docs/en/Samples/Index.md index bddbd6eaae..0c9ce68886 100644 --- a/docs/en/Samples/Index.md +++ b/docs/en/Samples/Index.md @@ -47,4 +47,10 @@ While there is no Razor Pages & MongoDB combination, you can check both document * Related "[How To](../How-To/Index.md)" documents: * [Azure Active Directory Authentication](../How-To/Azure-Active-Directory-Authentication-MVC.md) * [Customize the Login Page](../How-To/Customize-Login-Page-MVC.md) - * [Customize the SignIn Manager](../How-To/Customize-SignIn-Manager.md) \ No newline at end of file + * [Customize the SignIn Manager](../How-To/Customize-SignIn-Manager.md) +* **Empty ASP.NET Core Application**: The most basic ASP.NET Core application with the ABP Framework installed. + * [Source code](https://github.com/abpframework/abp-samples/tree/master/BasicAspNetCoreApplication) + * [Documentation](../Getting-Started-AspNetCore-Application.md) +* **Empty Console Application**: The most basic console application with the ABP Framework installed. + * [Source code](https://github.com/abpframework/abp-samples/tree/master/BasicConsoleApplication) + * [Documentation](../Getting-Started-Console-Application.md) \ No newline at end of file