Skip to content

Commit 8dc65ce

Browse files
fix
1 parent 8939b2e commit 8dc65ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ It uses parameter binding technique to protect your application against SQL inje
1818

1919
In addition to protection against SQL injection attacks, this technique speeds up your query execution by letting the SQL engine caches and reuses the same query plan even if the parameters are changed.
2020

21-
<img src="./images/pic.jpg">
2221

2322
```cs
2423
IEnumerable<Post> posts = await db.Query("Posts")

0 commit comments

Comments
 (0)