interview question:

eramgarden

Well-known member
Joined
Mar 8, 2004
Messages
579
I recently had an interview and one of the questions was...

what is the process of designing a whole new .net app (vb.net/asp.net) from scratch?

I answered it by saying first design, then this and that, etc...

any thoughts? How do you design an asp.net/vb.net app from scratch??
 
I figure out what Im gonna do. I kinda think through it, and figure out the algorithms used in it. If its big, I make concept maps that layout all the classes and their functions and write some psuedo-code.

Then I make the programs guts, I make the functions and classes or engines or whatever that make it tick. Then I make the program usable by putting in a layout/design.
 
Back
Top