Search:

Type: Posts; User: Dut_Student

Search: Search took 0.01 seconds.

  1. Thread: MVC

    by Dut_Student
    Replies
    3
    Views
    3,086

    Okay thanks. I have got it. Any idea on how to...

    Okay thanks. I have got it. Any idea on how to use the created cookies in JavaScript in mvc?
  2. Thread: MVC

    by Dut_Student
    Replies
    3
    Views
    3,086

    MVC

    How do I create and use cookies in MVC?
  3. Thread: Databases

    by Dut_Student
    Replies
    7
    Views
    1,330

    Yes when declaring variables in SQL server you...

    Yes when declaring variables in SQL server you can use the same data type as those in classes. SQL server has a database table creator which would give you options as to what variables are available...
  4. Replies
    7
    Views
    2,153

    Model–view–controller (MVC) is a software pattern...

    Model–view–controller (MVC) is a software pattern for implementing user interfaces
    The model is the code. It is an object that represents the data. E.g. classes, database table etc.
    A view...
  5. Replies
    2
    Views
    1,459

    When a new class needs to use components of an...

    When a new class needs to use components of an existing class, then instead of recreating(typing again) those variables again in new class, the new class can use the code/variables directly from the...
  6. Thread: Databases

    by Dut_Student
    Replies
    7
    Views
    1,330

    You have to install SQL Server(which is an...

    You have to install SQL Server(which is an external piece of software) separately from your C# coding program. Thereafter create a database in SQL Server. Once done you will need to connect your C#...
Results 1 to 6 of 6