Take advantage of implicit and explicit operators to convert between user-defined types and improve the readability of your code. One of the lesser known features of C# is the ability to create ...
Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
It is rare to find an implemented database devoid of reference tables. Reference tables provide valid values for drop-down lists and in a slightly obtuse way, also allow for expression of a domain or ...
There are two important, yet different aspects of integrity with respect to databases: database structure integrity and semantic data integrity. Ensuring that each database object is created, ...