Microsoft .NET Framework vs WebLogic Suite comparison

Cancel
You must select at least 2 products to compare!
Microsoft Logo
3,185 views|1,962 comparisons
93% willing to recommend
Oracle Logo
1,300 views|1,077 comparisons
96% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Microsoft .NET Framework and WebLogic Suite based on real PeerSpot user reviews.

Find out in this report how the two Application Infrastructure solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed Microsoft .NET Framework vs. WebLogic Suite Report (Updated: March 2024).
769,630 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The .NET Framework is a very good framework. It does what I need it to do.""User-friendly and straightforward.""The Windows Communication Foundation is the biggest advantage we get from the .NET Framework.""The most valuable feature is customization.""The most valuable features for us are web frameworks like MVC, Web API, and WCS.""The most valuable feature of Microsoft .NET Framework is debugging.""If we take low code, no code platform such as RPA platforms, you might end up writing 100 lines of code and you might do it in a single line of code using. NET.""Given that it's cross-platform right now, where you can use it on Windows and Mac, that is the single most significant feature that has resulted in wider adoption of .NET."

More Microsoft .NET Framework Pros →

"The solution is useful for centralizing data.""The most valuable feature of WebLogic is it has excellent performance and stability compared to the previous solution we used.""A valuable feature is its integration with Oracle Database.""This is a robust solution.""The transaction handling of WebLogic and the way it is designed is excellent.""The product is reliable.""WebLogic adds a lot of value to business and investments.""The feature that I have found to be the most valuable is the ease of deployment."

More WebLogic Suite Pros →

Cons
"The solution could improve by optimizing the memory for better performance.""They could enhance support for Python within Visual Studio, as integrating Microsoft products with other frameworks can present a steep learning curve.""If AI could be incorporated in Microsoft .NET Framework it would be helpful.""Difficult to scale this product for large organizations.""The product’s reliability needs improvement.""You need to have the technical expertise to use this product.""The product is nearing its sunset, and we think that by 2028, we won't get support anymore""Microsoft has its own product called Blazor, but I don't think it's quite as powerful yet as React or Angular. That's an area for improvement."

More Microsoft .NET Framework Cons →

"This solution would benefit from the inclusion of a ripple start function for clusters.""I think the support could be much better.""The licensing for the solution is pretty expensive. It may be the most expensive solution, if you were to compare it to the competition.""Lacking a solution for smaller applications.""Sometimes there are issues when we work on a VM because people use it to put all of their reports on it at the same time. Then I have to restart and rebuild the machine.""I noticed a few areas for improvement in WebLogic Suite. If you use the pure play higher-availability features, then yes, it can be switched over to the other system from the high-availability point of view, but that comes with a certain price. If you prefer simpler high-availability, that requires manual intervention. I'd also recommend a tuning feature in WebLogic Suite because it's not self-tuning, and this means you need thorough expertise to do the tuning and leverage the best benefit out of it. If Oracle makes WebLogic Suite automated or self-driven, then it becomes a wonderful product, similar to what Oracle did for the Autonomous Database which is self-driven or has an autonomous operating system. If automation is added in the next release of the solution, combined with more affordable pricing, though as a technical person, I know how much goes into having automation as a feature, and it could be difficult to lower the price, but if Oracle can do it, then that would make WebLogic Suite better.""The content search is not easy.""I would like to see the licensing policy simplified."

More WebLogic Suite Cons →

Pricing and Cost Advice
  • "Do your homework. Consider the partnership program."
  • "The product and support for this solution are free for everyone."
  • "The pricing could be cheaper."
  • "There is a Community Edition that can be used free of charge, but the licensing cost for the Enterprise version is quite high."
  • "If you want to develop an enterprise-level application, you have to purchase the enterprise-level development license."
  • "The Microsoft .NET Framework is free of charge, without licensing cost."
  • "For the moment I can only give the product a rating of five out of ten since only some of the customers will be satisfied, those that have the financial resources for hosting a platform on Windows Server."
  • "Microsoft .NET Framework is licensed under the Windows License."
  • More Microsoft .NET Framework Pricing and Cost Advice →

  • "Scaling is costly."
  • "Technical support is very costly."
  • "There is a license required for this solution and the price could be reduced."
  • "The cost of the WebLogic Suite license is a bit high."
  • "The product comes bundled with Oracle Premier Support."
  • More WebLogic Suite Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Application Infrastructure solutions are best for your needs.
    769,630 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:Microsoft .NET Framework continually innovates, particularly in Visual Studio, which focuses on improving languages, debugging, and .NET functionality.
    Top Answer:Microsoft .NET Framework continually innovates, particularly in Visual Studio, which focuses on improving languages, debugging, and .NET functionality. They could enhance support for Python within… more »
    Top Answer:The solution is useful for centralizing data.
    Top Answer:We pay for Oracle Premier Support. The product comes bundled with Oracle Premier Support.
    Top Answer:The documentation is too broad. The content search is not easy. We see a lot of sources of information, but we must dig in to get what we need. We need to do trial and error. It might be because there… more »
    Ranking
    Views
    3,185
    Comparisons
    1,962
    Reviews
    30
    Average Words per Review
    516
    Rating
    8.3
    Views
    1,300
    Comparisons
    1,077
    Reviews
    4
    Average Words per Review
    452
    Rating
    8.3
    Comparisons
    Also Known As
    MS .NET Framework
    Learn More
    Overview

    Microsoft .NET Framework is a software development framework for building and running applications for Windows, Windows Phone, Windows servers, XML Web services, and Microsoft Azure. The software is made up of two major components: Common Language Runtime (CLR) and the .NET Framework Class Library. The CLR is the execution engine that handles running apps and the Class Library is a library of tested, reusable code that developers can call from their own apps.

    Microsoft .NET Framework Features

    Microsoft .NET Framework has many valuable key features. Some of the most useful ones include:

    • Memory management: With Microsoft .NET Framework apps, the CLR allocates and releases memory and handles object lifetimes in many programming languages, so programmers are not responsible to do it.
    • Multitargeting: Microsoft .NET Framework targets .NET Standard, allowing developers to create class libraries that work on multiple Microsoft .NET Framework platforms.
    • A common type system: When using Microsoft .NET Framework, basic types are defined by the .NET Framework type system and are common to all languages that target Microsoft .NET Framework as opposed to traditional programming languages where basic types are defined by the compiler.
    • Side-by-side execution: By allowing multiple versions of the common language runtime to exist on the same computer, Microsoft .NET Framework helps resolve version conflicts. In addition, an app can run on the version of Microsoft .NET Framework with which it was built and multiple versions of apps can coexist.
    • Development frameworks and technologies: Microsoft .NET Framework provides libraries for specific areas of app development, such as ASP.NET for web apps, ADO.NET for data access, Windows Communication Foundation for service-oriented apps, and Windows Presentation Foundation for Windows desktop apps.

    Microsoft .NET Framework Benefits

    There are many benefits to implementing Microsoft .NET Framework. Some of the biggest advantages the solution offers include:

    • Language interoperability: With this Microsoft .NET Framework feature, routines written in one language are accessible to other languages, enabling programmers to focus on creating apps in their preferred languages.
    • Version compatibility: Microsoft .NET Framework offers version compatibility for rare occasions when apps that are developed by using a particular version of Microsoft .NET Framework happen to run without modification on a later version.
    • Extensive class library: With Microsoft .NET Framework, programmers have the ability to use a readily accessible Microsoft .NET Framework class library instead of having to write vast amounts of code to handle common low-level programming operations.

    Reviews from Real Users

    Below are some reviews and helpful feedback written by PeerSpot users currently using the Microsoft .NET Framework solution.

    PeerSpot user, Syed A., Principal System Developer at a government, says the solution is a “Great all in one framework with extensive stack for web applications, windows applications and mobile applications.”

    A QA Supervisor at a manufacturing company mentions, “It comes with many features that you can interact with and has all of the libraries readily available, which is not available in the RPA platforms. You can create your own SSIS package. You can integrate with all of the Windows objects, which is not available in Automation Anywhere, and you need to rely on their Object Cloning technologies to interact with them.”

    Brennan G., IS Technical Architect at Avara Foods Holdings Limited, comments, “It is easy to use, and it runs on a Windows platform. The .NET Framework is a very good framework. It does what I need it to do.”

    Oracle WebLogic Suite is an integrated solution for building onpremise cloud application infrastructures that span web server, application server and data grid technology tiers. It includes Oracle WebLogic Server, an application server for developing and deploying applications across conventional and cloud environments, Oracle Coherence Enterprise Edition, Oracle Web Tier, Oracle TopLink, Oracle Java Mission Control and Flight Recorder, and other component technologies.

    Sample Customers
    Curtin University, Rockwell Automation, Aruba Networks, Insurity Inc., City of Barcelona, Pennsylvania DCNR, University of Petroleum and Energy Studies, A1 Telekom Austria AG, Eastman Chemical Company
    State Revenue Office Victoria, Colab Consulting Pty. Ltd., Reliance Commercial Finance, Center for Railway Information Systems, Sascar, Banca Transilvania, UL, Chhattisgarh Infotech and Biotech Promotion Society, MCB Bank, Pacfico Seguros Generales
    Top Industries
    REVIEWERS
    Government19%
    Manufacturing Company15%
    University11%
    Computer Software Company11%
    VISITORS READING REVIEWS
    Computer Software Company15%
    Financial Services Firm13%
    Government8%
    University6%
    REVIEWERS
    Financial Services Firm28%
    Energy/Utilities Company11%
    Government11%
    Training & Coaching Company6%
    VISITORS READING REVIEWS
    Financial Services Firm14%
    Manufacturing Company13%
    Computer Software Company12%
    Government9%
    Company Size
    REVIEWERS
    Small Business50%
    Midsize Enterprise13%
    Large Enterprise37%
    VISITORS READING REVIEWS
    Small Business24%
    Midsize Enterprise14%
    Large Enterprise62%
    REVIEWERS
    Small Business29%
    Midsize Enterprise9%
    Large Enterprise62%
    VISITORS READING REVIEWS
    Small Business18%
    Midsize Enterprise14%
    Large Enterprise68%
    Buyer's Guide
    Microsoft .NET Framework vs. WebLogic Suite
    March 2024
    Find out what your peers are saying about Microsoft .NET Framework vs. WebLogic Suite and other solutions. Updated: March 2024.
    769,630 professionals have used our research since 2012.

    Microsoft .NET Framework is ranked 4th in Application Infrastructure with 47 reviews while WebLogic Suite is ranked 11th in Application Infrastructure with 31 reviews. Microsoft .NET Framework is rated 8.4, while WebLogic Suite is rated 8.2. The top reviewer of Microsoft .NET Framework writes "Intuitive, easier to develop, maintain, and migrate from the old framework to newer versions". On the other hand, the top reviewer of WebLogic Suite writes "Simple setup, reliable, and performs well". Microsoft .NET Framework is most compared with IIS, Magic xpa Application Platform, JBoss Enterprise Application Platform, Apache Web Server and SAP NetWeaver Enterprise Portal, whereas WebLogic Suite is most compared with Oracle SOA Suite, Oracle WebCenter, Apache Web Server and NGINX Plus. See our Microsoft .NET Framework vs. WebLogic Suite report.

    See our list of best Application Infrastructure vendors.

    We monitor all Application Infrastructure reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.