-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
|
||
* [Best Way to Update only modified fields with Entity Framework](https://stackoverflow.com/questions/33137514/best-way-to-update-only-modified-fields-with-entity-framework) | ||
|
||
|
||
# Transactions | ||
* [Entity Framework Working with Transactions (EF6 Onwards)](https://msdn.microsoft.com/en-us/data/dn456843.aspx) | ||
* [Explicit transaction in Entity Framework 7](https://stackoverflow.com/questions/34399962/explicit-transaction-in-entity-framework-7) | ||
|
||
# Logging | ||
* [Entity Framework/Core and LINQ to Entities (3) Logging and Tracing Queries](https://weblogs.asp.net/dixin/entity-framework-core-and-linq-to-entities-3-logging-and-tracing-queries) | ||
* [EF6 SQL Logging – Part 1: Simple Logging](https://blog.oneunicorn.com/2013/05/08/ef6-sql-logging-part-1-simple-logging/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
* [Buffer Pool Extension](https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/buffer-pool-extension) | ||
|
||
|
||
* [Enable and Disable Change Data Capture (SQL Server)](https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server) | ||
|
||
* [SQL Server updating a time stamp column](https://stackoverflow.com/questions/4592658/sql-server-updating-a-time-stamp-column) | ||
* [timestamp (Transact-SQL)](https://msdn.microsoft.com/en-us/library/ms182776(v=sql.90).aspx) |