a good reference

  • Thread starter Thread starter Reza
  • Start date Start date
R

Reza

I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it
how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?


Thanks in advance for your time.

Reza
 
Hi Reza,

There a number of cool started kits available @ www.asp.net. Download the
one similar to the one you plan to develop. Each of those kits use good OO
principles, and will let you get started quick.

And of course, the best reference you could have is MSDN. :)

HTH,
Rakesh Rajan
 
thanks for your response.
My probelm with MSDN is that I don't know where to start,.that's why I am
looking for a book that can guide me through(step by Step).
MSDN is great as a reference not for somebody who wants to start,right?

Reza
 
Hi Reza,

Well, to suggest a few good books:
Beginner/Professional ASP.NET from Wrox is a good title.

There are a number of free chapters of oReilly books @:
http://www.ondotnet.com
These are good articles there too. You might want to check out those before
you buy one.

Though MSDN does presents matter which could seem to be tough for beginners,
there are a few start-up articles there too. Maybe you should try
http://www.msdn.microsoft.com/library/en-us/cpguide/html/cpconCreatingASPWebApplications.asp

Let me know if I could be of more help.

HTH,
Rakesh Rajan
 
Back
Top