Serialization is the process of converting a data structure or object into a sequence of bits. The purpose is usually to store those bits in a …
Tips when using ADO.NET to access data in a SQL Server database
Here are collection of articles from campusMVP.Net for those developers that are quite familiar with ADO.NET. Basic techniques such as using typed or untyped DataSets, …
Beware of SQL Injection Attacks
This is something that should be known by every developer who writes code that sends queries against a database. Surprisingly, there are lots of developers …
Efficiently accessing large objects in the database: writing LOBs to a database
This is the third post of a series of articles on accessing large objects in the database. You can find all the links in this …
Efficiently accessing large objects in the database: reading LOBs from a database
This is the second post of a series of articles on accessing large objects in the database. You can find all the links in this …
Efficiently accessing large objects in the database: introduction
This is the first post of a series of articles on accessing large objects in the database. You can find all the links in this …
ADO.NET: issues using multiple active record sets, Mars solution
In my previous post I explained the problem and offered two possible solutions.
In this post I’m going to explain a third possible solution …
Importing Large Amounts of Data: mapping columns
This is the last post of a series of articles on importing large a number of records into a SQL Server table. You can find all the links in this …
Using Asynchronous Server Calls: backgroundWorker
This is the seventh post of a series of articles on using asynchronous server calls. You can find all the links in this series at the bottom of this post.
Using Asynchronous …
Importing Large Amounts of Data: further improvement
This is the fourth post of a series of articles on importing large a number of records into a SQL Server table. You can find all the links in this …



