MVC Patterns and Assemblies

G

Guest

Hi,

I have created a WinForm application and used the MVC pattern to enabled the
client-side to be developed in ASP.NET in the future.

I have a question about the location of the various files and how many
assemblies are required to minimize the impact of changes and deployment.
Currently, I have the following structure:

CLIENT APP
- WinForm (the View)
- Controller class (the Controller)

SEPARATE ASSEMBLY
- 2 helper classes used to enhance some controls' functionalities
- model class
- business objects
- user controls

Any suggestion is appreciated.

Thanks.
Mike
 
N

Nick Malik [Microsoft]

what exactly is your question?

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top