Skip to content

Commit d0f98e1

Browse files
committed
Update Blog 6 - Updating Simple Grid Components.md
1 parent 9ac3e6b commit d0f98e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blog 6 - Updating Simple Grid Components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ On the aspx page, we can now loop over the strongly typed array of `Project` obj
257257
<% } %>
258258
```
259259

260-
[View the commit - Using Entity Framework in Projects page]()
260+
[View the commit - Using Entity Framework in Projects page](https://github.com/dpaquette/BugTracker.NET/commit/11ffd198b329f10cb07f2eced5509a2121d24455)
261261

262262
#Performance
263263
You might be wondering about the performance of this approach and how well it will scale when dealing with large amounts of data. These are valid concerns as this approach has the potential to be very inefficient if we are trying to display a large number of rows.

0 commit comments

Comments
 (0)