About 361,000 results
Open links in new tab
  1. What is data-driven programming? - Stack Overflow

    Apr 29, 2012 · Data driven progamming is a programming model where the data itself controls the flow of the program and not the program logic. It is a model where you control the flow by …

  2. What makes an Android application vulnerable to SQL Injection?

    May 23, 2015 · Definition of SQL Injection SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry …

  3. What's the best strategy for unit-testing database-driven …

    Sep 28, 2008 · I work with a lot of web applications that are driven by databases of varying complexity on the backend. Typically, there's an ORM layer separate from the business and …

  4. What is Data Oriented programming? - Stack Overflow

    Nov 8, 2010 · Data oriented programming is simply a programming language with database, you can create tables and queries, and program to manipulate the stored data on it, example of …

  5. message driven vs. event driven approaches to application …

    109 I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of application and …

  6. Which Javascript Framework for a data driven web application?

    Oct 23, 2015 · I've been asked to design a web application which has multiple tiers. It will have a client aspect (rendering information for the user), a server aspect (web api serving data) and a …

  7. What is data oriented design? - Stack Overflow

    392 First of all, don't confuse this with data-driven design. My understanding of Data-Oriented Design (DOD) is that it is about organizing your data for efficient processing.

  8. How data driven applications are built generally - Stack Overflow

    Mar 15, 2012 · One thing I am confused from the start is how real time data driven applications are built. I started with a basic application where I required to bind data to a datagrid which …

  9. Unit Testing Database Driven .NET Applications - Stack Overflow

    Dec 2, 2011 · No data means it wont do anyting. What would be the best way to store this sample data and make it available to the function being tested. I dont think data-driven unit tests are …

  10. Resources to learn OOP Design Patterns in regards to data driven ...

    Aug 24, 2011 · Hi I'm trying to find some good resources for using OOP in the context of Data driven applications. I have a relativity firm grasp of OOP I use objects, interfaces, and …