|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » transactions (RSS)
-
In this post I would like to look into transactions in SQL Server. A transaction is a group of tasks that perform as a single unit of work.In database terms all parts of the transaction must be saved in the database or must be abandoned.It is a great feature in the relational world since through transactions we make sure the database is never in ...
-
In this post I would like to talk about LINQ to SQL and transactions.When I have a LINQ to SQL class I always get asked this question, ''How does LINQ treat Transactions?''. When we use the DeleteOnSubmit() method or the InsertOnSubmit() method, all of...(read more)
|
|
|