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
- Host: GitHub
- URL: https://github.com/atomicobject/csharp_mvp_generator
- Owner: atomicobject
- License: mit
- Created: 2011-03-04T06:41:29.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-04T06:43:05.000Z (about 15 years ago)
- Last Synced: 2025-06-08T22:08:06.236Z (11 months ago)
- Language: Ruby
- Homepage: http://atomicobject.com/pages/Software+Commons
- Size: 415 KB
- Stars: 3
- Watchers: 25
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.