One of the most productive frameworks around
February 28, 2018

One of the most productive frameworks around

Anonymous | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with .NET

We have many applications being built in .NET. It is the premier way to build thick client / rich client applications for Windows. We also use it for backend servers, batch jobs, and web sites.
  • Most powerful framework that works well
  • Best integrated with the best code editor around, Visual Studio
  • Support for multiple modern programming languages like C#, and F#
  • .NET Core is still gaining adoption
  • EF Core does not support lazy loading yet, a feature we use a lot
  • A lot of the libraries we use are not planned to work on .NET Core yet
  • Saved us time from having to evaluate many different Java libraries which did not integrate well or had questionable support lifetimes.
  • Saved us from having to track down CLASSPATH issues.
  • Saved us from servers crashing due to lack of PermGen space.
It has modern features (8+ years ahead of Java), the best IDE (Visual Studio), and best in breed support for Windows environments.
Great for both client side, web sites, and server side code. Probably not as efficient as a SPA though.