Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icom85 committed Sep 5, 2015
1 parent 38548cb commit e179363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# RadGridViewEFCodeFirst
Data binding Telerik WinForms RadGridView using Entity Framework and [Code First](https://msdn.microsoft.com/en-us/data/jj193542) 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).

For Database First approach check the following documentation article: [Binding to EntityFramework using Database First approach](http://www.telerik.com/help/winforms/gridview-populating-with-data-binding-to-entity-framework-using-database-first-approach.html)

0 comments on commit e179363

Please sign in to comment.