Skip to content

Commit d1a1c27

Browse files
authored
Update README.md
1 parent 7046d2c commit d1a1c27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
#Store Functions for EntityFramework CodeFirst
1+
# Store Functions for EntityFramework CodeFirst
22

33
Currently Entity Framework Code First approach does not natively support store functions (Table Valued Functions (TVFs) and Stored procedures). However opening the mapping API (and a few other minor changes) made it possible to use TVFs and stored procedures with Code First. This project uses the basic building blocks to build end to end experience allowing using TVFs in Linq queries and invoking stroed procedures without having to drop down to SQL.
44

5-
####This project was moved from https://codefirstfunctions.codeplex.com
5+
#### This project was moved from https://codefirstfunctions.codeplex.com
66

77
You may still find some useful information there:
88

99
- Old discussion board - https://codefirstfunctions.codeplex.com/discussions
1010
- Issues - https://codefirstfunctions.codeplex.com/workitem/list/basic
1111

12-
#How to get it
12+
# How to get it
1313

1414
You can get it from NuGet - just install the [EntityFramework.CodeFirstStoreFunctions NuGet package](http://www.nuget.org/packages/EntityFramework.CodeFirstStoreFunctions)
1515

16-
#How to use it
16+
# How to use it
1717

1818
- [See what's new in Beta](http://blog.3d-logic.com/2014/08/11/the-beta-version-of-store-functions-for-entityframework-6-1-1-code-first-available)
1919
- [The 1.0.0 version released](https://blog.3d-logic.com/2014/10/18/the-final-version-of-the-store-functions-for-entityframework-6-1-1-code-first-convention-released)

0 commit comments

Comments
 (0)