CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sherin Mathew

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    14,629

    Re: Web designing

    Design is the process of collecting ideas, and aesthetically arranging and implementing them, guided by certain principles for a specific purpose. Web design is a similar process of creation, with...
  2. Replies
    4
    Views
    6,176

    Check Constraint Help

    Can i create Custom check constraint in SQL Server?

    I have a table 'City' having columns as 'ID' , 'Name' and 'Number'.
    If Name is 'AA' then Number column shouldn't accept null values. If name is...
  3. Replies
    3
    Views
    2,546

    Re: Using GUID as Primary Key

    GUID can be used as a Primay key but it's having some drawbacks like :

    (1) They are large(16 bytes) that is they will consume more space .
    (2) Even performance and storage implications are...
  4. Re: Difference between Resonse.Redirect and Server.Transfer.

    Resonse.Redirect and Server.Transfer both are used to redirect user from one page to another. The main difference between them is about redirection.In Resonse.Redirect redirection is done by the...
  5. Replies
    8
    Views
    34,788

    Re: How to Learn ASP.Net with MVC?

    Check out these links:
    (1) https://www.tutorialsteacher.com/mvc/asp.net-mvc-tutorials
    (2) https://www.tutorialspoint.com/asp.net_mvc/index.htm
    (3)...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured