database

Forum discussion tagged with database.
  1. 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...
  2. 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...