TypeClassMapper is a basic .NET runtime dependency Type-Class mapping class - Given the runtime dependency management tradition of early design patterns, e.g., Microsoft COM IUnknown::QueryInterface method, this class follows such design tradition and relies on basic equivalent mechanisms from .NET Framework (System.IServiceProvider interface).
                        
                    
         
                Info
| Version: | 1.7.0 | 
| Author(s): | Marco A. Dorantes | 
| Last Update: | Sunday, January 24, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/MarcoDorantes/ioc | 
| NuGet Url: | https://www.nuget.org/packages/TypeClassMapper | 
Install
Install-Package TypeClassMapper
                        dotnet add package TypeClassMapper
                        paket add TypeClassMapper
                        
                                TypeClassMapper Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags