Articles
 



Home
QueueExplorer
DbOctopus
Articles
BUY
About us
Contact


NEW:
DbOctopus 1.1
Now with intelligent
SQL script editor


Free personal licenses during June 2009!


Find out immediatelly about new articles from our feed or by subscribing to news .

Introduction to MSMQ

New to MSMQ? Help distributed applications survive crashes and outages with MSMQ - one typical MSMQ scenario described.

Surviving poison messages in MSMQ

What happens when message in MSMQ can not be processed? Most common solution is to put it back to queue and retry later. But if it fails repeatedly following messages will never be processed - queue will be blocked with so-called poison message. How to fight this situation?

How to avoid writing SQL for Ado.Net DataAdapter

One of most repetitive, boring and thus error prone tasks when accessing databases from C# (or other language) is writing SQL commands. And when there is explicit SQL, no matter whether it's in stored procedures or inside your code, it has to be maintained. For instance if column is added to database, that one must be added to all 4 commands (INSERT, SELECT, UPDATE, DELETE - aka CRUD), and there are often more than one SELECTs with different filters. There are certainly times when you must write some SQL, but it would be better if machine could create as much as possible.

This article is about writing some code that can do that job. It was made for SQL Server but you shouldn't have too much problems to customize it to db you use.

 

 

home QueueExplorer DbOctopus buy articles about us contact

Copyright Cogin 2004-2009.
Information is provided for educational purposes only, as-is and is subject to changes without further notice.
No warranties of any kind. You agree to use all information only on your own risk.