PDA

View Full Version : Open Source C# Forum?


KuJoe
12-17-2008, 10:06 PM
Anybody recommend one? I just installed YetAnotherForum.Net but was wondering what other options there were. I'm extremely new to Windows hosting and my friend is coding our website in C# so we're looking for a decent open source forum that he can intergrate into it.

Josh
12-18-2008, 01:05 AM
good question...didn't know you could do that with c# web forms. then again, i don't do web development, just applications :lol:

you may be able to glean a little more information from the .NET Developers Group...join up and post :)

KuJoe
12-18-2008, 01:13 AM
Already joined and posted a few times. :P

Zealot
12-18-2008, 01:15 AM
good question...didn't know you could do that with c# web forms. then again, i don't do web development, just applications :lol:


:serious:

Josh
12-18-2008, 01:19 AM
:gordy: well i got egg on my face then

looks like all you need is an ASP.NET 2.0 site + MySQL backend...the later of which should be free to obtain here:

http://dev.mysql.com/downloads/mysql/5.1.html#downloads

Josh
12-18-2008, 01:20 AM
:serious:

yeah...eff web development. never had a need for it :lol: i want to learn it, but the language just looks so messy :(

Zealot
12-18-2008, 10:40 AM
yeah...eff web development. never had a need for it :lol: i want to learn it, but the language just looks so messy :(

That's not the best opinion to take if you want to do .NET professionally. 85%+ of all the .NET jobs out there are web related. As for the code, C# is C#. The only difference in the ASP form front end, which is not much more than glorified HTML

Josh
12-19-2008, 03:13 AM
That's not the best opinion to take if you want to do .NET professionally. 85%+ of all the .NET jobs out there are web related. As for the code, C# is C#. The only difference in the ASP form front end, which is not much more than glorified HTML

not looking to really do it professionally right now. i just write windows forms applications in my spare time. :)

KuJoe
12-19-2008, 04:55 AM
Maybe you can write me up a simple application that exports the text from a textbox into a .txt file... you wrote one for me in the .NET group but when I tried it I couldn't get it to work. :( Then again, I'm coding in VB.NET so not sure the differences between that and C#.

Josh
12-19-2008, 11:41 AM
Maybe you can write me up a simple application that exports the text from a textbox into a .txt file... you wrote one for me in the .NET group but when I tried it I couldn't get it to work. :( Then again, I'm coding in VB.NET so not sure the differences between that and C#.

oh that's easy. multiline textbox?

*EDIT* wrote something up for you...posted it in the .NET forum