• Stars
    star
    225
  • Rank 176,323 (Top 4 %)
  • Language
    JavaScript
  • Created about 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a forum implemented by enode framework.

forum

A simple forum implemented by enode framework.

How to run this forum

先决条件

  1. Visual Studio 2019 + Sql Server数据库;

编译运行

  1. 打开Forum.sln解决方案,启用Nuget还原,编译解决方案;
  2. 在新建的数据库中运行Scripts目录下的InstallDB.sql脚本,创建数据库以及所有的表;
  3. 修改Forum.CommandHost、Forum.EventHost这两个项目的配置文件中的connectionString;修改Forum.Web、Forum.Domain.Tests这两个项目中的appsettings.json中的connectionString; 确保能连接上面新建的Forum数据库;
  4. 将Forum.Web设置为启动项目;
  5. 依次启动Forum.NameServerHost、Forum.BrokerHost、Forum.CommandHost、Forum.EventHost、Forum.Web这5个工程;
  6. 如果要管理论坛版块,需要注册一个名称为admin的账号,注册登录成功后,在右上角就有一个版块管理了;其他注册的账号看不到板块管理的入口;

More Repositories

1

enode

ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications.
C#
1,813
star
2

equeue

a distributed mq written by c#.
C#
580
star
3

ecommon

A common infrastructure library.
C#
181
star
4

Conference

A conference example to explain how to use enode to develop ddd+cqrs+event souricng application.
C#
118
star
5

ecommerce

An E-commerce open source system which implemented by .NET and ENode framework.
92
star
6

estore

An open source event store implemented by .NET.
C#
40
star
7

SocketAsyncEventArgsSample

A sample to use SocketAsyncEventArgs to build high performance tcp server and client.
C#
26
star
8

DataStructure

一个C#实现的数据结构动画演示系统
C#
17
star
9

eventsourcing

【注,该框架已废弃,请用enode】A framework implements event sourcing pattern.
C#
14
star
10

ActorLite

一个C#实现的Actor例子
C#
12
star
11

ENodeQuickStart

A quick start sample for enode framework.
C#
7
star
12

ComponentLibrary

包含了一系列实用的组件库,为快速开发Windows桌面应用程序提供支持。
C#
7
star
13

EQueueSample

A simple sample to illustrate how to use equeue.
C#
6
star
14

CodeGenerator

一个实用的代码生成工具
C#
5
star
15

textdiff

diff tools to compare text and htmls
C#
5
star
16

MicrosoftConferenceSample

The sample from microsoft cqrs journey sample code.
C#
4
star
17

SocketAsyncSample

A good design of async socket operation sample
C#
4
star
18

ServiceMonitor

A monitor program used to detect whether windows service is shutdown.
C#
3
star
19

AsyncSocketSample

A sample of multi clients and one server async socket communication using c#.
C#
3
star
20

spiderforum

a simple forum.
C#
2
star
21

ENodeHome

C#
1
star
22

FileReadWriteTesting

C#
1
star
23

BlockingCollectionTest

C#
1
star
24

ZJM

一个杂志订阅系统
C#
1
star