Introducing G2.ai, the future of software buying.Try now

Service Provider

ASP.NET Web Development
Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated ASP.NET Web Development Alternatives

Coastal
(179)
5.0 out of 5
VMware Horizon
(112)
4.2 out of 5

ASP.NET Web Development Reviews & Provider Details - Page 2

ASP.NET Web Development Overview

What is ASP.NET Web Development?

A track record of building 20+ technology products for startups over the last 10 years in Microsoft Technologies Development. Experience Matters!

ASP.NET Web Development Details
Show LessShow More
Provider Description

A track record of building 20+ technology products for startups over the last 10 years in Microsoft Technologies Development. Experience Matters!


Seller

Brainsmiths Labs

Description

Brainsmiths Labs is a technology solutions company that specializes in software development and IT services. They offer a wide range of services including web and mobile app development, cloud solutions, and enterprise software development. Their expertise spans various technologies and industries, enabling them to deliver customized solutions tailored to the specific needs of their clients. Brainsmiths Labs is committed to innovation, quality, and customer satisfaction, providing scalable and efficient technological solutions to businesses.

Overview Provided by:
Solution Architect at Brainsmiths Labs , (CTO)

Recent ASP.NET Web Development Reviews

AC
Archita C.Enterprise (> 1000 emp.)
4.5 out of 5
"Great way to build websites"
Its upgrades are quie food and mature. It is also very easy to use and is well structured.
Vidhi A.
VA
Vidhi A.Enterprise (> 1000 emp.)
4.5 out of 5
"Good for professional use"
There are many pre-built templates for various architecture styles, making it simple to get started with any implementation . It has excellent docu...
Jithin J.
JJ
Jithin J.Enterprise (> 1000 emp.)
5.0 out of 5
"One of the best Web Development Tool and Framework"
Given below are few features that I like about ASp.net Easy to get started as its has lot of pre-built templates for SPA, monolith, 3-tier archite...

ASP.NET Web Development Media

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

16 ASP.NET Web Development Reviews

4.5 out of 5
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.
16 ASP.NET Web Development Reviews
4.5 out of 5
16 ASP.NET Web Development Reviews
4.5 out of 5
G2 reviews are authentic and verified.
Bob T.
BT
Senior Architect and Lead Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
Describe the project or task ASP.NET Web Development helped with:

Greenfield development for a niche company to develop a custom application for the Explosives industry. Highly complex UI so we quickly chose the ASP.net MVC Telerik bundle. Realistically saved us 200 hrs of coding. Telerik has a huge online community and you can easily find the solution or solve any issue with a quick google search. Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

Ease of prototyping in an Agile environment. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

Documentation is not super in-depth but please see the what I like section and you'll see this is not an issue at all Review collected by and hosted on G2.com.

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

Rapid UI development Review collected by and hosted on G2.com.

Muhammad I.
MI
Web Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Describe the project or task ASP.NET Web Development helped with:

I developed self services web application using mvc c#.

The code architecture is easy to use and for reuseability. Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

In asp.net CRL is very helpful for auto memory release. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

Asp.net does not provide cross platform environment. And there are big dlls libraries which slows the application and take time while running the program. Review collected by and hosted on G2.com.

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

Before I worked in low level language so i faced most of the time memory reserved problems.

Now using Asp.net framework with high level language like c# execution time much better Review collected by and hosted on G2.com.

Saurabh K.
SK
Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Describe the project or task ASP.NET Web Development helped with:

It is a web framework which help us to use built in libraries. I personally use it in my project for web development. For backend and frontend programming I am using it in my application. Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

It is a framework which is quite easy to understand if anyone can go through and practice it. I like its design and organization of projects and modules. It provides lota if libraries which is very useful when it comes to solve any complex problem. It made the process easy. I'll recommend also to other people to use it for development. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

Some parts of the asp.net is not upgraded to the latest version. It is lacking in those area. It should provide more functionality for making a good design. Review collected by and hosted on G2.com.

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

I am using asp.net for my own project. I am using it to maintain already made website. And I am using it to create web services and web api. It solves so many stuff in one place. One can go ahead with this in initial stage of development and also at experience level. Review collected by and hosted on G2.com.

Michael C.
MC
Software Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
Describe the project or task ASP.NET Web Development helped with:

I used ASP.Net as my website framework to create a CRM project. The project used a lot of basic CRUD views as well as some complex interactive work flow based pages. ASP.net ith MVC is particularly good at enabling rapid development of CRUD pages for models. Leveraging AJAX calls to dynamically update data on ASP views enabled the creation of more complex views which needed to be flexible and still control the clients workflow. Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

ASP.net Razor pages allow the building of interactive web views in a simple way, but allows development of more complex pages by integrating Javascript, C# models, HTML and CSS all on one page of code. The .net framework includes a host of tools and supports the C#, VB.net and F# programming languages., which makes it easy for programmers from all disciplines to use. The common libraries provide a lot of support for applicationd evelopment, which means a lot of heavy lifting has already been done before the developer beings programming. This enables the developer to concentrate on the problem domain. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

I found that not being able to pass complex models between views to controllers with in the MVC pattern (eg not the original views controller) to be a limiting factor. Also I think new javascript frameworks provide a performance improvement on the front end, compared to Razor, especially when doing searches. Review collected by and hosted on G2.com.

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

ASP.net is an excellent platform which comes with excellent built in authentication and user control tools. the Authentication library alone is top quality and allows for OAuth and OWIN atuthentication. which supports two factor authentication. ASP.Net enables me to create efficient Web API projects. There are numerous Nuget packages whcih help me to achieve this aim. I use RestSharp and Ninject as my basic HTTP client interface and Dependecy injection classes respectively Review collected by and hosted on G2.com.

Dipayan B.
DB
.net Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Describe the project or task ASP.NET Web Development helped with:

rgestate.com and many other projects,web service, large erp websites, e commerce platforms Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

oops architechture, light weight, simple cross platform, easy maintenance, code understanding Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

Undefined Application Architecture with lack of Separation of Concerns (SoC),Lack of abstraction with least control over HTML.Lack of Reusability and minimal parallel Development.Limited support for testing and SEO.Complex Pages with Performance issues Review collected by and hosted on G2.com.

Recommendations to others considering ASP.NET Web Development:

I would highly recomend ASP.NET Web Development for your business and your need. Review collected by and hosted on G2.com.

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

Easier Maintenance, Keep you Asp.net applications secured with the built-in Windows authentication and per-application configuration.

2: Asp.Net has reduced the long lines of code required to develop large applications.

3: Asp.Net and Html, together generate dynamic web pages smoothly.

4: Being an ideal server-side scripting technology, Asp.Net code first runs on Windows server before displaying on the web browser.

5: Asp.Net framework is language independent, means you can choose any programming language which best suited to you application.

6: With the built-in configuration information, Asp.Net is easy to deploy. Review collected by and hosted on G2.com.

Verified User in Banking
PB
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Describe the project or task ASP.NET Web Development helped with:

I worked on .net framework for development of front end for banks interface. Entire website for bank which is used by tellers in branches were build on .net framework. The development and deployment of the modules are easy in .NET framework. Distribution of code is easier compared to other platforms. Review collected by and hosted on G2.com.

What do you like best about ASP.NET Web Development?

Integration with HTML and C Sharp code. Ease of learning. Many resources are available for learning. You get clearance for doubts in code in community very quickly. Very few prerequisites of programming fundamentals is required to learn .net from scratch. Review collected by and hosted on G2.com.

What do you dislike about ASP.NET Web Development?

For even small function a lot of lines of code is to be written. Function calls are confusing. IDE should be designed similar to IntelliJ or Eclipse. Review collected by and hosted on G2.com.

Recommendations to others considering ASP.NET Web Development:

Do use frameworks for building projects. Do not just google code and paste the snippet it may blow up the system. Write meaningful code. Review collected by and hosted on G2.com.

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

Currently I’m building a website for hospitals which will manage records for all patients and doctors in single portal. Hosted on Asure servers. Review collected by and hosted on G2.com.