How do I interact with SQL in a Windows Store App

前端 未结 3 1473
离开以前
离开以前 2021-01-21 06:55

I\'ve been asked to begin developing a Windows Store version of our company\'s LOB web application. What\'s the best way to go about interacting with out data store?

My

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-21 07:25

    XAML is a declarative language based on XML, javascript is a scripting language. I'd suggest reading some basics first before you dive in.

    And yes, you can use C# to communicate with remote servers and/or webservices...

    Maybe this will help: http://msdn.microsoft.com/en-us/library/windows/apps/hh974581.aspx

提交回复
热议问题