Passing parameters from silverlight to ASP.net

后端 未结 5 693
执念已碎
执念已碎 2021-01-16 16:58

I\'ve made a little game in silverlight that records users scores whilst they play.

I decided it would be a lot better if I could implement a leaderboard, so I creat

5条回答
  •  甜味超标
    2021-01-16 17:16

    By ASP.NET, do you mean an ASP.NET Webforms app?

    If so, an ASP.NET Webforms app is a method of building a UI. What you need is an API, for your Silverlight app to use programatically. For this purpose you may want to consider building an ASP.NET Webservice instead, which provides an API over HTTP.

提交回复
热议问题