eramgarden Posted June 3, 2005 Posted June 3, 2005 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?? Quote
thenerd Posted June 3, 2005 Posted June 3, 2005 I figure out what I'm gonna do. I kinda think through it, and figure out the algorithms used in it. If it's big, I make concept maps that layout all the classes and their functions and write some psuedo-code. Then I make the program's 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.