In my journeys through web development, I had started with ASP.NET, where a C# server provides HTML content to the client.
This website is hosted with ASP.NET, and is the product of a computer science class in Israel. The theme of this website is diversity, and includes login, sessions, authentication and forums, and even a Flash game. All custom code was written by me. You can find the website at old.danealor.com
string s = "C++ is the best!";
s.Replace("++","#");
System.Console.WriteLine(s);