step-by-step

Where can I find a step-by-step guide (tutorial) on how to migrate a web site to a wep app?

I have an ASP.NET 2.0 website created in VS2008 and I need to migrate it to a web application. I have not had much luck so far. How do I figure out how to do this? ...

How to change http://site/Image.aspx?Name=Cassandra into http://site/Image/Cassandra?

Well, simple question. I'm working with VS2008 on an ASP.NET web application which has several lists of data. To keep it simple, let's call it an image gallery. (It's not, but image galleries have a simple, understandable data model as example.) I have a table with images where every image has a name and a category. Images are grouped b...

Tutorials (example) C# step by step

Hi. Does anyone know a good C# tutorials (example) step by step? It should be not a description of libraries, foundations and the OOP concept, and so forth, but the writing of any application step by step. For example, a mail client, telephone directory, a simple graphical editor, audio player. Thanks! ...