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 skill set, found that ASP.Net Core is the new one. I've worked on ASP.Net MVC framework.
Does this core completely replaced asp.net? Can the web forms applications be created in core?
What is the latest framework to develop web apps?
Thanks
1 Reply
- manojkke0529Copper ContributorWhile 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.