Let\'s say I have two tables with several fields and in every table there is a primary key which is a technical id generated by a database sequence:
I have a number of static classes that contain tables like this: using System; using System.Data; using System.Globalization;
Firstly, This might seem like a long question. I don\'t think it is... The code is just an overview of what I\'m currently doing. It doesn\'t feel right, so I am looking for constructive criticism and
I\'m currently creating an MVC application that will likely to expand to include a silverlight, wpf and possible windows phone all using the same data.
I\'m in a company that writes their own business data applications when there\'s no good off the shelf alternative. Most often it\'s
We have a Data Access service in our SOA WCF system. This service is responsible for doing CRUD (create, update, delete) operations on \"system wide\" database tables, and is also the source of this d
I\'m currently working with a large database (approx. 500 tables) all without any foreign keys define.
Our software is a customized Human Resource Management System (HRMS) using ASP.NET with Oracle as the database and now we are actually moving to make it a product that supports multiple tenants with t
I am invoking a stored proc from .NET app. The proc returns an out parameter of type Varchar2. To fet
I write a little Chat Application. To save some infos like Username and Password I store the Data in an SQL-Compact 3.5 SP1 Database.