Re: Learning ASP.NET

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Once a person learns to "code" it becomes a matter of learning OOP. That's very challenging and there doesn't seem to be many if any really really really well known and highy regard books or training that focus on OOP as its manifested when using the framework. Its a different way of thinking when attempting to achieve an objective with code.

But that IMO is what it is: OOP and the closest I've found is in textbooks from Deitel and Deitel (deitel.com) which are not cheap but very effective learning resources I and others have used as students as well as instructions in the classroom as the Dietel books are structured textbooks with excercises just like in a real school. Hello? :-)

Arguably, the most important fundamental of OOP is class-based design and the first pillar of OOP called inheritance.

Its out of print but I also recommend you go to Amazon and find a used copy of the C# Class Design Handbook published by WROX.



"jr" <jriggs420 (a) yahoo (d) com> wrote in message news:%23mdb39B6IHA.4356@xxxxxxxxxxxxxxxxxxxxxxx

I know this has been asked several times before, but as there is always
new content surfacing on the web, I wanted to rehash it. What are some
good resources for learning how to develop in ASP.NET (preferably
online)? I particularly want to develop data-centric web apps, and
maybe move on to a web site at some point. I have the sample sites
from MS but am having a hard time just figuring out what's going on.

I'm very comfortable developing apps in .net(2005) and also have good
knowledge of html, css, xml and javascript. But ASP.NET seems like a
totally different monster to me, and I'm having a hard time just doing
anything remotely useful with it. Thanks-
--


.



Relevant Pages

  • Re: Win Forms, WPF and Silverlight (?)
    ... ..NET is more than learning what is happening at the UI. ... is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. ... The key concepts of OOP are the following: ... Design patterns are recurring solutions to software design ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Win Forms, WPF and Silverlight (?)
    ... .NET is more than learning what is happening at the UI. ... interactions to design applications and computer programs. ... The key concepts of OOP are the following: ... Design patterns are recurring solutions to software design ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: To OOP or not to OOP
    ... Is there any major benefit to learning and using OOP? ... If you're in PHP 5, you're a lot better off OOP-wise. ... protected function getHtmlHeader() { ...
    (comp.lang.php)
  • Re: To OOP or not to OOP
    ... Is there any major benefit to learning and using OOP? ... I have lots of other stuff to be spending my limited intelligence learning. ... There *are* alot of benefits learning OOP like more reusable and manageable code, you will be able to create better code and the ability to create more stable and error proof code. ... There's nothing wrong with functions and some procedural programming. ...
    (comp.lang.php)
  • Re: Simple problem in PGs ANSI Common Lisp
    ... > programming. ... > (check his web site.) ... I have tried to point out the one feature of OOP ...
    (comp.lang.lisp)