Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 404 Bytes

FD.DataProvider

Sample data provider to connect to test projects. Provides some premade models that can be used or can use custom model. All generated data gets stored in Sqlite database in memory.

ConsoleDemo

Shows how to use premade model and dbcontext with random generated data.

IdentityDemo

Shows how to implement it when using Blazor with ASP.Net Core Identity to provide a test base.