All Projects → linezero → Netcorebbs

linezero / Netcorebbs

Licence: mit
ASP.NET Core Light forum NETCoreBBS

Projects that are alternatives of or similar to Netcorebbs

Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (-65.84%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, netcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+619.25%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, netcore
Gitserver
ASP.NET Core Git HTTP Server
Stars: ✭ 98 (-79.71%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-79.3%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (-67.91%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (-37.06%)
Mutual labels:  forum, asp-net-core, dotnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+79.09%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-73.71%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+1183.44%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-90.27%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (-50.52%)
Mutual labels:  asp-net-core, dotnet-core, netcore
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+29.61%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+1313.46%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-81.78%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+1607.66%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Recaptcha.aspnetcore
Google reCAPTCHA v2/v3 for .NET Core 3.x
Stars: ✭ 122 (-74.74%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+1155.28%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-92.55%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-81.99%)
Mutual labels:  aspnetcore, netcore, asp-net-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (-82.61%)
Mutual labels:  aspnetcore, netcore, asp-net-core

NETCoreBBS

ASP.NET Core Light forum NETCoreBBS

ASP.NET Core + EF Core Sqlite + Bootstrap

.NET Core 跨平台轻论坛

使用技术点介绍

开发

  1. git clone https://github.com/linezero/NETCoreBBS.git
  2. 使用 Visual Studio 2019 打开 NetCoreBBS.sln
  3. 点击 调试->开始调试 即可运行起来,或者直接点击工具栏上的NetCoreBBS即可。

注意:默认为80端口,可能会和本地端口冲突,可以到Program.cs 中更改 .UseUrls("http://*:80"),然后更改启动URL既可。

功能

  1. 节点功能
  2. 主题发布
  3. 主题回复
  4. 主题筛选
  5. 用户登录注册
  6. 主题置顶
  7. 后台管理
  8. 个人中心

后台管理

使用 admin 注册后默认即为管理员,登录后可以看到管理中心选项。

License

NETCoreBBS is licensed under MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].