繁体   English   中英

ASP.NET 5和Silverlight 5

[英]ASP.NET 5 and Silverlight 5

我正在构建简单的LOB应用程序(在线餐厅预订应用程序),并且我想支持多种客户端应用程序类型,例如网站,Windows桌面应用程序,android应用程序等。因此,我认为设计系统的最佳方法是分离ASP.NET 5 WebApi将提供与数据库,授权和类似内容的交互,然后为将使用该API的客户端应用程序的项目构建单独的解决方案。 这些客户端应用程序之一将是Silverlight应用程序。 问题是,我如何使用Silverlight应用程序中的API。 我找不到将SilverlightASP.NET 5. All i got is链接的任何信息ASP.NET 5. All i got is MVC6 . Is it better to create . Is it better to create ASP.NET MVC6 application, implement my APIs there and host在该项目中application, implement my APIs there and host Sliverlight`还是像我描述的那样将其分离. Is it better to create吗?

Silverlight已死,但是它可以轻松使用REST API,所以为什么不能与ASP.NET Core 1.0一起使用?

不需要特殊的文档。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM