Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/psmyrdek/resetinterfejsy
- Owner: psmyrdek
- Created: 2014-10-20T16:01:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T21:51:30.000Z (over 9 years ago)
- Last Synced: 2024-10-14T02:45:55.279Z (3 months ago)
- Language: C#
- Homepage:
- Size: 840 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reset - Interfaces demo
===============
Power of interfaces in generalWhat'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