Microsoft .NET Framework vs Oracle SOA 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,967 views|1,317 comparisons
85% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Microsoft .NET Framework and Oracle SOA 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. Oracle SOA Suite Report (Updated: March 2024).
769,599 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
"Microsoft .NET Framework reduces the cost of entry and enables the development of applications with mature and enterprise features, thereby lowering the entry barriers.""Proven solution with valuable customization.""The new .NET Core has those middlewares, which are awesome from a security standpoint. With the old Framework or the newer Framework, middleware is basically an event pipeline. You configure and register it, and it handles things centrally. A simple example is logging. With the old Framework, you needed to try/catch blocks everywhere. Here, you configure the logging handler once, and it captures exceptions across the application. I really like the middleware pattern.""The .NET Framework simplified operations dealing with the allocation and deallocation of memory spaces and the additional processing resources.""The product has a good interface and easy-to-use programming language.""In-built refactoring and .Net profilers are the most valuable features of the solution.""A great solution for creating program solutions in a framework for Microsoft Windows quickly and easily.""When it comes to the user interface, the context is better than other tools because it is easier to use."

More Microsoft .NET Framework Pros →

"The solution's XSLT or XSL Transformation feature was very useful.""The new product has come out with SOA Cloud Service and Integration Analytics as well, which gives more options for clients to pick their point of requirements.""The most valuable features for us are the APIs, which we commonly use, as well as the scheduling capabilities and file transfers.""Enables our Product Manager to post products to different outside EC platforms with only one interface and one process.""Conceptually, how it integrates a lot of essential enterprise process components. That's the most valuable.""The product allows you to visualize how a company is working currently by providing rich possibilities for analysis such as the audit trails and therefore shows where improvements might be valuable.""I found the adapters to be most useful.""In case there is something that doesn't work out of the box, you have the flexibility to customize it."

More Oracle SOA Suite Pros →

Cons
"The learning curve could be improved.""You need to have the technical expertise to use this product.""The product could have a better framework for application development.""In the realm of Microsoft .NET Framework, particularly in the C# language, there have been significant developments that I find highly commendable. I am genuinely fascinated by the continuous evolution of the language, and staying abreast of the latest features in Azure is both challenging and enjoyable. Working with C# in Azure is particularly fantastic. I appreciate in .NET, as compared to Java, is the enforcement of types, providing a better experience in terms of technicalities. Additionally, the introduction of Roslyn in the past few years has brought about the concept of late .NET, which I find interesting and powerful. This allows for the transformation of symbolic code just before execution, eliminating the runtime decision-making process and enhancing efficiency. However, late .NET does come with a drawback – a delay in the last-minute computation when starting an executable. While some may find this less appealing in terms of instant responsiveness, especially in serverless cloud environments, the efficiency gained from executing strictly binary code is valuable. Despite potential drawbacks like the time required for activation, I view .NET favorably for its technical advancements and efficiency, especially in scenarios such as serverless cloud computing. It's essential to recognize the intricacies of how .NET processes code and the efficiency it brings, which some may overlook.""The pricing is a bit expensive.""Needs stronger security with respect to cloud issues.""The .NET open source community could be larger.""Improvements are needed in .NET development, particularly in a backend scenario."

More Microsoft .NET Framework Cons →

"One area that could be better is the human task feature. It could be improved to provide more functionality and customization options because it has limited options available.""The deployment could be made easier by including add-ons like Hudson and Maven.""The interface is too complicated. Making modifications still requires too much technical knowledge.""The product is not user-friendly.""Various parts of SOA, BPEL, and so on, each have their own consoles which need to be accessed individually with different logins. It would be better from an admin perspective if all the consoles were accessible via a single login.""The solutions can improve the communication or translations between formats, such as JSON and XML. The JSON REST API could improve.""SOA""The web services need to be more robust."

More Oracle SOA 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 →

  • "Oracle pricing is expensive. Support is based on your license. AWS is much better than Oracle in this regard."
  • "It is necessary to evaluate the requirement regarding the platform usage and what the main operation area of the platform will be."
  • "This product is WebLogic based, hence it can be both resource hungry as well as expensive from a licensing point of view."
  • "Based on my knowledge, Oracle SOA Suite doesn't have user-based licensing. It has a system-based licensing model, so you pay for whole systems. Oracle SOA Suite is an expensive solution, so it's a four out of ten for me."
  • "The pricing is not very high as compared to its competitors."
  • "The product is moderately priced."
  • "Oracle SOA Suite is an expensive solution."
  • More Oracle SOA Suite Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Application Infrastructure solutions are best for your needs.
    769,599 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's XSLT or XSL Transformation feature was very useful.
    Top Answer:The solution’s initial setup is complex and could be improved. A big challenge for Oracle SOA Suite is that you don't get too many technical resources.
    Ranking
    Views
    3,185
    Comparisons
    1,962
    Reviews
    30
    Average Words per Review
    516
    Rating
    8.3
    Views
    1,967
    Comparisons
    1,317
    Reviews
    11
    Average Words per Review
    426
    Rating
    7.6
    Comparisons
    Also Known As
    MS .NET Framework
    SOA Suite
    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 SOA Suite is a comprehensive, standards-based software suite to build, deploy and manage integration following the concepts of service-oriented architecture (SOA). The components of the suite benefit from consistent tooling, a single deployment and management model, end-to-end security and unified metadata management. Oracle SOA Suite helps businesses lower costs by allowing maximum re-use of existing IT investments and assets, regardless of the environment (OS, application server, etc.) they run in, or the technology they were built upon. Its easy-to-use, re-use focused, unified application development tooling and end-to-end lifecycle management support further reduces development and maintenance cost and complexity.

    For more information on Oracle SOA Suite, visit Oracle.com

    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
    7-Eleven, Arcor SAIC, Banca Transilvania, Eaton Corporation, Emdeon, Ferrovial, Griffith University, National Instruments, Pella Corporation, Vodafone Group Plc,
    Top Industries
    REVIEWERS
    Government19%
    Manufacturing Company15%
    University11%
    Computer Software Company11%
    VISITORS READING REVIEWS
    Computer Software Company15%
    Financial Services Firm13%
    Government8%
    University6%
    REVIEWERS
    Manufacturing Company14%
    Energy/Utilities Company11%
    Financial Services Firm9%
    Computer Software Company9%
    VISITORS READING REVIEWS
    Computer Software Company18%
    Financial Services Firm9%
    Government9%
    Manufacturing Company7%
    Company Size
    REVIEWERS
    Small Business50%
    Midsize Enterprise13%
    Large Enterprise37%
    VISITORS READING REVIEWS
    Small Business24%
    Midsize Enterprise14%
    Large Enterprise62%
    REVIEWERS
    Small Business19%
    Midsize Enterprise22%
    Large Enterprise59%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise14%
    Large Enterprise69%
    Buyer's Guide
    Microsoft .NET Framework vs. Oracle SOA Suite
    March 2024
    Find out what your peers are saying about Microsoft .NET Framework vs. Oracle SOA Suite and other solutions. Updated: March 2024.
    769,599 professionals have used our research since 2012.

    Microsoft .NET Framework is ranked 4th in Application Infrastructure with 47 reviews while Oracle SOA Suite is ranked 8th in Application Infrastructure with 65 reviews. Microsoft .NET Framework is rated 8.4, while Oracle SOA Suite is rated 8.0. 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 Oracle SOA Suite writes "Easy to setup, provides good support and scalable solution ". Microsoft .NET Framework is most compared with IIS, Magic xpa Application Platform, JBoss Enterprise Application Platform, Apache Web Server and Uniface, whereas Oracle SOA Suite is most compared with Mule ESB, WebLogic Suite, Apache Web Server, TIBCO ActiveMatrix and SAP NetWeaver. See our Microsoft .NET Framework vs. Oracle SOA 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.