ASP.NET Logo

ASP.NET pros and cons

Vendor: Microsoft
4.2 out of 5
1,471 followers
Post review
 

ASP.NET Pros review quotes

SK
Feb 16, 2020
The main pro is that it's very easy and we have Microsoft helping to stabilize the product which is coming with the all new features every year.
Abhilash Cr - PeerSpot reviewer
Sep 19, 2023
It is seamless compared to Java or any other technology stack.
Brandon Smith - PeerSpot reviewer
Jan 10, 2023
One of the most valuable features in ASP.NET is thread management with asynchronous processing. I've been implementing this for a few years and it has proven to be extremely helpful, especially when using a tool that wouldn't have worked without it. It's definitely a fundamental aspect of the platform.
Learn what your peers think about ASP.NET. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
768,857 professionals have used our research since 2012.
RN
Sep 27, 2020
The most valuable features are ease of use, scalability, and flexibility.
PM
Feb 11, 2020
This framework is very easy to use and tweak for our business needs.
MG
Oct 6, 2023
The most valuable feature of ASP.NET is its visual side, which makes building Windows forms applications visually efficient.
Arif Imran - PeerSpot reviewer
Aug 15, 2022
The developer support for ASP.NET is a big positive. It's actually very good, and since there are so many people who use ASP.NET, it's easy to get responses to questions about ASP.NET in the broader community.
RP
Jun 13, 2023
The solution is easy to integrate and understand. It has a very good user interface and a lot of prebuilt tools, which require a lot less coding if we compare it to other solutions.
IU
Dec 27, 2023
It's a pretty stable solution.
Prem Sai Varada - PeerSpot reviewer
Aug 18, 2022
While using ASP.net, we can create interactive websites.
 

ASP.NET Cons review quotes

SK
Feb 16, 2020
The con is that every year they are launching a new technology, and for a company like us, we get confused which version should be used.
Abhilash Cr - PeerSpot reviewer
Sep 19, 2023
It should be open source or deployable to any operating system so that the dependency can be removed.
Brandon Smith - PeerSpot reviewer
Jan 10, 2023
The caching could improve in ASP.NET. I don't often run into limitations with ASP.NET. More often, it's the other tools we use that slow us down.
Learn what your peers think about ASP.NET. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
768,857 professionals have used our research since 2012.
RN
Sep 27, 2020
Performance is an area that can always be improved.
PM
Feb 11, 2020
Sometimes we have issues with instability and it crashes, which is something that should be made to work better.
MG
Oct 6, 2023
In addition to the visual aspect, there is a need for ASP.NET to provide a robust visual front end like there was in the past.
Arif Imran - PeerSpot reviewer
Aug 15, 2022
Sometimes it can be really difficult to debug using ASP.NET. When there's an issue, trying to find out the cause is not always easy, so debugging is the top area for improvement, in my opinion.
RP
Jun 13, 2023
There should be consistent customization related to security, features, and developers, making the solution more understandable and adaptable.
IU
Dec 27, 2023
I'd like to be able to run any application from a specific point instead of compiling all the code. For example, if I want to test function A, I should be able to test it even if my other functions aren't working. Like in SQL, you provide parameters to the function, and it executes. I'd like to see something similar in ASP.NET.
Prem Sai Varada - PeerSpot reviewer
Aug 18, 2022
You are required to have knowledge of C#.