Skip to content

FredrikTheEvil/Tech-F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech-F

General Purpose Utility Framework

Currently only contains a class factory implementation which generates IL dynamically to enable the fastest available performance when resolving objects. The generated code handles constructor injection and property binding automatically, and allows an entire application and its dependencies be loaded automatically using app.config or web.config or programmatically.

Three example projects are provided which demonstrates is usage

TechF.Example.BasicUsage demonstrates simple programmatic usage, with constructor injection and property binding.

TechF.Examples.BasicUsageConfiguration demonstrates app.config based factory configuration with constructor injection and property binding

TechF.Examples.BasicWebApi demonstrates using the class factory to implement IDependencyResolver and allow the class factory to construct WebApi controllers with constructor injection and property binding

About

.NET General Purpose Utility Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors