【实例简介】
毕业设计。C#制作的BBS论坛。功能比较齐全,比较适合学生参考学习。大家有需要的可以下载
【实例截图】
【核心代码】
BBS
└── BBS
├── App_Code
│ ├── DataCon.cs
│ ├── DataOperate.cs
│ └── ValidateCode.cs
├── App_Data
│ ├── db_BBS_Data.MDF
│ └── db_BBS_Log.LDF
├── AuthorInfo.aspx
├── AuthorInfo.aspx.cs
├── BackDesk
│ ├── ManageCard
│ │ ├── AuthorInfo.aspx
│ │ ├── AuthorInfo.aspx.cs
│ │ ├── BBSFooter.ascx
│ │ ├── BBSFooter.ascx.cs
│ │ ├── BBSHeader.ascx
│ │ ├── BBSHeader.ascx.cs
│ │ ├── BrowseCard.aspx
│ │ ├── BrowseCard.aspx.cs
│ │ ├── Card.aspx
│ │ ├── Card.aspx.cs
│ │ ├── CardInfo.aspx
│ │ ├── CardInfo.aspx.cs
│ │ ├── CardPartInfo.aspx
│ │ ├── CardPartInfo.aspx.cs