做项目的方法是什么 [英] What is the method of doing projects

查看:79
本文介绍了做项目的方法是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

海,

我做了dotnet项目库存系统和Restarunt管理.但是我的项目不是保存数据和获取记录的好项目.我将开始医疗项目.我不知道创建项目的过程是什么,例如我们用来设计网页的方法是哪种,最好使用诸如此类的方法.什么是创建成功项目的方法.谁能帮我,请...

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...

推荐答案



首先,您需要学习ASP.NET和C#的基本概念.在获得有关技术的知识之前,您可以开始对项目进行分析.列出您将要实现的所有功能.

就设计(UserInterface)而言,您可以购买一些html模板/下载一些免费模板.您可以从该模板附加css/javascript/images.从头开始设计具有如此高的图形的网站将为您花费更多的时间.

现在,要进行开发,您可以采用 MVC/N-Tier /other的不同体系结构.同时查看设计模式 [
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


这篇关于做项目的方法是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆