Uploaded videos
1-10 of 21-
Generator Library
nHydrate
974 views
This tutorial shows how to use the new generator library. You can download nHydrate generators and create code.
-
Intro to Entity Framework DAL
nHydrate
3,202 views
This is an introduction to using nHydrate to create an Entity Framework data access layer.
-
Calculated Fields
nHydrate
907 views
This example demonstrates how to add a calculated field to a model.
-
Views
nHydrate
829 views
This example demonstrates how to create a complex view and query it like a table. nHydrate views map to a database views and can query them using strongly-typed, compile-ti...
-
Roles
nHydrate
348 views
-
One to One Relations
nHydrate
609 views
This example demonstrates how to create a one to one (1:1) relationship. You can have two tables that relate to each other in a one to one fashion and not one to many.
-
Many to Many Relations
nHydrate
994 views
This example demonstrates how to create a many to many (N:M) relationship. This relationship is generally not supported by relational databases so the nHydrate framework bu...
-
Paging
nHydrate
1,250 views
This example demonstrates how to load data in pages. You can easily paginate through data using the built-in functionality
-
Nullable Types
nHydrate
367 views
This example demonstrates how to use nullable types. Database fields of any type can be nullable. To handle this the generated code defines nullable types where appropriate.
-
Code Facades
nHydrate
575 views
This example demonstrates how to define code facades that separate database names from code names. Your generated code can have completely different table and field names f...
Advertisement










Play all(21)