Is there any changes between .Net framework 3.5 to 4.8 means fundamentals were changed of Asp.Net in the year 2023 or not?

1k Views Asked by At

Just I want to make sure that there are any changes in the fundamentals of Asp.Net between the.Net framework 3.5 to 4.8 in the year 2023 fundamentals the same or changed of Asp.Net in the year 2023 And how many other changes could be there? Please help me

1

There are 1 best solutions below

0
Lex Li On

Most fundamental changes were introduced in ASP.NET 4.0 in 2010, so Microsoft published an article to cover them,

https://learn.microsoft.com/en-us/aspnet/whitepapers/aspnet4/breaking-changes

Ever since then, while each .NET Framework 4.x release introduced many useful features, the impact on ASP.NET itself is quite limited.

Note that since ASP.NET Core was introduced in 2016, ASP.NET 4.x received almost no big feature update in the past few years. Recent changes were added mainly to enable smoother migration to ASP.NET Core.

Nobody has the luxury time to count "how many changes" are out there. And I am not answering that either.