ASP.NET for the masses

I am about to submit a final outline for a multi-media ASP.NET series (training on DVDs).  I was hoping that the developer community might influence me as to topics you would hope to expect in such a course.  Any feedback?  What do all the other courses seem to miss?

1 Comment

  • I don't know what gets missed per say but here my $00.02:



    1) use MSDE *NOT* Access!

    2) learn how to manage ViewState to make it small.

    3) learn how to find the documentation in vs and online; soo many folks ask stuff they should be able to find if they just look.

    4) Learn the .Net base classes and asp.net classes then think about what language to use.

    6) don't be a langauge snob

    7) COdebehand is good for you, learn to love it

    8) Objects are not hard if you think about them the right way.

    9) keep it stateless as much as you can.





    10) learn to code as a *USER* not and *ADMIN* and you will limit the security problems.

Comments have been disabled for this content.