Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to create an online visiting card maker using asp.net.
Posted

1 solution

One way is to go to this website www.RentACoder.com

On a more serious note, you don’t just say I want to build this application using certain technology (ASP.Net in your case).

Do you know the functional requirements?

Once you have detailed requirements, evaluate which technology is best for implementation based on the resources (hardware, hosting, people, knowledge, skillset etc.) you have.

Then come up with high-level technical architecture/design of the application. You might think of it as whether it needs to be a MVC App, three tier application etc.

Now, drill down to your technical design and start implementation of different layer. Personally, I would suggest to start with data definition so that you have clear idea of what your service and UI needs to support.

I hope this helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900