Skip to main content

Questions tagged [desktop-application]

0 votes
3 answers
652 views

I'm looking at doing something like this: Browser <-> Desktop App <-> SQLite DB My first thought was, this opens potential access to that SQLite db to every web app that the user interacts ...
user3331142's user avatar
-2 votes
1 answer
147 views

I am looking to adopt GitFlow for a multi-product repository. This repo contains multiple on-prem applications and libraries. Due to the nature of the products, releases are not frequent and we do not ...
Learner's user avatar
  • 21
-1 votes
4 answers
253 views

Here's what a typical application that adopted the client-server architecture looks like: A client-based frontend issues requests to a company backend server The company backend server accepts the ...
Sergey Zolotarev's user avatar
2 votes
2 answers
170 views

If I give a real example, I want to create a desktop software that includes: electron js app that communicates with react js using IPC channels. I need to communicate with software that only has a ...
Ali Shefaee's user avatar
1 vote
1 answer
292 views

I'm and entry-level developer straight out of college. I am the only developer at this company. I feel the challenges I face are different to most people working with sub optimal or very poorly ...
mpAppProg's user avatar
2 votes
1 answer
2k views

Most useful or reasonably complex applications need to save data such as user settings or saved games or browser history. I have been working on applications and games in C or C++ but I am not sure ...
CPlus's user avatar
  • 1,219
1 vote
1 answer
311 views

We are planning on building a desktop application with a few web components. I want to know how resilient is this architecture. Essentially the design looks like Mixing web components with desktop ...
Varunkumar Manohar's user avatar
2 votes
1 answer
169 views

Let's say that there are two products, product A and product B. Product A is a desktop product that customers download and install locally on their machine. This product follows a typical versioning ...
ChapterSevenSeeds's user avatar
0 votes
1 answer
739 views

I'm working on a Desktop App in C# that communicates with a Java backend hosted AWS. I want to deploy on multiple instances and use an Application Load Balancer with sticky sessions but as Far as I ...
Hicham Zouarhi's user avatar
2 votes
1 answer
336 views

We have a scenario that is in a VERY tightly controlled industrial environment. This is all C# on Windows. We gather data from different types of sources - sensors monitoring environmental data, ...
whopkinscom's user avatar
7 votes
3 answers
4k views

I would like to display something on my desktop by tapping a button on my mobile app. For example, there is a "show cat" button on my mobile app. When I tap that button, a new window should ...
LevelRin's user avatar
0 votes
1 answer
235 views

When it comes to exception handling, there are many guidelines and best practices on the web. On of them is to throw early, catch late, or even Don't Catch. So when facing an exception, the current ...
mperktold's user avatar
  • 151
1 vote
1 answer
2k views

Lets say we have a microservice architecture consisting of: multiple frontend clients, e.g. an Android App, an iOS App, and a Javascript Web Frontend a Java Spring (HTTP Rest) microservice to access ...
Sebu's user avatar
  • 143
0 votes
1 answer
100 views

Question In the context of an MVC, desktop architecture, is there a canonical solution or a design pattern / best practice to give access to an immutable value class to multiple components at ...
orangeBall's user avatar
0 votes
3 answers
939 views

For a monolithic desktop application with two projects - a frontend and a backend, both in C#, what would be the best practice for communication between them? The frontend needs to make calls to the ...
Identicon's user avatar

15 30 50 per page
1
2 3 4 5
7