14 skills found
ardalis / Pluralsight Ddd FundamentalsSample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
NimblePros / EShopOnWebSample ASP.NET Core 10.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.
ardalis / Ardalis.SharedKernelSome useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.
ardalis / Ardalis.ExtensionsSome random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.
ardalis / Ardalis.ApiClientSome classes to make working with APIs easier.
DorakYazilim / CleanArchitectureArdalis Clean Architecture Works
ardalis / Ardalis Com GatsbyBack end content for ardalis.com running with Netlify and Gatsby.
ardalis / Refactoring To SOLID PluralsightResources for my Pluralsight course on Refactoring to SOLID C# Code
NimblePros / SharedKernelSampleA sample SharedKernel that goes along with the sample in Ardalis.CleanArchitecture
ardalis / Ardalis Card DnxA personal CLI tool with business card and other resources
ardalis / GuardClauses.AnalyzersA project for holding Roslyn analyzers that leverage Ardalis.GuardClauses
ardalis / ArdalisNo description available
yogyogi / Ardalis Clean Architecture ImplementationThis is the implementation of Clean Architecture by Steve "Ardalis" Smith
zoran123456 / Ardalis.Specification ExampleExample project on how to use Ardalis.Specification pattern