The interoperability tag has no wiki summary.
17
votes
13answers
4k views
Why would programmers ignore ISO standards? [on hold]
One of the things I run into often is problems caused by programs which don't conform to ISO standardss.
One example would be not using the ISO country tables but making up their own shorthands, ...
0
votes
3answers
133 views
High-Level SQL Interoperability
In a server -> client scenario, wouldn't it be simpler and faster to grant a public user access to a Stored Procedure rather than using web services (XML, REST, SOAP, etc) and other interoperable ...
0
votes
1answer
77 views
What is a cross-platform way to expose an Array[][] over a webservice? Any JSON nuances to be aware of?
I need to expose an Array[][] to many different clients (iPhone, Android, PC, Unix, etc), and need to make it available over HTTP/s
This brings me to JSON, and makes me wonder how do all the other ...
1
vote
2answers
297 views
IL and case-sensitivity
Quoted from A Brief Introduction To IL code, CLR, CTS, CLS and JIT In .NET
CLS stands for Common Language Specifications. It is a subset of CTS.
CLS is a set of rules or guidelines which if ...
4
votes
5answers
368 views
Should I encrypt files saved by my program
I'm trying to decide on what format I should save data in, and hopefully this question will help me come to a decision. The program I'm writing uses 'databases' in which word=meaning (not a ...
4
votes
2answers
773 views
How can I combine C/Fortran with JavaScript?
I'm working on a project where I need heavy numerical calculations to be real-time visualized with something flexible like D3.js. Are there frameworks out there that would let me painlessly achieve ...