Search code examples
asp.netc#-4.0user-interfacechess

Need Guidelines for Chess Game GUI - ASP.NET


I already have a good experience programming in Java (and JSP), but now I need to understand .NET framework, using C# and ASP for Web Development.

To start learning a new language the best way in my opinion is to start a new project, and I choose the Chess Game.

In Java I would draw the rectangles using the paint method of a panel and I would add that panel do the Applet, finnaly the applet would be added to a JSP .

But now using C# and ASP I have no clues how to start, I just need a few guidelines, which "keywords" I should search for, you see? I don't want the code done!

Maybe a good tutorial for Java Experienced guy migrating to Microsoft Technologies would also be good :)

Thanks alot in advance, I will look forward for a few answers :)

Thanks mates!


Solution

  • You are not writing an "applet", which is downloaded and executed on the client. With ASP.NET you are writing web pages or even web applications, based on HTML output. Start here: http://www.w3schools.com/aspnet/