Thinks to be followed while working in asp.net in V2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am very new to V2005 .and now i have stared a new project in that anybody
who have experianced plz give me some suggestion /rules to be followed while
doing a asp.net project in V2005

Regards
Prabakar
 
That's a very broad question :)

There isn't anything in particular that I would suggest...except...

If you come from a classic ASP or PHP background, open your mind to doing
things differently.

I've seen many people who are new to ASP.Net and just don't get it. For
example, instead of using DataBound controls, I've seen people use for loops
and output HTML like they normally would.

ASP.NET is very different and has a big learning curve. Start small and
learn as you go...don't get discouraged :)

Karl
 
Back
Top