I would look towards books about software design. One that comes to
mind is 'eXtreme .NET: Introducing eXtreme Programming Techniques
to .NET Developers' (Addison Wesley Professional, ISBN:
0-321-30363-6). Explore topics like object oriented design in general.
A very good site geared towards ASP.NET development is www.asp.net.
There are a lot of basic tutorials covering a wide range of topics.
While geared towards ASP.NET, there is a lot of information which
applies to general development.

Beyond that, get your hands on some source code. There are a lot of
open source projects. Download them, and examine the code. See what
other people have done.

In the end, the best thing will be to practice. Keep trying different
ideas until you find things you like.


On Nov 17, 1:29 am, thomasJamo <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm very new to programming and I'm looking for a website or other
> resource that I might use to help me with application design.  I
> understand how to program, but I struggle with making decisions about
> which classes to create and which classes should do what.  I know
> there is never any quick or easy answer to those problems, but I
> thought somebody could point me in the right direction.
>
> thanks in advance for any help!
>
> thomasJamo

Reply via email to