- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 203字
- 2021-07-02 20:52:29
ASP.NET into Open Source world
Every technology has to evolve with growing needs and advancements in the hardware, network, and software industry, and the ASP.NET Web API is no exception to that.
Some of the changes that ASP.NET Web API should undergo from the perspectives of the developer community, enterprises, and end users are as follows:
- Although ASP.NET MVC and web API are part of the ASP.NET stack, but their implementation and code base is different. A unified code base reduces the burden of maintaining them.
- It's known that web APIs are consumed by various clients such as web applications, native apps, hybrid apps, and desktop applications using different technologies (.NET or non .NET). But how about developing a web API in a cross-platform way, where the developer need not always rely on Windows OS/Visual Studio IDE.
- The ASP.NET stack should be made open source so that it's adopted on a much bigger scale.
- End users are benefitted with open source innovations.
We saw why web APIs were incepted, how they evolved into a powerful HTTP-based service, and some evolutions that are required. With these thoughts, Microsoft made an entry into the world of Open Source by launching .NET Core and ASP.NET Core.
推薦閱讀
- Python概率統(tǒng)計(jì)
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- Flux Architecture
- VMware虛擬化技術(shù)
- Asynchronous Android Programming(Second Edition)
- 精通MATLAB(第3版)
- Java:High-Performance Apps with Java 9
- 機(jī)器學(xué)習(xí)與R語(yǔ)言實(shí)戰(zhàn)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Mastering Business Intelligence with MicroStrategy
- Python函數(shù)式編程(第2版)
- 現(xiàn)代CPU性能分析與優(yōu)化
- 編譯原理學(xué)習(xí)與實(shí)踐指導(dǎo)
- Python數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)案例教程:C語(yǔ)言版