database

Forum discussion tagged with database.
  1. T

    adding some literature-lists to github: with jekyll - the site generator or similar methods

    good day dear friends, ;) i want ot create some kind of literature-list in GitHub wiki? note: the post is a little vague, but that should suit most cases: well - for a Little project i want to add a literature-list (comprehensive and big ) on github - how would you do this!? here some...
  2. N

    How to write a program whose input various information of the companies

    Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the...
  3. sao123

    Can you give Practical Advice on how to apply SOLID principals of OOP to N Tier Data Driven Web Apps

    So one of the things I am discovering in my career is that Data Driven (database) Web Applications in an N tier architecture are very difficult to test and maintain (enhance/fix). I think that is true across the board in all software development, but some areas suffer more than others. Since...