Forum Discussion
bluepink1117
Oct 31, 2024Copper Contributor
Latest ASP.Net
Hello All, I've been working on a web application developed in ASP.Net and .Net Framework 4 for a few years. Trying to find out the new technologies that replaced asp.net web forms to brush up the ...
manojkke0529
Nov 02, 2024Copper Contributor
While ASP.NET Core has effectively replaced traditional ASP.NET, there is no direct equivalent of Web Forms in ASP.NET Core. For new projects, consider using ASP.NET Core MVC, Razor Pages, or Blazor based on your project needs.