Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psmyrdek/resetinterfejsy

Interfaces 101 - introduction with common use cases.
https://github.com/psmyrdek/resetinterfejsy

Last synced: about 2 months ago
JSON representation

Interfaces 101 - introduction with common use cases.

Awesome Lists containing this project

README

        

Reset - Interfaces demo
===============
Power of interfaces in general

What's inside
* ResetAth.Autofac - console app with decoupled code because of Dependency Injection (via Autofac)
* ResetAth.NoAutofac - console app with coupled code
* ResetAth.AutofacMvc - DI in MVC (data source changing without any problems)
* ResetAth.Test - MVC app unit testing