C#/SQL/HTML/CSS/Javascript

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

ATE Usage Statistics for July ATE Usage Statistics for August ATE Usage Statistics for 2018 Total ATE Usage Statistics Weekly ATE Usage Statistics for 2018

Snapshots from the ATE usage database that I automatically analyze and graph in the company website that I developed.


                string s = "C++ is the best!";
                s.Replace("++","#");
                System.Console.WriteLine(s);