Make manga and anime gallery in C # desktop [closed]

1

For you to read a manga online, you have to go to some sites like "MangasProject" to see what was released and preview the manga to read.

I want to make an anime gallery to store photos and description of anime and manga for users, list of years that has been released, category list, "Action, comedy".

Doubt is, how to do this project? I do not know if I'm doing it in Asp.net or C # using Webform.

Here's a picture of how I was doing in C # using WindowsForm

    
asked by anonymous 06.08.2015 / 16:56

1 answer

0

I believe it can be done in Windows Forms or in XAML . XAML is even more suitable for being ready for other Microsoft technologies, such as Tablets and Phones.

It would not do in ASP.NET because its intention is a Desktop project, not a Web project.

    
06.08.2015 / 16:58