Posts

Showing posts with the label cross-platform

.net core Application is run with different port with electron.net with cross platrom

Image
Clash Royale CLAN TAG #URR8PPP .net core Application is run with different port with electron.net with cross platrom I've developed an application using .NET Core and Electron.NET and created one login form . .NET Core Electron.NET For login , I have created separate web API project and call the login API on login button click. web API When I call API from an application, Its give an error about "Cross-Origin", so I need to register an IP Address and Port in that API but right now I am facing an issue like .net core application is run on the different-different port each time. IP Address Port .net core While call sign-in in API from the window environment it gives me below port: 8001 While calling the same API from the Ubuntu it gives me port 35941 . So now I am facing an issue like, we have the different project for web API and it allows us to call web API on the specific port but due to each time different port generated by the electron.net, we can not call the ...

How do banks handle cross bank transaction?

Image
Clash Royale CLAN TAG #URR8PPP How do banks handle cross bank transaction? let's just say that customer A in bank 1 wants to send 1000$ money to customer B in bank 2. How do the banks make sure that this transaction is atomic? I understand that inside the same database, we can use database transaction to ensure the atomicity. But how is that accomplished if it's cross applications? Thanks Possible duplicate of How does the banking transactions work "under the hood" - possibly in detail – Dan Bechard Feb 25 '16 at 21:52 1 Answer 1 they don't they settle the difference only at the end if day or whenever is convenient By clicking "Post Your Answer", you acknowledge that you hav...