Skip to content

Commit 2a2ecf4

Browse files
committed
reviewed Old-Project-Type-Info.md document
1 parent 0560b61 commit 2a2ecf4

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

docs/en/Old-Project-Type-Info.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
# Important Notice
22

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.
44

55
### Why the Change?
66

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.
118

129
### What This Means for You
1310

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.
1612

17-
If you have any questions about the latest version or need further assistance, please feel free to contact our support team.
1813

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.
2015

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)
2217

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)
2419

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)
2621

2722
[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)
2823

0 commit comments

Comments
 (0)