Introducing G2.ai, the future of software buying.Try now
ASP.NET
Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated ASP.NET Alternatives

ASP.NET Reviews & Product Details - Page 6

ASP.NET Overview

What is ASP.NET?

A free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies

ASP.NET Details
Show LessShow More
Product Description

A free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies


Seller

Microsoft

Description

Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. Microsoft operates in 190 countries and is made up of approximately

8,000 passionate employees worldwide.

ASP.NET Integrations

(1)
Integration information sourced from real user reviews.

Recent ASP.NET Reviews

Mohamed S.
MS
Mohamed S.Mid-Market (51-1000 emp.)
5.0 out of 5
"Awesome technology"
Easy to learn, fast, continuous improvments by Microsoft and cummunity support.
Veerendra Kumar A.
VA
Veerendra Kumar A.Enterprise (> 1000 emp.)
5.0 out of 5
"Review on Microsoft ASP.Net - Veerendra Kumar Ankem"
Session Management XML Web Services Connecting to different datasources Development using Graphical Development Environment
Abhijit B.
AB
Abhijit B.Mid-Market (51-1000 emp.)
5.0 out of 5
"ASP.net is very Faster And Robust Framework of .net"
Asp.net is very easy to understand and learning is very easy . it is very easy to use and intrigration is very easy other plateform. easy to implem...

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

23 months

Perceived Cost

$$$$$
View More Pricing Information

ASP.NET Media

Answer a few questions to help the ASP.NET community
Have you used ASP.NET before?
Yes

55 ASP.NET Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
55 ASP.NET Reviews
4.3 out of 5
55 ASP.NET Reviews
4.3 out of 5
G2 reviews are authentic and verified.
Anas J.
AJ
Senior .Net Developer
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Seller invite
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about ASP.NET?

1- Visual Studio IDE wich is the best IDE in the market.

2- Using the powerfull .Net Framework Libraries.

3- Can use VB.Net or C# Languages in development.

4- Tons Of libraries and open source projects and methodologies that help in development.

5- Tons of books for learning and self training.

6- Using some helpful design patterns like MVC and DI. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET?

Some advanced tools and UI libraries need to purchase it. Review collected by and hosted on G2.com.

Recommendations to others considering ASP.NET:

I recommend to work with Asp.Net Core 1.0 because it's open source and cross platform framework. Review collected by and hosted on G2.com.

What problems is ASP.NET solving and how is that benefiting you?

Asp.net MVC help to develop web applications with design patterns and best practices. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
GI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about ASP.NET?

Its very easy to use as drag and drop controls are there. So very less coding required for web application development. they have many inbuilt templates which are very helpful for beginner to start. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET?

There is nothing to dislike from my side. Review collected by and hosted on G2.com.

What problems is ASP.NET solving and how is that benefiting you?

Its very good fro web application development with many feature that attract developer as well as clients to use ASP.net to develop applications. Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about ASP.NET?

ASP.NET is an excellent framework for building web applications in a Windows environment. About 2 years ago, Microsoft announced that a large part of .NET was going to be open sourced. This was huge. In fact, I had moved away from .NET to work in jvm-based languages and this announcement brought me back to .NET.

I also like the amount of tools that are readily available to ASP.NET, including MVC, WebForms, Web API, and Entity Framework.

The ease with which you can deploy ASP.NET applications to local servers or to Azure is great. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET?

The thing I dislike the most about ASP.NET is how RAD Microsoft has been trying to make software development (RAD stands for "Rapid Application Development"). This is both a good thing and a bad thing. It's a good thing in that developers can throw together an application quickly using Visual Studio, and almost anyone can maintain that application by pointing, clicking, and editing visual components in the IDE.

This simplification of software development allows for a lot of very inexperienced developers to work within applications without much complexity. The reason this is a problem is that such developers can go for years, literally, without progressing past this point. I once interviewed someone with 10 years of experience for a senior level position, and because of Microsoft's good intentions, he didn't know advanced topics like reflection or modifying the ASP.NET pipeline. You'll see this a lot in the .NET community, and it leads to a lot of unnecessary software maintenance overhead as well as operations overhead.

Speaking of overhead, prior to the current open source shift by Microsoft, ASP.NET mostly required deployment to Windows servers. This requires often hefty licenses. It's been possible for some time to deploy to Linux or OS X Server using Mono, but there have always been subtle differences between Mono and Microsoft .NET which made this deployment scenario a pain.

Another thing that gets me about ASP.NET and .NET in general is how the frameworks are versioned. You'll have ASP.NET 4, which can run on .NET 3.5 or the many versions of 4.x. The version of ASP.NET being out of sync with the .NET runtime has always been a confusion for a lot of developers.

To further versioning confusion, Microsoft's new approach to ASP.NET (call it ASP.NET 5) will run on .NET 4.5.x and the new open source '.NET Core'. Microsoft recently created a matrix (https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/standard-platform.md) to address any versioning confusion. To further add to the mix, there's currently discussion to rename ASP.NET 5 to ASP.NET 1.0.

On top of this versioning craziness, the new ASP.NET is written for engineers (e.g. those who: can write libraries/modules/SDKs, understand dependency injection and abstractions very well, can learn new tools quickly) rather than developers (e.g. those who use libraries and frameworks to create applications). I feel like companies who continue with ASP.NET will sorely discover this abrupt shift from RAD focus back to software as a science and an art. In other words, there will be a steeper divide between "rockstars" and "noobs". Review collected by and hosted on G2.com.

Recommendations to others considering ASP.NET:

If you're not already using ASP.NET, check out jvm based language alternatives such as Play or Scalatra. Also evaluate NancyFX. Don't just choose ASP.NET because others use it. I would recommend writing somewhat complex systems in multiple frameworks and running them in production for a couple of months to evaluate not only development overhead, but operational and maintenance overhead of each. Review collected by and hosted on G2.com.

What problems is ASP.NET solving and how is that benefiting you?

Software as a service web applications, APIs, and services.

ASP.NET allows for easy development, testing, static analysis, and deployment of enterprise level applications. Review collected by and hosted on G2.com.

Verified User in Mechanical or Industrial Engineering
UM
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about ASP.NET?

I use ASP.net to build web applications using Web Forms, Web API and Signal. The best thing I like about ASP.net is the control panel which help a lot to manage and control the build up of web applications. Other thing is if you are a developer or expert on C# this is the best software for you. if you are not then you might want to learn more about C# because it comes a lot handy for this application. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET?

I would love if ASP.net can give more details every time there's an error while i'm building my web. It's nice that it shows that there's error but it can be more helpful if it said what exactly the problem is. Review collected by and hosted on G2.com.

Recommendations to others considering ASP.NET:

I recommend it to anybody in business world. Review collected by and hosted on G2.com.

What problems is ASP.NET solving and how is that benefiting you?

I used ASP.net to replace one of my Microsoft access databases so other my team workers can use it in friendly-use. It took me a lot of time to build the web and make sure that it has all functions and feature that needed to work properly. But at the end it did save a lot of time and money. Review collected by and hosted on G2.com.

Verified User in Computer Software
GC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about ASP.NET?

Has its place in the Microsoft stack, reliable and well featured. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET?

It's expensive, it's statically typed, it's closed, and it's not dynamic. Review collected by and hosted on G2.com.

What problems is ASP.NET solving and how is that benefiting you?

Hosting a payment processing system as well as our company website. Review collected by and hosted on G2.com.