我们可以使用Simple aspx创建角度js应用程序

时间:2021-08-22 02:02:34

Can we create a Angular Js application in ASPX web forms using three tier architecture (Database Layer,Business Layer)?

我们可以使用三层架构(数据库层,业务层)在ASPX Web表单中创建Angular Js应用程序吗?

1 个解决方案

#1


1  

Yes you can in simple Aspx using Web APi or Web Service...

是的,您可以使用Web APi或Web服务在简单的Aspx中...

You have to create a new .aspx page (with masterpage if you want) and follow the same approach of a classic Web Form Application (obviously without postback)

您必须创建一个新的.aspx页面(如果需要,可以使用母版页)并遵循经典Web表单应用程序的相同方法(显然没有回发)

include WebAPI for managing the ajax requests or use httphandler with json response format or a WCF service ecc. I don't know your needs...

包括用于管理ajax请求的WebAPI或使用带有json响应格式的httphandler或WCF服务ecc。我不知道你的需求......

#1


1  

Yes you can in simple Aspx using Web APi or Web Service...

是的,您可以使用Web APi或Web服务在简单的Aspx中...

You have to create a new .aspx page (with masterpage if you want) and follow the same approach of a classic Web Form Application (obviously without postback)

您必须创建一个新的.aspx页面(如果需要,可以使用母版页)并遵循经典Web表单应用程序的相同方法(显然没有回发)

include WebAPI for managing the ajax requests or use httphandler with json response format or a WCF service ecc. I don't know your needs...

包括用于管理ajax请求的WebAPI或使用带有json响应格式的httphandler或WCF服务ecc。我不知道你的需求......