SQL Server 2005 - Merge Replication Step by Step Procedure
Last Updated: 30 Aug 2008
Page Views: 37,211
Rating: 4.23/5
Votes: 10
Popularity: 4.23
Bookmark Count: 40
Licence: The Code Project Open License (CPOL)
Replication is the process of sharing data between databases in different locations. Using replication, we can create copies of the database and share the copy with different users so that they can make changes to their local copy of database and later synchronize the changes to the source database
Shallow Copy vs Deep Copy in .NET
Last Updated: 10 Oct 2008
Page Views: 17,303
Rating: 2.11/5
Votes: 19
Popularity: 2.69
Bookmark Count: 24
Licence: The Code Project Open License (CPOL)
shallow and deep copy are used for copying data between objects
Provider Design Patterns in NET 2.0
Last Updated: 29 Oct 2008
Page Views: 12,058
Rating: 4.56/5
Votes: 10
Popularity: 4.56
Bookmark Count: 61
Licence: The Code Project Open License (CPOL)
Provider Design Pattern is a new pattern that Microsoft formalized in .NET 2 to increase application performance where there are no need for explicitly instantiate classes