Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HamidMosalla/FreelancerBlog
/ types & classes
Types & classes
291 in github.com/HamidMosalla/FreelancerBlog
⨍
Functions
2,171
◇
Types & classes
291
Class
FreelancerBlog/FreelancerBlog/wwwroot/lib/spin.js/spin.ts:25
Class
FreelancerBlog/FreelancerBlog/wwwroot/lib/system.js/test/app/app.component.ts:7
Class
FreelancerBlog/FreelancerBlog/wwwroot/lib/system.js/test/tests/es6-format.js:3
Class
FreelancerBlog/FreelancerBlog/wwwroot/lib/eventEmitter/EventEmitter.d.ts:8
Interface
AbstractElement
FreelancerBlog/FreelancerBlog/wwwroot/lib/font-awesome/advanced-options/use-with-node-js/fontawesome/index.d.ts:66
Class
AccountController
FreelancerBlog/FreelancerBlog/Controllers/AccountController.cs:18
Class
AccountControllerTests
FreelancerBlog/FreelancerBlog.UnitTests/Controllers/Root/AccountControllerTests.cs:26
Class
ActionNamePrefixAttribute
FreelancerBlog/FreelancerBlog/Experimental/Convention/ActionNamePrefixAttribute.cs:6
Class
AddCommentToArticleCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/ArticleComments/AddCommentToArticleCommand.cs:6
Class
AddCommentToArticleCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/ArticleComments/AddCommentToArticleCommandHandler.cs:12
Class
AddNewContactCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/Contacts/AddNewContactCommand.cs:6
Class
AddNewContactCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/Contacts/AddNewContactCommandHandler.cs:12
Class
AddNewPortfolioCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/Portfolios/AddNewPortfolioCommand.cs:6
Class
AddNewPortfolioCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/Portfolios/AddNewPortfolioCommandHandler.cs:12
Class
AddNewSlideShowCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/SlideShows/AddNewSlideShowCommand.cs:6
Class
AddNewSlideShowCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/SlideShows/AddNewSlideShowCommandHandler.cs:12
Class
AddPhoneNumberViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Manage/AddPhoneNumberViewModel.cs:5
Class
AddRatingToArticleCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/Articles/AddRatingToArticleCommand.cs:6
Class
AddRatingToArticleCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/Articles/AddRatingToArticleCommandHandler.cs:14
Class
AddSiteOrderCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/SiteOrders/AddSiteOrderCommand.cs:6
Class
AddSiteOrderCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/SiteOrders/AddSiteOrderCommandHandler.cs:9
Class
AllSlideShowsQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/SlideShows/AllSlideShowsQuery.cs:7
Class
AllSlideShowsQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/SlideShows/AllSlideShowsQueryHandler.cs:12
Class
AppComponent
FreelancerBlog/FreelancerBlog/wwwroot/lib/system.js/test/app/app.component.ts:7
Class
ApplicationUser
Add profile data for application users by adding properties to the ApplicationUser class
FreelancerBlog/FreelancerBlog.Core/DomainModels/ApplicationUser.cs:8
Class
ApplicationUserMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ApplicationUserMapping.cs:8
Class
ApplicationUserProfile
FreelancerBlog/FreelancerBlog/AutoMapper/Profiles/ApplicationUserProfile.cs:7
Class
Article
FreelancerBlog/FreelancerBlog.Core/DomainModels/Article.cs:6
Class
ArticleArticleTag
FreelancerBlog/FreelancerBlog.Core/DomainModels/ArticleArticleTag.cs:3
Class
ArticleArticleTagMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ArticleArticleTagMapping.cs:7
Class
ArticleByArticleIdQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/Articles/ArticleByArticleIdQuery.cs:6
Class
ArticleByArticleIdQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/Articles/ArticleByArticleIdQueryHandler.cs:11
Class
ArticleComment
FreelancerBlog/FreelancerBlog.Core/DomainModels/ArticleComment.cs:6
Class
ArticleCommentByIdQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/ArticleComments/ArticleCommentByIdQuery.cs:6
Class
ArticleCommentByIdQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/ArticleComments/ArticleCommentByIdQueryHandler.cs:14
Class
ArticleCommentMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ArticleCommentMapping.cs:6
Class
ArticleCommentTreeViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Article/ArticleCommentTreeViewModel.cs:6
Class
ArticleCommentViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Article/ArticleCommentViewModel.cs:8
Class
ArticleCommentsOnDetailPage
FreelancerBlog/FreelancerBlog/ViewComponents/ArticleCommentsOnDetailPage.cs:7
Class
ArticleController
FreelancerBlog/FreelancerBlog/Areas/Admin/Controllers/ArticleController.cs:23
Class
ArticleController
FreelancerBlog/FreelancerBlog/Controllers/ArticleController.cs:19
Class
ArticleControllerTests
FreelancerBlog/FreelancerBlog.UnitTests/Controllers/Admin/ArticleControllerTests.cs:23
Class
ArticleControllerTests
FreelancerBlog/FreelancerBlog.UnitTests/Controllers/Root/ArticleControllerTests.cs:18
Class
ArticleMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ArticleMapping.cs:8
Class
ArticleProfile
FreelancerBlog/FreelancerBlog/AutoMapper/Profiles/ArticleProfile.cs:8
Class
ArticleRatedBeforeQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/Articles/ArticleRatedBeforeQuery.cs:6
Class
ArticleRatedBeforeQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/Articles/ArticleRatedBeforeQueryHandler.cs:11
Class
ArticleRatedBeforeQueryHandlerShould
FreelancerBlog/FreelancerBlog.UnitTests/Features/Data/Queries/Articles/ArticleRatedBeforeQueryHandlerShould.cs:29
Class
ArticleRatedBeforeQueryHandlerWrapper
FreelancerBlog/FreelancerBlog.UnitTests/Features/Data/Queries/Articles/ArticleRatedBeforeQueryHandlerShould.cs:16
Class
ArticleRating
FreelancerBlog/FreelancerBlog.Core/DomainModels/ArticleRating.cs:3
Class
ArticleRatingMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ArticleRatingMapping.cs:6
Class
ArticleTag
FreelancerBlog/FreelancerBlog.Core/DomainModels/ArticleTag.cs:5
Class
ArticleTagBox
FreelancerBlog/FreelancerBlog/ViewComponents/ArticleTagBox.cs:13
Class
ArticleTagMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ArticleTagMapping.cs:6
Class
ArticleTagViewModel
FreelancerBlog/FreelancerBlog/Areas/Admin/ViewModels/Article/ArticleTagViewModel.cs:5
Class
ArticleViewModel
FreelancerBlog/FreelancerBlog/Areas/Admin/ViewModels/Article/ArticleViewModel.cs:8
Class
ArticleViewModelQuery
FreelancerBlog/FreelancerBlog/Features/Queries/ArticleViewModelQuery.cs:8
Class
ArticleViewModelQueryHandler
FreelancerBlog/FreelancerBlog/Features/Queries/ArticleViewModelQueryHandler.cs:13
Class
ArticlesByTagQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/Articles/ArticlesByTagQuery.cs:7
Class
ArticlesByTagQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/Articles/ArticlesByTagQueryHandler.cs:13
Class
ArticlesByTagQueryHandlerShould
FreelancerBlog/FreelancerBlog.UnitTests/Features/Data/Queries/Articles/ArticlesByTagQueryHandlerShould.cs:29
Class
ArticlesByTagQueryHandlerWrapper
FreelancerBlog/FreelancerBlog.UnitTests/Features/Data/Queries/Articles/ArticlesByTagQueryHandlerShould.cs:17
Class
AspNetCoreGlobalExceptionHandlerExtension
FreelancerBlog/FreelancerBlog/Experimental/AspNetCoreGlobalExceptionHandlerExtension.cs:8
Class
AttributeExtensions
FreelancerBlog/FreelancerBlog.UnitTests/Extensions/AttributeExtensions.cs:8
Interface
Attributes
FreelancerBlog/FreelancerBlog/wwwroot/lib/font-awesome/advanced-options/use-with-node-js/fontawesome/index.d.ts:86
Class
AuthMessageSender
This class is used by the application to send Email and SMS when you turn on two-factor authentication in ASP.NET Identity. For more details see this
FreelancerBlog/FreelancerBlog.Services/Shared/MessageServices.cs:12
Class
AuthMessageSenderModule
FreelancerBlog/FreelancerBlog.Infrastructure/DependencyInjection/AuthMessageSenderModule.cs:7
Class
AuthMessageSenderSecrets
FreelancerBlog/FreelancerBlog.Services/Shared/AuthMessageSenderSecrets.cs:3
Class
AuthenticationDescription
FreelancerBlog/FreelancerBlog/ViewModels/Manage/AuthenticationDescription.cs:7
Class
ButtonTagHelper
html element sensitive to the starting name of the class
FreelancerBlog/FreelancerBlog/Experimental/TagHelpers/ButtonTagHelper.cs:12
Class
CaptchaResponse
FreelancerBlog/FreelancerBlog.Core/Types/CaptchaResponse.cs:6
Class
ChangePasswordViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Manage/ChangePasswordViewModel.cs:5
Interface
Config
FreelancerBlog/FreelancerBlog/wwwroot/lib/font-awesome/advanced-options/use-with-node-js/fontawesome/index.d.ts:54
Class
ConfigurationBinderWrapper
FreelancerBlog/FreelancerBlog.Services/Wrappers/ConfigurationBinderWrapper.cs:6
Class
ConfigureTwoFactorViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Manage/ConfigureTwoFactorViewModel.cs:6
Class
Contact
FreelancerBlog/FreelancerBlog.Core/DomainModels/Contact.cs:5
Class
ContactByIdQuery
FreelancerBlog/FreelancerBlog.Core/Queries/Data/Contacts/ContactByIdQuery.cs:6
Class
ContactByIdQueryHandler
FreelancerBlog/FreelancerBlog.Data/Queries/Contacts/ContactByIdQueryHandler.cs:14
Class
ContactByIdQueryHandlerShould
FreelancerBlog/FreelancerBlog.UnitTests/Features/Data/Queries/Contacts/ContactByIdQueryHandlerShould.cs:12
Class
ContactController
FreelancerBlog/FreelancerBlog/Areas/Admin/Controllers/ContactController.cs:15
Class
ContactController
FreelancerBlog/FreelancerBlog/Controllers/ContactController.cs:13
Class
ContactControllerTests
FreelancerBlog/FreelancerBlog.UnitTests/Controllers/Admin/ContactControllerTests.cs:23
Class
ContactControllerTests
FreelancerBlog/FreelancerBlog.UnitTests/Controllers/Root/ContactControllerTests.cs:27
Class
ContactMapping
FreelancerBlog/FreelancerBlog.Data/Mappings/ContactMapping.cs:10
Class
ContactProfile
FreelancerBlog/FreelancerBlog/AutoMapper/Profiles/ContactProfile.cs:7
Class
ContactViewModel
FreelancerBlog/FreelancerBlog/ViewModels/Contact/ContactViewModel.cs:6
Class
ContentWrapperTagHelper
FreelancerBlog/FreelancerBlog/Experimental/TagHelpers/ContentWrapperTagHelper.cs:10
Class
ControlPanelController
FreelancerBlog/FreelancerBlog/Areas/Admin/Controllers/ControlPanelController.cs:6
Class
ControllerTestHelpers
FreelancerBlog/FreelancerBlog.UnitTests/Extensions/ControllerTestHelpers.cs:10
Class
CreateArticleCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/Articles/CreateArticleCommand.cs:6
Class
CreateArticleCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/Articles/CreateArticleCommandHandler.cs:15
Class
CreateArticleTagsCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/ArticleTags/CreateArticleTagsCommand.cs:6
Class
CreateArticleTagsCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/ArticleTags/CreateArticleTagsCommandHandler.cs:17
Interface
DOM
FreelancerBlog/FreelancerBlog/wwwroot/lib/font-awesome/advanced-options/use-with-node-js/fontawesome/index.d.ts:111
Class
DataAnnotations
<summary> A strongly-typed resource class, for looking up localized strings, etc. </summary> This class was auto-generated by the StronglyTypedResourc
FreelancerBlog/FreelancerBlog/Resources/DataAnnotations.Designer.cs:22
Class
DeleteArticleCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/Articles/DeleteArticleCommand.cs:6
Class
DeleteArticleCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/Articles/DeleteArticleCommandHandler.cs:9
Class
DeleteArticleCommentCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/ArticleComments/DeleteArticleCommentCommand.cs:6
Class
DeleteArticleCommentCommandHandler
FreelancerBlog/FreelancerBlog.Data/Commands/ArticleComments/DeleteArticleCommentCommandHandler.cs:12
Class
DeleteArticleTagCommand
FreelancerBlog/FreelancerBlog.Core/Commands/Data/ArticleTags/DeleteArticleTagCommand.cs:6
next →
1–100 of 291, ranked by callers