Skip to content

Commit 33e2a33

Browse files
Update fastest-way-to-insert.md
1 parent 19d6253 commit 33e2a33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pages/articles/fastest-way-to-insert.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ With this library, only a few database round-trip will now be required when savi
3636

3737
You can find the library documentation here: [EFE – Tutorials](http://entityframework-extensions.net/tutorials)
3838

39-
Getting started with this library cannot be easier. You download it using [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Extensions/), and all bulk method are automatically available from your context instance since methods extend the DbContext class.
39+
Getting started with this library cannot be easier. You download it using [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Extensions/){:target="_blank"}, and all bulk method are automatically available from your context instance since methods extend the DbContext class.
4040

4141
Without having to configure anything, all models and scenarios are supported such Code First, Database First, Inheritances (TPC, TPH, and TPT), Relationship, and everything else!
4242

@@ -174,4 +174,3 @@ ZZZ Projects give back value to the .NET community by supporting some other free
174174
- [Extension Methods](https://github.com/zzzprojects/Z.ExtensionMethods){:target="_blank"}
175175
- [Dapper Tutorial](http://dapper-tutorial.net/){:target="_blank"}
176176
- Help to partners such [Entity Framework Tutorial](http://www.entityframeworktutorial.net/){:target="_blank"}
177-
- And more

0 commit comments

Comments
 (0)