English 中文(简体)
网络应用级设计咨询
原标题:Web Application Class Design Advice?
  • 时间:2012-01-13 15:19:34
  •  标签:
  • c#
  • asp.net

我的网络应用将包括一些人的信息。 基本上在我的数据库中,我会有一些领域,例如:

personid              autoid               clubid              personalinfoid
fname                 carmodel             clubname            personid 
mname                 cartype              clubaddress         height
lname                 carcolor                                 ethnicity
address               license#                                 driverslicense#
address2              boattype                                 
homephone             boatsize
cellphone

我对表格设计没有担心,只是举例说。

提出我的问题,试图使这个问题更加清楚。 你们将如何设计这种性质的网络应用课程。 我是否应该为每个表格单独开设课程?

我所想的是,创建一种拥有所有田地和财产并包罗一切的房地产类别。 然后,设立个人、个人、个人信息、俱乐部。

问题回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签