0 votes
in C Sharp by

 What’s new in the latest version of MVC?

1 Answer

0 votes
by

In MVC 6 Microsoft removed the dependency of System.Web.Dll from MVC6 because it is extremely expensive, as it typically used to consume 30K of memory per request and response, whereas now MVC 6 only requires 2K of memory per request and the response is really small memory consumption.

Related questions

0 votes
asked Nov 21, 2022 in DevOps Culture by Robin
+1 vote
asked Jul 10, 2021 in Laravel by SakshiSharma
...