About C# Corner
To,
The Admin and C# Corner Developers.
I was wondering the architecture behind this websites.
Is this website fully developed on .net and Visual Studio.
How you all saving the data and viewing them back.
URL rewriting vastly used here, also how the forums, articles getting saved.
Are the pages getting directly saved into Database.
How all the things working.

Mahesh ChandPosted Mar 16, 2011, 9:15 PM
Alright! Here we go!
Everything is developed using .NET and C#. Backend database is SQL Server 2005. YES! All forums data is stored in the database. Yes all real-time data has to be saved in the database and bring it back on viewing. Some data is store in the application state and session states. Some data is stored in the SQL Server states.
It is a very complex project and has many modules. We have been building this whole software since 2000 and work has never stopped. We have a full-team of 4-8 people aways working on this project.
Now we are rebuilding the whole project using .NET 4.0 and SQL Server 2008.
Satisfied!
Mahesh ChandPosted Mar 17, 2011, 12:06 AM
Articles are saved in HTML files (the contents part). Everything else is in database.
Sam HobbsPosted Mar 16, 2011, 11:59 PM
Suthish NairPosted Mar 16, 2011, 11:45 PM
That appreciated. Am loving this website and how it works.
I was so eager to know this from day one.
I think you are not happy in replying this post.