The Future of .NET and Interoperability in Banking

We are rapidly moving towards a more open environment when it comes to technology. A question that often comes up is why aren't .NET and Java interoperable?

Well in fact they are.

For example:

  • Both Java and .NET run on Azure
  • Both Java and. NET run on Windows
  • Java and .NET are interoperable - a cross platform free software ASP.NET is available part of the Mono project

Both .NET and Java are important languages in financial services.  So Microsoft's strategy supports interoperability with Java. Additionally, .NET is very prevalent in customer facing technologies and has enormous advantages over other languages.

Banking is rich in computer languages and the list is growing. -  C++, SQL Server, DCOM, HTML, COM, JavaScript, ASP, Server and Client registration utilities, VC++, GTK+ (on Linux) and XML for development requirements. But maintaining the level of expertise necessary to support these different languages is expensive and once developed the applications can be costly to support.

Additionally major development exercises require knowledge of at least one and ideally several of these languages which can be a time consuming and costly exercise.

But with .NET, Microsoft integrated almost everything in one package.

So if you start to learn .NET, all you need to learn is: C# (VB.NET is also a good option), ASP.NET, XML - three languages only instead of several. This means that it is generally quicker and cheaper to do development work in .NET. Additionally, the reason why most Microsoft programs are written in .NET is because at Microsoft we haven't been able to achieve the quality our clients expect from us by writing in other languages.

C# can be used for scripting for client validation, to create business logic, for server side programming, for Windows Applications, for Console Applications, for component designing and can use XML as data, as metadata and connecting tool between database and business logic again you need C# implementation of ADO.NET.

To put the things online you need ASP.NET on the server side and to make reusable web components, you have the concept of Web Services like Windows Services developed in VC++ but with no physical boundaries.

Just one language and we can use it almost everywhere.

Both Java and .NET support an open environment for developers. Sun, now part of Oracle retains exclusive and unlimited legal rights to its Java intellectual properties, and the Java community is subject to those rights.

In contrast, Microsoft has developed C# and .NET without a formal community contribution system, the language and some parts of the executable format and runtime have been standardized and freely distributed through ECMA and ISO in an open and vendor-neutral process, rather than one that retains veto and copy rights for Microsoft.

.NET is designed to be a multi-lingual programming environment, because at Microsoft we recognize the importance of this capability to programming productivity and we are committed to interoperability with other languages and in particular with open source communities.

For more details, please see the following documents from Microsoft Research:

Extending the .NET Common IL for Functional Language Interoperability by Don Syme, Microsoft Research

https://research.microsoft.com/pubs/69132/babel01.pdf

F#: Putting the 'Fun' into 'Functional' by Rob Knies

https://research.microsoft.com/en-us/news/features/fsharp-041310.aspx

PHP Interoperability

https://research.microsoft.com/apps/dp/search.aspx?q=.net+interoperability

Relationships it's Complicated by Gianugo Rabellino

https://blogs.msdn.com/b/interoperability/