Questions tagged [applications]

for questions about software applications

104 questions
43
votes
7 answers

Does using a database server make sense if the application only does things locally?

I've seen some applications that are basically application software that run local to the system (so they don't have communicate much over the network). These applications seem to depend on database servers in order to store their data. An example…
9a3eedi
  • 2,101
  • 3
  • 23
  • 29
41
votes
7 answers

I want to publish an android app, but I'm afraid of software patents

I wrote an application that helps you to save energy. Actually it is very simple. I check the current location of the phone and I make some changes to the configuration like "sound off, dark display, wifi off...", depending on the location of the…
Lama
  • 521
  • 4
  • 7
32
votes
3 answers

Is it reasonable to build applications (not games) using a component-entity-system architecture?

I know that when building applications (native or web) such as those in the Apple AppStore or Google Play app store that it's very common to use a Model-View-Controller architecture. However, is it reasonable to also create applications using the…
30
votes
2 answers

What is the difference between Windows 8, WinRT, and Windows RT?

I just read that there will be two versions of Windows available: Windows RT and Windows 8. Could someone please describe what the differences between Windows RT and Windows 8 are? And how these differences may affect developers creating apps for…
jerrykobes
  • 515
  • 1
  • 4
  • 7
14
votes
9 answers

What are the worst things that inexperienced developers forget to think about?

As a young developer, I would find it useful to get some advice regarding things to think about in order to develop a high-quality application. In my college courses, most teachers emphasized input validation and some talked about security concerns,…
awmckinley
  • 513
  • 2
  • 10
14
votes
7 answers

Development Approach: User Interface In or Domain Model Out?

While I've never delivered anything using Smalltalk, my brief time playing with it has definitely left its mark. The only way to describe the experience is MVC the way it was meant to be. Essentially, all the heavy lifting for your application is…
Berin Loritsch
  • 45,784
  • 7
  • 87
  • 160
14
votes
3 answers

What is an "application model"?

Currently I'm studying .NET Core and in the early docs which first introduced .NET Core we see that talk about the many different verticals. This can be seem in this picture: In all the verticals we see the runtime, the framework, but there's also…
user1620696
  • 4,817
  • 7
  • 31
  • 46
12
votes
12 answers

Is functional programming actually used to create applications?

Possible Duplicate: What are some well known applications written in F#? I see a lot of people talking about how cool functional programming is, how awesome Lisp and Haskell and F# are, etc, but what I don't see is them actually being used. Just…
Mason Wheeler
  • 82,151
  • 24
  • 234
  • 309
11
votes
2 answers

What are your opinions on "Gamification"?

I watched an interesting Google Talk video (warning about an hour of your time) about Gamification of whatever you are doing. It's clear that the StackExchange set of sites employ quite a few of these principles. There's something compelling…
Berin Loritsch
  • 45,784
  • 7
  • 87
  • 160
10
votes
2 answers

How do you unit test Application and UI code?

I love writing unit tests and agree they are an excellent way to test code, prevent regressions, etc. However, I find myself unable to write them much as the vast majority of the code I work on day-in and day-out is application code that displays a…
Justin Ethier
  • 881
  • 7
  • 19
10
votes
3 answers

The application I wrote is listed as malware. How to fix it?

I have a program that I wrote in Delphi. The program is available for download, but some antivirus like Norton detects it as malware, while other antivirus, like AVG, has no issues with it. Moreover, Google Chrome also gives a malware warning when…
Japie Bosman
  • 203
  • 1
  • 4
9
votes
8 answers

What are the causes that lead to an overbloated software?

Today I decided to perform a clean install for Creative Sound Blaster drivers, as they always start glitching all by themselves after some time. And that meant I had to go through the whole cleanup procedure. And that took me almost 2 hours.. And…
Coder
  • 6,958
  • 5
  • 37
  • 49
8
votes
3 answers

Version control on standalone (in-house) libraries?

Problem Statement At our company, we have various application projects that we work on and then we also have libraries that those projects need to utilize. I feel the need (based on some similar question that have been asked) to say that none of…
Snoop
  • 2,718
  • 5
  • 24
  • 52
8
votes
6 answers

Would you re-design completely under .Net?

A very extensive application began as an Access-based system (for database storage). Forms were written in VB5 and/or VB6. As .Net became a fixture in the development community, certain modules have been rewritten. This seems very awkward and…
IAbstract
  • 1,556
  • 11
  • 24
8
votes
3 answers

Applications Architecture - fewer big systems vs more smaller systems

re: Applications Architecture, that is, "the science and art of ensuring the suite of applications being used by an organization to create the composite application is scalable, reliable, available and manageable." When looking at a range of…
codeulike
  • 801
  • 1
  • 7
  • 10
1
2 3 4 5 6 7