how to trigger a MVC application?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-09T13:42:01Z
Indexed on
2010/04/09
13:43 UTC
Read the original article
Hit count: 287
how do you trigger a MVC application.
im only used to use procedural coding. since everything are classes, how do i trigger the first method, where should this method be put, and what should the class holding this starter method be called?
thanks
© Stack Overflow or respective owner