| Title |
Author |
Score |
Domain Objects Persistence Pattern for .NET
Wednesday, July 13, 2005 (EST)
Domain objects in an application represent the core data and business validation rules relating to it.Therefore, their good design is critical for a good application design that is robust, high performing, and yet flexible.
|
Iqbal Khan
|
Average Rating:  |
|
How to Link Different Data Sources Together
Saturday, June 18, 2005 (EST)
Learn to link SQL Server with many different data sources. See how to link SQL Server to a directory like Active Directory Application Mode, a Microsoft Indexing Server catalog, a Microsoft Access database, and a Microsoft Excel spreadsheet.
|
Klaus Salchner
|
Average Rating:  |
|
Local Data Model for .NET Database Application
Tuesday, October 19, 2004 (EST)
A local data model could be defined as the way the application stores the data in its internal data structures and the way it manipulates the data.
|
Wiktor Zychla
|
Average Rating:  |
|
General Purpose Sql Function
Sunday, August 22, 2004 (EST)
The newest function in the C# Code Generator is a general purpose Sql funnction that can be used for any non-query sQL command. The code list below is a static version in our general purpose database library.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Getting the Id on a New Record in SQL
Sunday, August 22, 2004 (EST)
When working with related tables where the Id from one table is stored in a second table, it is helpful to automatically get the identity of the newly added record.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Counting Records in an SQL Table.
Sunday, August 22, 2004 (EST)
I was working on a project using my C# Class Generator and realized that I had no way to get a count of the number of records in the table. In the past I have used the DataAdapter class - easy, but not very efficient.
|
DeveloperLand Administrator
|
Average Rating:  |
|
ExecuteScalar / GetObject in C#
Sunday, August 22, 2004 (EST)
This is a function that I have used in almost every application. ExecuteScalar is fast and for returning a single value, almost unbeatable.
|
DeveloperLand Administrator
|
Average Rating:  |
|