TirsvadCLI Portfolio Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 NTirsvadCLI
 NPortfolio
 NCore
 NAbstracts
 CIApplicationDbContext
 CIJwtAuthenticationService
 NManagers
 CSignInManager
 CUserManagerProvides user management operations for the application, including user retrieval, password verification, and user creation
 NServices
 CJwtAuthenticationService
 NDomain
 NAbstracts
 CIEntityRepresents a base contract for all domain entities in the system
 NEntities
 CApplicationUserRepresents an application user entity for authentication and authorization. Inherits from IdentityUser<Guid> to integrate with ASP.NET Core Identity using a Guid as the primary key. Implements IEntity to ensure consistency across domain entities
 NInfrastructure
 NData
 NConfigurations
 NSeedsDevelopment
 CSeedTestIfNeededProvides development-time seeding functionality for test users in the database
 CApplicationUserConfigurationEntity Framework Core configuration for the ApplicationUser entity
 CApplicationDbContextProvides access to ASP.NET Core Identity and application-specific entities using Entity Framework Core. Inherits from IdentityDbContext<TUser, TRole, TKey> with ApplicationUser and IdentityRole<Guid>. Configures the database context for the TirsvadCLI Portfolio application
 CDesignTimeDbContextFactoryFactory for creating ApplicationDbContext instances at design time
 NMigrations
 CInitialCreate
 CApplicationDbContextModelSnapshot