.Net Web APi/Angular 6 - Lesson 1

හෙනයා

Well-known member
  • May 23, 2014
    14,541
    13,172
    113
    Kottawa
    daata mama kali 4 k kala
    5 idan karanna puluwan angular
    dan dnawa 3 k wait for it


    :D
    11.gif

     

    rcherath

    Well-known member
  • Sep 5, 2014
    991
    99
    63
    patta mchn mth me dws wla asp thma follow krenne sahenna watinwa bn digtma ymu jaya wewa.... REP+++
     

    saja

    Well-known member
  • Jan 8, 2007
    15,775
    2
    10,593
    113
    Home Sweet Home
    දැන් තමා පටන් ගතේ වැඩේ බලන්න

    Assignment 1: Identify other objects in the system. and mark all possible object . also create ER diagram as you can.

    Order Details , Payments දාන්න පුළුවන් නේ
     

    madmax9

    Active member
  • Feb 21, 2017
    397
    61
    28
    Code:
    PM> AutomaticMigrationsEnabled = false;
    
    AutomaticMigrationsEnabled : The term 'AutomaticMigrationsEnabled' is not recognized as the name of a cmdlet, function, script file, or operable program. Check 
    the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + AutomaticMigrationsEnabled = false;
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (AutomaticMigrationsEnabled:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException

    meka hada ganne kohomada? man c# karala na kalin
     

    HAneo

    Well-known member
  • Jan 30, 2007
    12,971
    29,157
    113
    Homagama
    Code:
    PM> AutomaticMigrationsEnabled = false;
    
    AutomaticMigrationsEnabled : The term 'AutomaticMigrationsEnabled' is not recognized as the name of a cmdlet, function, script file, or operable program. Check 
    the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + AutomaticMigrationsEnabled = false;
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (AutomaticMigrationsEnabled:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException

    meka hada ganne kohomada? man c# karala na kalin

    machan automatic migrations true karanne othanin neme
    oya hoyaganna

    Configuration.cs file eka data project eke athi

    eke constructor eke athi true karanna

    Code:
     internal sealed class Configuration : DbMigrationsConfiguration<DestinityERP.Data.EF.MainDbContext>
        {
            public Configuration()
            {
    
                AutomaticMigrationsEnabled = true;
            }