From 9c338be07e2096d105e5fbb7f6921bb9d8be5cac Mon Sep 17 00:00:00 2001 From: icom85 Date: Sat, 5 Sep 2015 19:38:18 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc9790..a0ebfef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RadGridViewEFCodeFirst -Data binding Telerik WinForms RadGridView using Entity Framework and [Code First](https://msdn.microsoft.com/en-us/data/jj193542) approach +Data binding Telerik WinForms RadGridView using Entity Framework and Code First approach The project implements [Repository Pattern](https://msdn.microsoft.com/en-us/library/ff649690.aspx) and [Unit of Work](http://martinfowler.com/eaaCatalog/unitOfWork.html).