Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hai,

I did dotnet projects Inventory System and Restarunt Management. But My project is not good one for saving datas and getting records. I will start Medical Projects. I didn't know what is the procedure of creating projects such as which method we use for designing web page and which one is best using class like so on. What is method for creating successful project. Can anyone help me, Please...
Posted

1 solution

Hi,

First of all you need to learn basic concepts of ASP.NET And C#. Before getting knowledge of the technology you can start analysis of your project. list down all the features you are going to implement.

As far as designing(UserInterface) is concern you can purchase some html template/download some free template. you can attach css/javascript/images from that template. Designing website from scratch and with such high graphics will take more time for you.

Now For development you can follow different architecture either MVC/N-Tier/other. Also look into Design Patterns[^]. this will also gives you some idea about software designing.

EntityFramework is also very good practice to start with. you can also use StoredProcedure in your project. As far as Performance is concern, you can use indexing in your database and paging in your gridView. Create your stored procedure to return only desired data instead of all data from the database.

Hope you start your new project with more planning.
Best luck
Thanks
-Amit Gajjar
 
Share this answer
 
Comments
madhuri@mumbai 30-Aug-12 1:30am    
yes,I agree with Amit Gajjar given guidlines,but devausha will have to take smart efforts on that,
devausha 30-Aug-12 2:32am    
Oh, That is very nice. I remember your advice for doing my best one. Thank you so much
AmitGajjar 30-Aug-12 2:35am    
your welcome.

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