In this article i will why the asp.net core is better then other Microsoft web development technology. I have already explain Asp.Net Core: Understanding of Asp.Net Core 6. Asp.Net core is the latest web development technology which have been launched Microsoft. The latest version of asp.net core is v6 and it have been launched on 8th November 2021. So here we will discuss why asp.net core have become most popular among the .net developers. Please check the detailed region:
1. Capable of supporting multiple platform:
As all we know the asp.net or asp.net mvc is capable of running only on windows environment. But not in case of asp.net core capable of running on Windows or Linux or Mac. Because of this we don't need to use different framework to for different platform.
2. Hosting:
In past all Microsoft web application can be only hosted on window server. Now in case of Asp.net the dependency have been removed. Now .net core web application can be hosted on all kind of web server like IIS, Apache etc.
3. Fast In Execution:
As we all know in past the asp.net or mvc application use system.web.dll use to make communication between browser and server. Now in case of Asp.net core it does not work on system.web.dll, it work on packages. Because of working on package concept it reduces the request pipeline.
4. App Versioning:
Asp.net core provide facility to maintain and run multiple version of application.
5. Code Library Sharing:
.Net core allow you to build library which can we shared and used among the other .net frameworks.
6. IOC Container:
Asp.net core comes with inbuild ioc container which for automatic dependence injection.
7. Modern UI Support:
Asp.net core support all the modern UI like Bootstrap, Angular, ReactJs etc.
0 comments:
Please let me know your view