New features in FermiContainer 1.1
| 1 min read |
C#,
FermiContainer,
Xamarin,
Windows,
macOS,
iOS,
Android,
Windows Phone
FermiContainer gains features, but while doing so becomes even more simple. How is this possible? Let me tell you:
Automatic resolving of constructor arguments
Through constructor injection, the dependencies known to the container are automatically resolved. No attributes or XML configuration are needed.
Default container instance
Easier to extend
The Services dictionary is now protected so FermiContainer is easily extendable.
C# expressions makes FermiContainer very performant.