473,796 Members | 2,482 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net 2.0 Message Board in C#?

Hi,

Curious to know if there are any C# asp.net message board code with sql
server database schema.

Something similar to the php Serendipity blog would be perfect.

Even something more lightweight would do the trick.

thanks for any tips and figure this has been written by others already.

Frank
Mar 17 '07 #1
4 7991
Yeesh! There must be 100 of these floating around - all kinds. Some are in
ASP.NET 1.1 but they'll convert to 2.0 without any problems. All you need to
do is search on "ASP.NET Forum Application" or "ASP.NET messageBoard
Application". Many are open source and free.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Frank Miverk" wrote:
Hi,

Curious to know if there are any C# asp.net message board code with sql
server database schema.

Something similar to the php Serendipity blog would be perfect.

Even something more lightweight would do the trick.

thanks for any tips and figure this has been written by others already.

Frank
Mar 18 '07 #2
I'd be curious to know if anyone has experience with these specifically, and
can recommend a particularly good one.

It would be very nice if someone wrote one of these discussion boards with
an eye to the ASP.NET roles/membership features.
Ken Fine
http://ideapod.com

"Peter Bromberg [C# MVP]" <pb*******@yaho o.yabbadabbadoo .comwrote in
message news:38******** *************** ***********@mic rosoft.com...
Yeesh! There must be 100 of these floating around - all kinds. Some are in
ASP.NET 1.1 but they'll convert to 2.0 without any problems. All you need
to
do is search on "ASP.NET Forum Application" or "ASP.NET messageBoard
Application". Many are open source and free.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Frank Miverk" wrote:
>Hi,

Curious to know if there are any C# asp.net message board code with sql
server database schema.

Something similar to the php Serendipity blog would be perfect.

Even something more lightweight would do the trick.

thanks for any tips and figure this has been written by others already.

Frank

Mar 18 '07 #3
YetAnotherForum .Net is pretty decent:
http://www.yetanotherforum.net/

Check out its features here:
http://wiki.yetanotherforum.net/defa...Features1.html

The free source code is at :
http://sourceforge.net/project/showf...group_id=90539

There's an implementation which uses membership here:
http://forum.yetanotherforum.net/postsbytopic3376.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<ke*****@nospam .nospamwrote in message news:e1******** ******@TK2MSFTN GP04.phx.gbl...
I'd be curious to know if anyone has experience with these specifically, and can recommend a
particularly good one.

It would be very nice if someone wrote one of these discussion boards with an eye to the ASP.NET
roles/membership features.
Ken Fine
http://ideapod.com

"Peter Bromberg [C# MVP]" <pb*******@yaho o.yabbadabbadoo .comwrote in message
news:38******** *************** ***********@mic rosoft.com...
>Yeesh! There must be 100 of these floating around - all kinds. Some are in
ASP.NET 1.1 but they'll convert to 2.0 without any problems. All you need to
do is search on "ASP.NET Forum Application" or "ASP.NET messageBoard
Application" . Many are open source and free.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Frank Miverk" wrote:
>>Hi,

Curious to know if there are any C# asp.net message board code with sql
server database schema.

Something similar to the php Serendipity blog would be perfect.

Even something more lightweight would do the trick.

thanks for any tips and figure this has been written by others already.

Frank


Mar 18 '07 #4
On Mar 18, 10:07 am, "Juan T. Llibre" <nomailrepl...@ nowhere.com>
wrote:
YetAnotherForum .Net is pretty decent:http://www.yetanotherforum.net/

Check out its features here:http://wiki.yetanotherforum.net/defa...tAnotherForumN...

The free source code is at :http://sourceforge.net/project/showf...group_id=90539

There's an implementation which uses membership here:http://forum.yetanotherforum.net/postsbytopic3376.aspx

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
=============== =============== =====

<kenf...@nospam .nospamwrote in messagenews:e1* *************@T K2MSFTNGP04.phx .gbl...
I'd be curious to know if anyone has experience with these specifically, and can recommend a
particularly good one.
It would be very nice if someone wrote one of these discussion boards with an eye to the ASP.NET
roles/membership features.
Ken Fine
http://ideapod.com
"Peter Bromberg [C# MVP]" <pbromb...@yaho o.yabbadabbadoo .comwrote in message
news:38******** *************** ***********@mic rosoft.com...
Yeesh! There must be 100 of these floating around - all kinds. Some are in
ASP.NET 1.1 but they'll convert to 2.0 without any problems. All you need to
do is search on "ASP.NET Forum Application" or "ASP.NET messageBoard
Application". Many are open source and free.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"Frank Miverk" wrote:
>Hi,
>Curious to know if there are any C# asp.net message board code with sql
server database schema.
>Something similar to the php Serendipity blog would be perfect.
>Even something more lightweight would do the trick.
>thanks for any tips and figure this has been written by others already.
>Frank- Hide quoted text -

- Show quoted text -
Example of commercial board
http://www.instantasp.com/Products/I...m/Default.aspx

Mar 18 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6081
by: delisonews | last post by:
I'm looking for a simple, filesystem-based message board. (No MySQL!) Something that I could include easily in my code: include '../inc/messageboard.php'; .... so that the board shows up at the bottom of every PHP page. The board should have just the basic features, like: - posting capability
0
1369
by: Vin | last post by:
Hi, I've got a VB.Net + ASP.Net message board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls solution 2. A components solution which has .vb files which have the code to call inserts, updates, deletes to the database (SQL server 2000) Its much like the available general ASP.Net message board. Only a bit customized. Right now a simple...
0
1773
by: Mad Scientist Jr | last post by:
I'm not getting any answers on YAF's own board, so thought I'd ask here... how do you get YAF to work with >1 board? I clicked Admin and on the left, Boards, and we have created 3 boards * board 1 * board 2 * board 3
2
12346
by: Champika Nirosh | last post by:
Hi, I want to create drawing board application that can draw Line, rectagle, circle and free hand drawing. Each drawing need to be transparent, moveable (draggable), have bring to front and send to back feature etc. How can I do this .. where should I start?
10
12574
by: sam_cit | last post by:
Hi Everyone, I'm working on developing a chess game and i decided to use c++ for its object oriented approach. I have a bass class unit and is inherited to distinct number of units (like king, queen, pawns etc...), i will have pure virtual functions in the base class for move(), attack() etc which are applicable to all units and would override them in the child classes. Function specific to pawn like recovering of another unit once it...
3
3996
by: john | last post by:
I would like to view physical memory that is mapped to a pci board. I am using a tool called WinIO to try to create a virtual address to that physical memory. It works for both read and write of some addresses, like 0x9FFF0. However, the resource the board uses is address at 0xE8100000 which I cannot pick up with the tool. I have confirmed that address in windows device manager and in the BAR0 entry in the table that the PCI board...
4
20705
by: Hypnotik | last post by:
So I'm writing this program. I have the board constructed, and I'm having a problem making a move. At this point I just want to make a move, I'll work on whether it is a legal move after that. The code is posted below. I have a class for board, and the pieces are part of the board class. I also have a class for human move and computer move, however I'm not using those (yet). I don't know whether I need to use a seperate class for the move,...
8
7655
by: PhongPham | last post by:
Hello, Info relate: OS : uclinux Platform : unix version 2.4.22 (or 2.4.26) Chip on board : ARM7 I want to get a python package on network to "make" in linux (Fedora core 1 or anything if it maybe done) and run python on board with above info .After I made package 2.2.3 and 2.5.2 of Python, I tried run on board such: ./python <script> with <script> is a script file and get error : BINFMT_FLAT: bad magic/rev (0x1010100, need...
1
2056
by: poopsy | last post by:
hi all, i'm trying out some examples on java..and i found this code where there is board and i cant find out what package to import to make this work, im getting error where there is "board".. i have tried out the following but none worked: import java.awt.*; import javax.swing.*; import java.util.*; import java.applet.Applet; plz help
0
9680
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10173
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10006
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7547
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.