You must Sign In to post a response.
  • Category: Microsoft Dynamics

    What is microsoft dynamics

    what is microsoft dynamics?

    Please anybody tell me
  • #623370
    i
    _____________________________________________________________________________

    Regards,
    Muhammad Farooq
    (DNS Mentor)
    Visit My Website....www.itechsoul.com

  • #623710
    Hi Samar kishor chakma,

    Microsoft Dynamics is a easy-to-use Business Solutions offers the power and flexibility to to effectively manage your business and promote growth.

    Read below helpful article about "Microsoft Dynamics".
    dotnetspider.com/resources/28959-Microsoft-Dynamics.aspx

    For more help visit Microsoft Dynamics official website:
    microsoft.com/en-us/dynamics/default.aspx

    _____________________________________________________________________________

    Regards,
    Muhammad Farooq
    (DNS Mentor)
    Visit My Website....www.itechsoul.com

  • #623893
    Dynamics is a new type supported by c# 2010. If you declare an object as dynamic the complier is not going to check it at compile time.

    It assumes that the definition is there until runtime.

    Ex:



    dynamic person = new Person();
    person.GetAge();
    //Do whatever operation you want on this object

    //it can hold any type in it
    dynamic d = 3;
    dynamic s = "string"
    dynamic y=new MyClass()

  • #626748
    Dynamics is an ERP and CRM aaplications developed by the Microsoft.
    It provide different services to the client.There are thousands of businesses that Microsoft CRM and ERP application serves.

    You might have heard SAP, Epicor , BlackBaud applications. Dynamics is also develops same kind of aaplications.

  • #626751
    also checkout the link on DNS

    http://www.dotnetspider.com/forum/188158-what-microsoft-dynamics-definition.aspx


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.