My Project
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NCodePulse
 NAPI
 NControllers
 CBlogPostsControllerController for managing blog posts. Provides endpoints for creating, retrieving, updating, and deleting blog posts
 CCategoriesControllerController for managing categories. Provides endpoints for creating, retrieving, updating, and deleting categories
 CWeatherForecastController
 NData
 CApplicationDbContext
 NMigrations
 CAddRelationships
 CApplicationDbContextModelSnapshot
 CInitialMigration
 NModels
 NDomain
 CBlogPost
 CCategory
 NDTO
 CBlogPostDtoData Transfer Object (DTO) for a blog post. This class encapsulates the details of a blog post, including metadata and content necessary for display and manipulation in the system
 CCategoryDtoData Transfer Object for a category
 CCreateBlogPostRequestDtoData Transfer Object (DTO) for creating a new blog post. This class encapsulates all the necessary information required to create a blog post in the system
 CCreateCategoryRequestDtoData Transfer Object (DTO) for creating a new category. This class holds the necessary information for defining a category within the system, which can be used for organizing blog posts
 CUpdateCategoryRequestDtoData Transfer Object (DTO) for updating an existing category. This class contains the information necessary to modify a category's details in the system, such as its name and URL handle
 NRepositories
 NImplementations
 CBlogPostRepositoryRepository for managing blog posts in the database
 CCategoryRepositoryRepository for managing categories in the database
 NInterface
 CIBlogPostRepositoryDefines the contract for blog post repository operations
 CICategoryRepositoryDefines the contract for category repository operations
 NSwagger
 CCodeSampleOperationFilter
 CWeatherForecast