Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Search:

Type: Posts; User: saveing s

Search: Search took 0.10 seconds.

  1. Should i add a unique ID for many-to-many relation table in my asp.net MVC?

    I am working on a hotel reservation system using asp.net MVC 3 and i have the following tables:-
    1.Customer table that have:-

    -Customer_ID (PK)
    -FirstName
    -DateOfBirth
    -etc...

    2.Room...
  2. Dinner dinner = db.Dinners.Single(d => d.DinnerID == 1) Means in asp.net?

    i do on a example about ASP.net and i found the following lone of code:-

    // Retrieve Dinner object that reprents row with DinnerID of 1
    Dinner dinner = db.Dinners.Single(d => d.DinnerID == 1);
    ...
  3. could the media files contain harmful programs or virus or spywares?

    I used to download media files and clips from a site; the files extension includes (avi, wmv ,etc) and last week I tried to access the site then on the first page a message that say that the site is...
Results 1 to 3 of 3