Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
File Explorer
Download Latest Version (.zip)- dotnetcore.yml
- test-results.yml
- update-carter-package-references.yml
- FUNDING.yml
- release-notes.yml
- carterlogo.png
- CarterAndMVC.csproj
- HomeController.cs
- HomeModule.cs
- Program.cs
- Actor.cs
- ActorsModule.cs
- ActorValidator.cs
- DeleteActorCommand.cs
- File.cs
- GetActorByIdQuery.cs
- GetActorsQuery.cs
- IDeleteActorCommand.cs
- IGetActorByIdQuery.cs
- IGetActorsQuery.cs
- PagedItems.cs
- CastMemberModule.cs
- DirectorsModule.cs
- ErrorModule.cs
- CreateDirectorRoute.cs
- DeleteDirectorRoute.cs
- GetDirectorByIdRoute.cs
- ListDirectorsRoute.cs
- UpdateDirectorRoute.cs
- Director.cs
- DirectorValidator.cs
- FunctionalProgrammingModule.cs
- RouteHandlers.cs
- SharedDelegateExample.cs
- GraphModule.cs
- HomeModule.cs
- NestedHomeModule.cs
- AppConfiguration.cs
- appsettings.json
- CarterSample.csproj
- earth.mp4
- GlobalUsings.cs
- Program.cs
- 20251008114112_InitialCreate.cs
- 20251008114112_InitialCreate.Designer.cs
- BloggingContextModelSnapshot.cs
- appsettings.Development.json
- appsettings.json
- EntityFwk.csproj
- MyModule.cs
- Program.cs
- CastMember.cs
- CastMemberValidator.cs
- ValidatorOnlyProject.csproj
- TestNegotiatorAttribute.cs
- BindExtensions.cs
- ValidationExtensions.cs
- OpenApiExtensions.cs
- ConvertExtensions.cs
- QueryStringExtensions.cs
- StreamExtensions.cs
- DefaultJsonResponseNegotiator.cs
- ResponseExtensions.cs
- Carter.csproj
- CarterConfigurator.cs
- CarterExtensions.cs
- DefaultValidatorLocator.cs
- DependencyContextAssemblyCatalog.cs
- ICarterModule.cs
- InternalsVisibleTo.cs
- IResponseNegotiator.cs
- IValidatorLocator.cs
- RouteExtensions.cs
- TypeExtensions.cs
- ValidatorLifetimeAttirubute.cs
- Carter.Analyzers.csproj
- CarterModuleShouldNotHaveDependenciesAnalyzer.cs
- DiagnosticDescriptors.cs
- Carter.ResponseNegotiators.Newtonsoft.csproj
- NewtonsoftJsonResponseNegotiator.cs
- template.json
- CarterTemplate.csproj
- GlobalUsings.cs
- HomeModule.cs
- Program.cs
- Template.csproj
- Template.targets
- Carter.ResponseNegotiators.Newtonsoft.Tests.csproj
- NewtonsoftJsonResponseNegotiatorModule.cs
- NewtonsoftJsonResponseNegotiatorTests.cs
- Carter.Samples.Tests.csproj
- FunctionalTests.cs
- CarterDerivedModuleShouldNotHaveDependenciesTests.cs
- CarterModuleShouldNotHaveDependenciesTests.cs
- CSharpPreviewAnalyzerTest.cs
- HttpJsonOptionsResponseNegotiatorTests.cs
- NegotiatorModule.cs
- ResponseNegotiatorTests.cs
- InternalResponseNegotiator.cs
- InternalRoomModel.cs
- InternalRoomModelValidator.cs
- InternalRoomModule.cs
- NestedInternalResponseNegotiator.cs
- NestedInternalRoomModelValidator.cs
- NestedInternalRoomModule.cs
- DuplicateTestModelOne.cs
- TestModel.cs
- TestModelValidator.cs
- ResponseFromStreamTests.cs
- StreamModule.cs
- AuthorizationTestModule.cs
- AuthorizationTests.cs
- Carter.Tests.csproj
- CarterConfiguratorTests.cs
- CarterExtensionTests.cs
- ExtensionTests.cs
- RouteExtensionsTests.cs
- TestModule.cs
- TypeExtensionTests.cs
- XunitLogger.cs
- Directory.Build.props
- .gitignore
- Carter.sln
- Carter.sln.DotSettings
- LICENSE
- NuGet.config
- push.sh
- README.md
- slack.png
- TEMPLATE.md
- update-carter-package-dependencies.ps1
# Installation Guide
1. Get the code
git clone https://github.com/CarterCommunity/Carter
Downloads the entire project code from GitHub to your computer.
cd Carter
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
