[nfbcs] MVC Question:

Suzanne Germano sgermano at asu.edu
Tue May 12 18:08:45 UTC 2015


MVC is just an architectural design to break up your code.
A *model* is an object representing data or even activity, e.g. a database
table or even some plant-floor production-machine process.
A *view* is some form of visualization of the state of the model. i.e. user
interface
A *controller* offers facilities to change the state of the model.

Suzanne

On Tue, May 12, 2015 at 11:00 AM, Charles Black via nfbcs <nfbcs at nfbnet.org>
wrote:

> Hi:
>
>
>
> I am using, or getting ready to use, Visual Studio 2013. I have heard of
> the
> MVC development style of coding but haven't ventured in that arena yet.
> Does
> anyone have information on the following topics:
>
>
>
> 1.        Using Visual Studio 2013
>
> 2.       Achieving MVC programming as a blind programmer?
>
> 3.       Tips and tricks using Visual Studio 2013?
>
>
>
> Thanks for any help.
>
>
>
>
>
> Charles E. Black
>
> charleseblack at att.net
>
> "Strive not to be a success, but rather to be of value" Albert Einstein
>
>
>
>
>
> _______________________________________________
> nfbcs mailing list
> nfbcs at nfbnet.org
> http://nfbnet.org/mailman/listinfo/nfbcs_nfbnet.org
> To unsubscribe, change your list options or get your account info for
> nfbcs:
> http://nfbnet.org/mailman/options/nfbcs_nfbnet.org/sgermano%40asu.edu
>



More information about the NFBCS mailing list