英文:
A unified story for building web UI and web APIs
问题
ASP.NET Core 提供以下优势:统一的构建 Web 用户界面和 Web API 的方法。
英文:
I am reading the asp dot net core documentation and here I read the following line.
> ASP.NET Core provides the following benefits: A unified story for building web UI and web APIs.
Can anybody explain to me what that means. Before core in Asp dot net 4.x version doesn't have it?
答案1
得分: 0
我知道你是从这篇文章中获取了这一行。
根据我的理解,ASP.NET Core提供了一种一致性的方法来构建Web用户界面(UI)和Web应用程序编程接口(API)。
与使用单独的框架或方法来进行UI和API开发不同,ASP.NET Core允许开发人员使用统一的工具和概念来进行开发。
例如,使用ASP.NET Web API和Vue.js。
英文:
I know you get this line form this article.
Based on my understanding, the asp.net core offers a cohesive and consistent approach to building both web user interfaces (UI) and web application programming interfaces (APIs).
Instead of using separate frameworks or approaches for UI and API development, ASP.NET Core allows developers to work with a unified set of tools and concepts.
For example, using the asp.net web api and vue.js.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论