├── README.md ├── README.tr.md └── README.zh-Hans.md /README.md: -------------------------------------------------------------------------------- 1 | English|[简体中文](README.zh-Hans.md) | [Türkçe](README.tr.md) 2 | 3 | # Awesome ABP! 4 | 5 | A categorized list of [ABP](https://github.com/abpframework/abp) related resources. 6 | 7 | ## Table of Contents 8 | 9 | - [Official Links](#official-links) 10 | - [Other Lists](#other-lists) 11 | - [Tutorials](#tutorials--articles) 12 | - [Events](#events) 13 | - [UI Themes](#ui-themes) 14 | - [Application Modules](#application-modules) 15 | - [Tools](#tools) 16 | - [NuGet / NPM Packages](#nuget--npm-packages) 17 | - [Video Trainings](#video-trainings) 18 | 19 | ## Official Links 20 | 21 | ### The official website 22 | 23 | * **[abp.io](https://abp.io/)** (home page for ABP Platform - including pro startup templates, features, modules, tooling and support -) 24 | * **[abp.io/docs](https://abp.io/docs/latest/)** (main documentation) 25 | * **[abp.io/community](https://abp.io/community/)** (posts and events related to ABP and .NET) 26 | * **[abp.io/blog](https://abp.io/blog/)** (official blog for the latest news and releases) 27 | 28 | ### Other official links 29 | 30 | * [**twitter**.com/abpframework](https://twitter.com/abpframework) 31 | * [**discord**.gg/abp](https://discord.gg/abp) 32 | * [**stackoverflow**.com/questions/tagged/abp](https://stackoverflow.com/questions/tagged/abp) 33 | * [**github**.com/abpframework](https://github.com/abpframework) 34 | 35 | ## Other Lists 36 | 37 | * [Awesome ABP](https://github.com/EasyAbp/awesome-abp) (by EasyAbp Community): A list of ABP related resources, just like this repository. 38 | 39 | ## Tutorials / Articles 40 | 41 | ### Official Tutorials 42 | 43 | * [Getting Started](https://abp.io/docs/latest/get-started/layered-web-application): Create an application with ABP and make it ready for development. 44 | * [Quick Start](https://abp.io/docs/latest/tutorials/todo): Get started with ABP and create a simple TODO application. 45 | * [Web Application Development](https://abp.io/docs/latest/tutorials/book-store/part-01): 10-parts tutorial to create a full featured web application. 46 | 47 | ### Community Posts 48 | 49 | See [abp.io/community/articles](https://abp.io/community/articles) for the latest articles posted by the core ABP team and the ABP community. 50 | 51 | ## Events 52 | 53 | You can check the following list for the online events, demos, and Q&A sessions organized by the ABP team: 54 | 55 | * [ABP Community Talks](https://www.youtube.com/playlist?list=PLsNclT2aHJcOsPustEkzG6DywiO8eh0lB) 56 | * [ABP .NET Conference 2023](https://www.youtube.com/playlist?list=PLsNclT2aHJcPTA3D4fIF10fsbhbckEbBC) 57 | * [ABP Dotnet Conference 2024](https://www.youtube.com/playlist?list=PLsNclT2aHJcNbSrRbO4K36Pm0Pa8MDC-A) 58 | 59 | > Don't forget to subscribe to [our YouTube channel](https://www.youtube.com/c/Volosoft) to inform what's new in ABP! 60 | 61 | ## UI Themes 62 | 63 | ### Official Themes 64 | 65 | * [Basic Theme](https://abp.io/docs/latest/framework/ui/mvc-razor-pages/basic-theme): A minimalist theme that doesn't add any styling on top of the plain Bootstrap. You can take the Basic Theme as the base theme and build your own theme or styling on top of it. 66 | * [Lepton Theme](https://abp.io/docs/latest/ui-themes/lepton): A professional UI theme with multiple color and style options. 67 | * [LeptonX Theme](https://x.leptontheme.com/): A modern, responsive and flexible UI theme. This is the recommended theme for new applications. It has two versions: 68 | * [LeptonX Lite](https://abp.io/docs/latest/ui-themes/lepton-x-lite/asp-net-core): Free version with less features and options. 69 | * [LeptonX](https://abp.io/docs/latest/ui-themes/lepton-x/mvc): Full version with all the features and options. 70 | 71 | ## Application Modules 72 | 73 | An application module provides a fully implemented application/business functionality, typically with its own entities, services, APIs and UI components. 74 | 75 | ### Open Source / Free Modules 76 | 77 | #### Official Open Source / Free Modules 78 | 79 | These application modules are created and maintained by the core ABP team. 80 | 81 | * [Account](https://abp.io/docs/latest/Modules/Account): Provides UI for the account management and allows user to login/register to the application. 82 | * [Audit Logging](https://abp.io/docs/latest/Modules/Audit-Logging): Persists audit logs to a database. 83 | * [Background Jobs](https://abp.io/docs/latest/Modules/Background-Jobs): Persist background jobs when using the default background job manager. 84 | * [Blogging](https://abp.io/modules/Volo.Blogging): Create and manage your own blogs (Not developed anymore, use the [CMS Kit](https://abp.io/docs/latest/Modules/Cms-Kit/Index) [blogging feature](https://abp.io/docs/latest/Modules/Cms-Kit/Blogging) instead). 85 | * [CMS Kit](https://abp.io/docs/latest/Modules/Cms-Kit/Index): A set of reusable *Content Management System* features. 86 | * [Docs](https://abp.io/docs/latest/Modules/Docs): Used to create technical documentation website. ABP's [own documentation](https://abp.io/docs) already using this module. 87 | * [Feature Management](https://abp.io/docs/latest/Modules/Feature-Management): Used to persist and manage the [features](https://abp.io/docs/latest/framework/infrastructure/features). 88 | * [Identity](https://abp.io/docs/latest/Modules/Identity): Manages organization units, roles, users and their permissions, based on the Microsoft Identity library. 89 | * [IdentityServer](https://abp.io/docs/latest/Modules/IdentityServer): Integrates to IdentityServer4. 90 | * [OpenIddict](https://abp.io/docs/latest/Modules/OpenIddict): Integrates to OpenIddict. 91 | * [Permission Management](https://abp.io/docs/latest/Modules/Permission-Management): Used to persist permissions. 92 | * [Setting Management](https://abp.io/docs/latest/Modules/Setting-Management): Used to persist and manage the [settings](https://abp.io/docs/latest/framework/infrastructure/settings). 93 | * [Tenant Management](https://abp.io/docs/latest/Modules/Tenant-Management): Manages tenants for a [multi-tenant](https://abp.io/docs/latest/framework/architecture/multi-tenancy) application. 94 | 95 | ### Commercial Modules 96 | 97 | #### Official Commercial Modules 98 | 99 | * [Account](https://abp.io/modules/Volo.Account.Pro): Login, register, forgot password, email activation, social logins and other account related functionalities. 100 | * [Audit Logging](https://abp.io/modules/Volo.AuditLogging.Ui): Reporting the user audit logs and entity histories in details. 101 | * [Chat](https://abp.io/modules/Volo.Chat): Real time messaging between users. 102 | * [CMS Kit](https://abp.io/modules/Volo.CmsKit.Pro): Building blocks to create your own Content Management System. 103 | * [File Management](https://abp.io/modules/Volo.FileManagement): Upload, download and organize files in a hierarchical folder structure. 104 | * [Forms](https://abp.io/modules/Volo.Forms): Create forms and surveys to your users. 105 | * [GDPR](https://abp.io/modules/Volo.Gdpr): Allows users to download and delete their personal data collected by the application. 106 | * [Identity](https://abp.io/modules/Volo.Identity.Pro): User, role, organization unit and permission management. 107 | * [Identity Server UI](https://abp.io/modules/Volo.Identityserver.Ui): Managing the identity server objects like clients, API resources, identity resources, secrets, application URLs, claims and more. 108 | * [Language Management](https://abp.io/modules/Volo.LanguageManagement): Add or remove languages and localize the application UI on the fly. 109 | * [Payment](https://abp.io/modules/Volo.Payment): Provides integration for various payment gateways. 110 | * [SaaS](https://abp.io/modules/Volo.Saas): Manage tenants, editions and features to create your multi-tenant / SaaS application. 111 | * [Text Template Management](https://abp.io/modules/Volo.TextTemplateManagement): Edit text/email templates on the user interface. 112 | * [Twilio SMS](https://abp.io/modules/Volo.Abp.Sms.Twilio): Sends SMS over Twilio Cloud service. 113 | 114 | ## Tools 115 | 116 | * [ABP CLI](https://abp.io/docs/latest/CLI): Official CLI for the ABP Platform. 117 | * [ABP Suite](https://abp.io/suite): A tool to automatically generate fully layered CRUD-style pages, install and download source of the application modules. This tool can only be used by active license owners. 118 | * [ABP Studio](https://abp.io/studio): ABP Studio is a cross-platform desktop application that aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run and deploy your solutions much easier. 119 | * [AbpDevTools](https://github.com/enisn/AbpDevTools): Unofficial a CLI application that includes a set of tools to make development with ABP easier. 120 | 121 | ## NuGet / NPM Packages 122 | 123 | * [All the official NuGet and NPM packages](https://abp.io/packages) 124 | 125 | ## Video Trainings 126 | 127 | Check **[abp.io/community](https://abp.io/community/)** website for the latest video posts for ABP and .NET. Here, we list some of the posts published there and other platforms. 128 | 129 | ### English 130 | 131 | * [.NET Microservices with ABP - Full Series](https://abp.io/community/videos/.net-microservice-with-abp-full-series-m6opqjb1) 132 | 133 | ### Non-English 134 | 135 | #### Türkçe (Turkish) 136 | 137 | * [ABP & Blazor ile kapsamlı bir eğitim seti](https://www.udemy.com/course/web-tabanli-on-muhasebe-1-5/) (Udemy, toplam 100 saat) 138 | * [ABP Framework Eğitim Serisi](https://www.youtube.com/watch?v=JvwPpSTEAvg&list=PLBEMB-Eql15s3kaMvQ6pIobVk492a7s9j&index=1) (YouTube, ücretsiz) 139 | -------------------------------------------------------------------------------- /README.tr.md: -------------------------------------------------------------------------------- 1 | [English](README.md)|[简体中文](README.zh-Hans.md) | Türkçe 2 | 3 | # Awesome ABP! 4 | 5 | [ABP](https://github.com/abpframework/abp) ile ilgili kaynakların kategorize edilmiş bir listesi. 6 | 7 | ## İçindekiler 8 | 9 | - [Resmi Bağlantılar](#resmi-bağlantılar) 10 | - [Diğer Listeler](#diğer-listeler) 11 | - [Öğreticiler / Makaleler](#öğreticiler--makaleler) 12 | - [Etkinlikler](#etkinlikler) 13 | - [Temalar](#temalar) 14 | - [Uygulama Modülleri](#uygulama-modülleri) 15 | - [Araçlar](#araçlar) 16 | - [NuGet / NPM Paketleri](#nuget--npm-paketleri) 17 | - [Video Eğitimler](#video-eğitimler) 18 | 19 | ## Resmi Bağlantılar 20 | 21 | ### Resmi web-siteleri 22 | 23 | * **[abp.io](https://abp.io/)** (ABP Platform'u için anasayfa - ücretli başlangıç şablonları, özellikleri, modülleri, araçları ve desteği içerir -) 24 | * **[abp.io/docs](https://abp.io/docs/latest/)** (dökümantasyon) 25 | * **[abp.io/community](https://abp.io/community/)** (ABP ve .NET ile ilgili gönderiler ve etkinlikler) 26 | * **[abp.io/blog](https://abp.io/blog/)** (en son haberler ve sürümler için resmi blog) 27 | 28 | ### Diğer resmi bağlantılar 29 | 30 | * [**twitter**.com/abpframework](https://twitter.com/abpframework) 31 | * [**discord**.gg/abp](https://discord.gg/abp) 32 | * [**stackoverflow**.com/questions/tagged/abp](https://stackoverflow.com/questions/tagged/abp) 33 | * [**github**.com/abpframework](https://github.com/abpframework) 34 | 35 | ## Diğer Listeler 36 | 37 | * [Awesome ABP](https://github.com/EasyAbp/awesome-abp) (EasyAbp Topluluğu tarafından): ABP ile ilgili kaynakların listelendiği bir repository. 38 | 39 | ## Öğreticiler / Makaleler 40 | 41 | ### Resmi Öğreticiler 42 | 43 | * [Başlarken](https://abp.io/docs/latest/get-started/layered-web-application): ABP ile bir uygulama oluşturun ve geliştirmeye başlayın. 44 | * [Hızlı Başlangıç](https://abp.io/docs/latest/tutorials/todo): ABP kullanmaya başlayın ve basit bir TODO uygulaması oluşturun. 45 | * [Web Uygulama Geliştirme](https://abp.io/docs/latest/tutorials/book-store/part-01): Tam özellikli bir web uygulaması oluşturmak için 10 bölümlük bir eğitim serisi. 46 | 47 | ### Topluluk Gönderileri 48 | 49 | ABP takımı ve ABP topluluğu tarafından yayınlanan en son makaleleri görmek için [abp.io/community/articles](https://abp.io/community/articles) adresini ziyaret edin. 50 | 51 | ## Etkinlikler 52 | 53 | ABP ekibi tarafından düzenlenen çevrimiçi etkinlikler, demolar ve soruc-cevap oturumları için aşağıdaki listeye göz atabilirsiniz: 54 | 55 | * [ABP Community Talks](https://www.youtube.com/playlist?list=PLsNclT2aHJcOsPustEkzG6DywiO8eh0lB) 56 | * [ABP .NET Conference 2023](https://www.youtube.com/playlist?list=PLsNclT2aHJcPTA3D4fIF10fsbhbckEbBC) 57 | * [ABP Dotnet Conference 2024](https://www.youtube.com/playlist?list=PLsNclT2aHJcNbSrRbO4K36Pm0Pa8MDC-A) 58 | 59 | > ABP'deki yeniliklerden haberdar olmak için [YouTube kanalımıza](https://www.youtube.com/c/Volosoft) abone olmayı unutmayın! 60 | 61 | ## Temalar 62 | 63 | ### Resmi Temalar 64 | 65 | * [Basic Theme](https://abp.io/docs/latest/framework/ui/mvc-razor-pages/basic-theme): Bootstrap ile oluşturulmuş minimalist bir tema. Basic Theme üzerine kendi temanızı ve stilinizi oluşturabilirsiniz. 66 | * [Lepton Theme](https://abp.io/docs/latest/ui-themes/lepton): Birden çok renk ve stil seçeneğine sahip profesyonel bir UI teması. 67 | * [LeptonX Theme](https://x.leptontheme.com/): Modern, responsive ve esnek bir UI teması. Yeni uygulamalar için önerilen temadır. İki versiyonu vardı: 68 | * [LeptonX Lite](https://abp.io/docs/latest/ui-themes/lepton-x-lite/asp-net-core): Daha az özellik ve seçeneğe sahip ücretsiz sürüm. 69 | * [LeptonX](https://abp.io/docs/latest/ui-themes/lepton-x/mvc): Tüm özellikler ve seçeneklerle birlikte tam sürüm. 70 | 71 | ## Uygulama Modülleri 72 | 73 | Bir uygulama modülü, genellikle kendi entityleri, servisleri, API'leri ve UI bileşenleri ile tam olarak uygulanmış bir uygulama/iş işlevselliği sağlar. 74 | 75 | ### Açık Kaynak / Ücretsiz Modüller 76 | 77 | #### Resmi Açık Kaynak / Ücretsiz Modüller 78 | 79 | Bu uygulama modülleri, ABP ekibi tarafından oluşturulur ve sürdülür. 80 | 81 | * [Account](https://abp.io/docs/latest/Modules/Account): Hesap yönetimi için kullanıcı arabirimi sağlar ve kullanıcının uygulamada oturum açmasına/kayıt olmasına izin verir. 82 | * [Audit Logging](https://abp.io/docs/latest/Modules/Audit-Logging): Denetim günlüklerini (audit-logs) bir veritabanında saklar. 83 | * [Background Jobs](https://abp.io/docs/latest/Modules/Background-Jobs): Arka planda işlemler gerçekleştirirken, bunları veritabanında saklayın ve yönetin. 84 | * [Blogging](https://abp.io/modules/Volo.Blogging): Kendi bloglarınızı oluşturun ve yönetin (Artık geliştirilmiyor, bunun yerine [CMS Kit modülünün](https://abp.io/docs/latest/Modules/Cms-Kit/Index) [blogging özelliğini](https://abp.io/docs/latest/Modules/Cms-Kit/Blogging) kullanın). 85 | * [CMS Kit](https://abp.io/docs/latest/Modules/Cms-Kit/Index): Yeniden kullanılabilir *İçerik Yönetim Sistemi* özellikleri sağlar. 86 | * [Docs](https://abp.io/docs/latest/Modules/Docs): Teknik dokümantasyon web sitesi oluşturmak için kullanılır. Şuan ABP'nin [kendi dökümanları](https://abp.io/docs) bu modülü kullanmaktadır. 87 | * [Feature Management](https://abp.io/docs/latest/Modules/Feature-Management): [Özellikleri](https://abp.io/docs/latest/framework/infrastructure/features) sürdürmek ve yönetmek için kullanılır. 88 | * [Identity](https://abp.io/docs/latest/Modules/Identity): Organizasyon birimlerini, rolleri, kullanıcıları ve bunların izinlerini Microsoft Identity kütüphanesine dayanarak yönetir. 89 | * [IdentityServer](https://abp.io/docs/latest/Modules/IdentityServer): IdentityServer4 ile entegre olur. 90 | * [OpenIddict](https://abp.io/docs/latest/Modules/OpenIddict): OpenIddict ile entegre olur. 91 | * [Permission Management](https://abp.io/docs/latest/Modules/Permission-Management): İzinleri sürdürmek için kullanılır. 92 | * [Setting Management](https://abp.io/docs/latest/Modules/Setting-Management): [Ayarları](https://abp.io/docs/latest/framework/infrastructure/Settings) sürdürmek ve yönetmek için kullanılır. 93 | * [Tenant Management](https://abp.io/docs/latest/Modules/Tenant-Management): [Multi-tenant](https://abp.io/docs/latest/framework/architecture/multi-tenancy) bir uygulamadaki tenantları yönetmeyi sağlar. 94 | 95 | ### Commercial Modüller 96 | 97 | #### Resmi Commercial Modüller 98 | 99 | * [Account](https://abp.io/modules/Volo.Account.Pro): Giriş, kayıt, şifremi unuttum, e-posta aktivasyonu, sosyal girişler ve hesapla ilgili diğer işlevleri sağlar. 100 | * [Audit Logging](https://abp.io/modules/Volo.AuditLogging.Ui): Kullanıcı denetleme günlüklerinin ve varlık geçmişlerinin ayrıntılı olarak raporlanması. 101 | * [Chat](https://abp.io/modules/Volo.Chat): Kullanıcılar arasında gerçek zamanlı mesajlaşma. 102 | * [CMS Kit](https://abp.io/modules/Volo.CmsKit.Pro): Kendi *İçerik Yönetim Sisteminizi* oluşturmak için yardımcı olur. 103 | * [File Management](https://abp.io/modules/Volo.FileManagement): Dosyaları hiyerarşik bir klasör yapısında yükleyin, indirin ve düzenleyin. 104 | * [Forms](https://abp.io/modules/Volo.Forms): Kullanıcılarınız için formlar ve anketler oluşturun. 105 | * [GDPR](https://abp.io/modules/Volo.Gdpr): Kullanıcıların, uygulama tarafından toplanan kişisel verilerini indirmelerine ve silmelerine izin verir. 106 | * [Identity](https://abp.io/modules/Volo.Identity.Pro): Kullanıcı, rol, organizasyon birimi ve izin yönetimi. 107 | * [Identity Server UI](https://abp.io/modules/Volo.Identityserver.Ui): İstemciler, API kaynakları, kimlik kaynakları, sırlar, uygulama URL'leri, talepler ve daha fazlası gibi kimlik sunucusu nesnelerini yönetme. 108 | * [Language Management](https://abp.io/modules/Volo.LanguageManagement): Dilleri ekleyin veya kaldırın ve uygulama kullanıcı arabirimini anında yerelleştirin. 109 | * [Payment](https://abp.io/modules/Volo.Payment): Çeşitli ödeme ağ geçitleri için entegrasyon sağlar. 110 | * [SaaS](https://abp.io/modules/Volo.Saas): Multi-tenant / SaaS uygulamanızı oluşturmak için kiracıları, sürümleri ve özellikleri yönetin. 111 | * [Text Template Management](https://abp.io/modules/Volo.TextTemplateManagement): UI üzerinden metin/e-posta şablonlarını düzenleyin. 112 | * [Twilio SMS](https://abp.io/modules/Volo.Abp.Sms.Twilio): Twilio Cloud hizmeti üzerinden SMS gönderir. 113 | 114 | ## Araçlar 115 | 116 | * [ABP CLI](https://abp.io/docs/latest/CLI): ABP için resmi CLI. 117 | * [ABP Suite](https://abp.io/suite): Tam katmanlı CRUD sayfalarını otomatik olarak oluşturmak, uygulama modüllerinin kaynağını yüklemek ve indirmek için kullanılan bir araçtır. Bu aracı sadece aktif lisans sahipleri kullanabilir. 118 | * [ABP Studio](https://abp.io/studio): ABP Studio, sıklıkla yapılan işleri otomatikleştirerek, çözümünüz hakkında bilgiler sağlayan, çözümlerinizi geliştirmeyi, çalıştırmayı ve dağıtmayı çok daha kolay hale getirerek sizin için rahat bir geliştirme ortamı sağlamayı amaçlayan, cross-platform bir masaüstü uygulamasıdır. 119 | * [AbpDevTools](https://github.com/enisn/AbpDevTools): ABP ile geliştirmeyi kolaylaştırmak için bir dizi araç içeren bir CLI uygulaması. 120 | 121 | ## NuGet / NPM Paketleri 122 | 123 | * [Tüm resmi NuGet ve NPM paketleri](https://abp.io/packages) 124 | 125 | ## Video Eğitimler 126 | 127 | ABP ve .NET ile ilgili en son video gönderileri için **[abp.io/community](https://abp.io/community/)** web sitesini ziyaret edin. Bu websitesinde, ilgili websitesinde ve diğer kaynaklarda yayınlanan gönderileri görebilirsiniz. 128 | 129 | ### İngilizce 130 | 131 | * [.NET Microservices with ABP - Full Series](https://abp.io/community/videos/.net-microservice-with-abp-full-series-m6opqjb1) 132 | 133 | ### İngilizce Dışındaki Eğitimler 134 | 135 | #### Türkçe (Turkish) 136 | 137 | * [ABP & Blazor ile kapsamlı bir eğitim seti](https://www.udemy.com/course/web-tabanli-on-muhasebe-1-5/) (Udemy, toplam 100 saat) 138 | * [ABP Framework Eğitim Serisi](https://www.youtube.com/watch?v=JvwPpSTEAvg&list=PLBEMB-Eql15s3kaMvQ6pIobVk492a7s9j&index=1) (YouTube, ücretsiz) -------------------------------------------------------------------------------- /README.zh-Hans.md: -------------------------------------------------------------------------------- 1 | [English](https://github.com/abpframework/awesome-abp/blob/main/README.md) | 简体中文 | [Türkçe](README.tr.md) 2 | 3 | # Awesome ABP! 4 | 5 | [ABP Framework](https://github.com/abpframework/abp) 相关资源的分类清单. 6 | 7 | ## 目录 8 | - [Awesome ABP!](#awesome-abp) 9 | - [目录](#目录) 10 | - [一、官方链接](#一官方链接) 11 | - [1、官方站点](#1官方站点) 12 | - [2、其他官方链接](#2其他官方链接) 13 | - [二、其他清单](#二其他清单) 14 | - [三、教程/博文](#三教程博文) 15 | - [1、官方教程](#1官方教程) 16 | - [2、社区博文](#2社区博文) 17 | - [3、其他教程](#3其他教程) 18 | - [四、UI主题](#四ui主题) 19 | - [1、官方主题](#1官方主题) 20 | - [2、社区开源主题](#2社区开源主题) 21 | - [五、应用模块](#五应用模块) 22 | - [1、开源/免费模块](#1开源免费模块) 23 | - [1.1、官方开源/免费模块](#11官方开源免费模块) 24 | - [1.2、社区开源模块](#12社区开源模块) 25 | - [2、商业化模块](#2商业化模块) 26 | - [2.1、官方商业化模块](#21官方商业化模块) 27 | - [六、工具](#六工具) 28 | - [七、NuGet / NPM 软件包](#七nuget--npm-软件包) 29 | - [八、视频教程](#八视频教程) 30 | - [1、英文版](#1英文版) 31 | - [2、其他语言](#2其他语言) 32 | - [2.1、Türkçe (土耳其语)](#21türkçe-土耳其语) 33 | 34 | 35 | ## 一、官方链接 36 | 37 | ### 1、官方站点 38 | 39 | * **[abp.io](https://abp.io/)** (主页) 40 | * **[abp.io/docs](https://abp.io/docs/latest/)** (开发文档) 41 | * **[abp.io/community](https://abp.io/community/)** (ABP社区) 42 | * **[abp.io/blog](https://abp.io/blog/)** (官方博客) 43 | 44 | ### 2、其他官方链接 45 | 46 | * [**twitter**.com/abpframework](https://twitter.com/abpframework) 47 | * [**discord**.gg/abp](https://discord.gg/abp) 48 | * [**stackoverflow**.com/questions/tagged/abp](https://stackoverflow.com/questions/tagged/abp) 49 | * [**github**.com/abpframework](https://github.com/abpframework) 50 | 51 | ## 二、其他清单 52 | 53 | * [Awesome ABP](https://github.com/EasyAbp/awesome-abp) (EasyAbp社区) 54 | 55 | ## 三、教程/博文 56 | 57 | ### 1、官方教程 58 | 59 | * [Getting Started](https://abp.io/docs/latest/get-started/layered-web-application): 使用ABP框架创建一个脚手架应用以快速开始开发. 60 | * [Quick Start](https://abp.io/docs/latest/tutorials/todo): 开始使用ABP框架并创建一个简单的TODO应用程序. 61 | * [Web Application Development](https://abp.io/docs/latest/tutorials/book-store/part-01): 10步教你快速创建一个全功能的web应用程序. 62 | 63 | ### 2、社区博文 64 | 65 | ​ 关注 [abp.io/articles](https://abp.io/community/articles)了解更多关于ABP框架核心团队和社区发布的最新文章. 66 | 67 | ### 3、其他教程 68 | 69 | ​ TODO... 70 | 71 | ## 四、UI主题 72 | 73 | ### 1、官方主题 74 | 75 | * [Basic Theme](https://abp.io/docs/latest/framework/ui/mvc-razor-pages/basic-theme): 基于Bootstrap框架构建的一个简约主题,并且未新增任何新的样式。你可以把它作为基础主题,并且在此基础上构建自己的主题或样式. 76 | * [Lepton Theme](https://abp.io/docs/latest/ui-themes/lepton): 一个专业的UI主题,有多种颜色和风格选项. 77 | * [LeptonX Theme](https://x.leptontheme.com/): 一个现代的、响应式的、灵活的UI主题,新的应用程序推荐使用这个主题。它有两个版本: 78 | * [LeptonX Lite](https://abp.io/docs/latest/ui-themes/lepton-x-lite/asp-net-core): 免费版缺少一些高级功能和配置选项 79 | * [LeptonX](https://abp.io/docs/latest/ui-themes/lepton-x/asp-net-core): 具有所有功能和配置选项的完整版本 80 | 81 | ### 2、社区开源主题 82 | 83 | ​ TODO... 84 | 85 | ## 五、应用模块 86 | 87 | ​ 一个应用模块提供一个完整的、独立实现的应用且包含业务功能,它们通常有自己的实体、服务、API和UI组件. 88 | 89 | ### 1、开源/免费模块 90 | 91 | #### 1.1、官方开源/免费模块 92 | 93 | ​ 以下这些应用模块都是由ABP核心团队创建和维护的. 94 | 95 | * [Account](https://abp.io/docs/latest/Modules/Account): 为账户管理提供用户界面,允许用户登录/注册应用程序. 96 | * [Audit Logging](https://abp.io/docs/latest/Modules/Audit-Logging): 将审计日志持久化到数据库中. 97 | * [Background Jobs](https://abp.io/docs/latest/Modules/Background-Jobs): 一个在后台持久运行的任务管理模块. 98 | * [Blogging](https://abp.io/modules/Volo.Blogging): 创建和管理你自己的博客站点 (不再维护,请使用 [CMS Kit](https://abp.io/docs/latest/Modules/Cms-Kit/Index)或者[blogging feature](https://abp.io/docs/latest/Modules/Cms-Kit/Blogging) 作为替代品). 99 | * [CMS Kit](https://abp.io/docs/latest/Modules/Cms-Kit/Index): 一套可复用的内容管理系统套件模块. 100 | * [Docs](https://abp.io/docs/latest/Modules/Docs): 用于创建一个管理技术文档的站点. ABP框架[官方文档](https://abp.io/docs) 已经在使用这个模块. 101 | * [Feature Management](https://abp.io/docs/latest/Modules/Feature-Management): 系统功能管理模块[查看详情](https://abp.io/docs/latest/framework/infrastructure/features). 102 | * [Identity](https://abp.io/docs/latest/Modules/Identity): 基于微软官方身份认证库,用以管理组织、角色、用户和他们的权限. 103 | * [IdentityServer](https://abp.io/docs/latest/Modules/IdentityServer): 集成IdentityServer4. 104 | * [Permission Management](https://abp.io/docs/latest/Modules/Permission-Management): 用于权限管理以及持久化. 105 | * [Setting Management](https://abp.io/docs/latest/Modules/Setting-Management): 用于管理和持久化系统设置信息 [查看详情](https://abp.io/docs/latest/framework/infrastructure/settings). 106 | * [Tenant Management](https://abp.io/docs/latest/Modules/Tenant-Management): 租户系统[多租户](https://abp.io/docs/latest/framework/architecture/multi-tenancy)管理模块. 107 | 108 | #### 1.2、社区开源模块 109 | 110 | ​ TODO... 111 | 112 | ### 2、商业化模块 113 | 114 | #### 2.1、官方商业化模块 115 | 116 | * [Account](https://abp.io/modules/Volo.Account.Pro): 整合登录、注册、忘记密码、电子邮件激活、社交登录和其他账户相关功能. 117 | * [Audit Logging](https://abp.io/modules/Volo.AuditLogging.Ui): 用户审计日志以及实体变更历史报表. 118 | * [Chat](https://abp.io/modules/Volo.Chat): 在线即时通讯系统. 119 | * [CMS Kit](https://abp.io/modules/Volo.CmsKit.Pro): 构建定制化的内容管理系统. 120 | * [File Management](https://abp.io/modules/Volo.FileManagement): 文件管理系统(文件上传、下载、分层管理). 121 | * [Forms](https://abp.io/modules/Volo.Forms): 问卷调查系统. 122 | * [GDPR](https://abp.io/modules/Volo.Gdpr): 允许用户下载和删除应用程序收集的个人数据. 123 | * [Identity](https://abp.io/modules/Volo.Identity.Pro): 用户、角色、组织和权限管理. 124 | * [Identity Server UI](https://abp.io/modules/Volo.Identityserver.Ui): 用户身份认证管理服务,如客户端、API资源、身份资源、秘密、应用程序URL、claims等. 125 | * [Language Management](https://abp.io/modules/Volo.LanguageManagement): 系统UI本地化资源管理. 126 | * [Payment](https://abp.io/modules/Volo.Payment): 集成各种支付网关. 127 | * [SaaS](https://abp.io/modules/Volo.Saas): 管理租户、版本和功能,创建你的多租户或者SaaS应用程序. 128 | * [Text Template Management](https://abp.io/modules/Volo.TextTemplateManagement): 提供一个用于管理文本或邮件模版的管理系统. 129 | * [Twilio SMS](https://abp.io/modules/Volo.Abp.Sms.Twilio): 通过Twilio云服务发送短信. 130 | 131 | ## 六、工具 132 | 133 | * [ABP CLI](https://abp.io/docs/latest/CLI): ABP框架的官方CLI. 134 | * [ABP Suite](https://abp.io/suite): 自动生成基于分层结构的CRUD页面工具,并且安装和下载应用模块的源代码. 这个工具属于 [ABP商业版](https://abp.io/) 的一部分. 135 | * [ABP Studio](https://abp.io/studio): ABP Studio 是一个跨平台桌面应用程序,旨在通过自动化为您提供舒适的开发环境,提供有关您的解决方案的见解,使开发、运行和部署您的解决方案变得更加容易。 136 | * [AbpDevTools](https://github.com/enisn/AbpDevTools): 非官方的 CLI 应用程序,包含一组使 ABP 开发变得更容易的工具。 137 | 138 | ## 七、NuGet / NPM 软件包 139 | 140 | * [所有官方NuGet和NMP软件包](https://abp.io/packages) 141 | 142 | ## 八、视频教程 143 | 144 | ​ 请查看 **[abp.io/community](https://abp.io/community)** 网站,了解我们在这里或者其他平台发表的ABP框架和.NET相关的最新视频帖子,以下罗列了部分视频资源: 145 | 146 | ### 1、英文版 147 | 148 | * [基于ABP框架构建.NET微服务 - 全系列](https://abp.io/community/videos/.net-microservice-with-abp-full-series-m6opqjb1) 149 | 150 | ### 2、其他语言 151 | 152 | #### 2.1、Türkçe (土耳其语) 153 | 154 | * [ABP & Blazor ile kapsamlı bir eğitim seti](https://www.udemy.com/course/web-tabanli-on-muhasebe-1-5/) (Udemy, toplam 100 saat) 155 | * [ABP Framework Eğitim Serisi](https://www.youtube.com/watch?v=JvwPpSTEAvg&list=PLBEMB-Eql15s3kaMvQ6pIobVk492a7s9j&index=1) (YouTube, ücretsiz) 156 | --------------------------------------------------------------------------------