|
1 | 1 | # Important Notice |
2 | 2 |
|
3 | | -As part of our ongoing efforts to enhance the performance and maintainability of our product, we have made the decision to remove support for ASP.NET MVC 5.x and AngularJS. This change is part of our strategy to adopt more modern and efficient frameworks. |
| 3 | +As part of our ongoing efforts to enhance the performance and maintainability of our product, we have made the decision to remove support for ASP.NET MVC 5.x and AngularJS. |
4 | 4 |
|
5 | 5 | ### Why the Change? |
6 | 6 |
|
7 | | -- **Performance Improvements:** Modern frameworks provide better performance and scalability. |
8 | | -- **Security:** Newer frameworks come with improved security features. |
9 | | -- **Maintainability:** Modern frameworks are easier to maintain and extend. |
10 | | -- **Community Support:** More active community support for newer technologies. |
| 7 | +ASP.NET MVC 5.x still supported by Microsoft, see [details](https://dotnet.microsoft.com/en-us/platform/support/policy/aspnet) but Microsoft suggests ASP.NET Core for new app development as mentioned [here](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/). Becasue of that, we removed MVC 5.x options from ASP.NET Zero. |
11 | 8 |
|
12 | 9 | ### What This Means for You |
13 | 10 |
|
14 | | -- **Codebase Update:** If you use custom modules or extend functionality using ASP.NET MVC 5.x or AngularJS, you will need to adapt your code base for new features |
15 | | -- **Migration:** We recommend migrating to more modern frameworks such as ASP.NET Core and Angular. |
| 11 | +You can't create ASP.NET MVC 5.x projects from ASP.NET Zero download page but if you still need an MVC 5.x project, please contact with info@aspnetzero.com. |
16 | 12 |
|
17 | | -If you have any questions about the latest version or need further assistance, please feel free to contact our support team. |
18 | 13 |
|
19 | | -You can find documentation related to ASP.NET MVC 5.x and AngularJS at the link below. |
| 14 | +If you already have an existing MVC 5.x project, you can find documentation related to ASP.NET MVC 5.x projects below. |
20 | 15 |
|
21 | | -[Getting-Started ASP.NET MVC 5.x & AngularJS](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Getting-Started-Mvc-Angularjs.md.md) |
| 16 | +[Getting-Started ASP.NET MVC 5.x](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Getting-Started-Mvc-Angularjs.md) |
22 | 17 |
|
23 | | -[Development Guide ASP.NET MVC 5.x & AngularJS](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Development-Guide-Mvc-Angularjs.md.md) |
| 18 | +[Development Guide ASP.NET MVC 5.x](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Development-Guide-Mvc-Angularjs.md) |
24 | 19 |
|
25 | | -[Developing Step By Step ASP.NET MVC 5.x](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Developing-Step-By-Step-MPA.md) |
| 20 | +[Developing Step By Step ASP.NET MVC 5.x & jQuery](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Developing-Step-By-Step-MPA.md) |
26 | 21 |
|
27 | 22 | [Developing Step By Step ASP.NET MVC 5.x & AngularJS](https://github.com/aspnetzero/documents/tree/master/doc-obsolete/Developing-Step-By-Step-Mvc-Angularjs.md) |
28 | 23 |
|
|
0 commit comments