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

https://github.com/atomicobject/csharp_mvp_generator

Ruby code that generates model / view / presenter C# code stubs
https://github.com/atomicobject/csharp_mvp_generator

Last synced: 10 months ago
JSON representation

Ruby code that generates model / view / presenter C# code stubs

Awesome Lists containing this project

README

          

Description
===========
Ruby scripts that generate model / view / presenter class stubs for C# Presenter First-style application coding.

Motivation
----------
This code was extracted from the Puzzle C# code example illustrating the Presenter First design pattern, found on the [Atomic Object Software Commons](http://atomicobject.com/pages/Software+Commons)
and posted to Github (along with a new MIT license) to empower developers to take the code and run with it freely.

Authors
=======
* The Atomic developers from the Dyno project way back, you know who you are.
* ©20052011 [Atomic Object](http://www.atomicobject.com/)
* More Atomic Object [open source projects](http://www.atomicobject.com/pages/Software+Commons)

Acknowledgements
================
Special Thanks to Matthew Spinelli for spurring us into action to license this code and make it shareable in a proper fashion.