TD.UrbanMobility.Data 1.0.7

NICL UrbanMobility – Data

The Data layer provides persistence for the NICL UrbanMobility project.

Contents

  • Entities: Poi, Price, UrbanMobilityState, TransportPoint
  • DbContext: GlobalDbContext
  • Repository implementations for the interfaces defined in TD.UrbanMobility.Application package

Dependencies

  • References Application for interfaces and DTOs
  • DbContext and entities are fully contained within this layer

Usage

  • The API project registers the DbContext(using AddDbContext()) and repository implementations
  • Application uses only the interfaces and DTOs from this layer
  • To scaffold the DbContext and entities from the existing database, use the following command in the Package Manager Console: dotnet ef dbcontext scaffold "Server=xx;Database=Global_Test;Persist Security Info=True;Encrypt=true;TrustServerCertificate=true;User Id=xx;Password=xx;" Microsoft.EntityFrameworkCore.SqlServer --output-dir Persistence/Entities --context-dir Persistence --context GlobalDbContext --use-database-names --no-pluralize --force --no-onconfiguring --table Poi --table PoiPrice --table PoiType --table UrbanMobilityState --table TransportPoint --table Municipality --table Agency

Showing the top 20 packages that depend on TD.UrbanMobility.Data.

Packages Downloads
TD.UrbanMobility.Application
Package Description
20
TD.UrbanMobility.Application
Package Description
17
TD.UrbanMobility.Application
Package Description
11
TD.UrbanMobility.Application
Package Description
9
TD.UrbanMobility.Application
Package Description
7
TD.UrbanMobility.Application
Package Description
6
TD.UrbanMobility.Application
Package Description
5
TD.UrbanMobility.Application
Package Description
4
TD.UrbanMobility.Application
Package Description
3
TD.UrbanMobility.Application
Package Description
2

Version Downloads Last updated
1.0.17 20 04/26/2026
1.0.16 11 04/17/2026
1.0.15 20 04/11/2026
1.0.13 22 04/06/2026
1.0.12 6 04/04/2026
1.0.11 5 04/04/2026
1.0.10 9 04/03/2026
1.0.9 12 04/03/2026
1.0.8 6 04/03/2026
1.0.7 5 03/27/2026
1.0.6 4 03/27/2026
1.0.5 8 03/24/2026
1.0.4 4 03/24/2026
1.0.3 4 03/24/2026
1.0.2 6 03/22/2026
1.0.0 1 03/22/2026