PDA

Click to See Complete Forum and Search --> : Which method to follow to Design Application in .Net?


harish_jambani
May 19th, 2003, 06:51 AM
I am given the task of designing our new project proposed to be developed in VB.net

Can any one suggest me to what guidelines and methods of designing i need to follow before designing the application.

Thanx in advance

Harish.

VBCrazyCoder
May 19th, 2003, 09:28 AM
You should look into design patterns and MVC for starters - to see if they fit your requirements.

harish_jambani
May 20th, 2003, 01:07 AM
Where will i get
"design patterns and MVC for starters"

pls let me know.

VBCrazyCoder
May 20th, 2003, 08:16 AM
Check out some of the other posts on design patterns in this forum and the book recomendations that they have. You can probably also find several tutorials in MSDN or doing a google search. It would be way to much information for a single post :eek:

nswan
May 20th, 2003, 06:05 PM
i've just purchased this book on design patterns and intials thoughts on it are good:

http://www.amazon.com/exec/obidos/tg/detail/-/1861006985/qid=1053468255/sr=8-2/ref=sr_8_2/102-1850540-8147351?v=glance&s=books&n=507846

shutty
May 21st, 2003, 06:48 AM
Originally posted by nswan
i've just purchased this book on design patterns and intials thoughts on it are good:

http://www.amazon.com/exec/obidos/tg/detail/-/1861006985/qid=1053468255/sr=8-2/ref=sr_8_2/102-1850540-8147351?v=glance&s=books&n=507846

Yep this is a good book as it provides examples in vb.net. The implementation of the MVC though will leave purists screaming!

nswan
May 21st, 2003, 08:04 AM
what does MVC stand for? :confused:
(i haven't got that far in the book!)

shutty
May 21st, 2003, 08:08 AM
Originally posted by nswan
what does MVC stand for? :confused:
(i haven't got that far in the book!)

Model View Controller - if you've got the book look it up in the index!

I wouldn't read this book cover to cover if i were you, just read the overview of each pattern so you have an idea of what is available. Then if you think one will fit your design read it in more detail. It's to much theory to take in all at once.

nswan
May 21st, 2003, 08:13 AM
books at home.....i'm at work! ;)

nswan
May 22nd, 2003, 04:34 AM
i'm not sure i'm totally getting this design patterns thing. I've read upto the abstract factory and the other one and either the book is over complicating things or i am totally not getting it.

hey hum