Maxdd 7 wrote:
Until some days ago, I never coded a line of C# and used ASP.NET controls.
Which means you're an idiot for trying ASP.NET at all. You need good C# first.
Maxdd 7 wrote:
I dont have a book
If you can't buy one, then at least recognise what the right sequence is. I taught myself and I started with C++, then learned MFC. No-one told me that, it was common sense.
Maxdd 7 wrote:
. The few I learn, was throught google, and even by google it could be difficult find the information I need.
99% of the questions asked here, it's trivial to get answers with google. The problem is you're trying to ask complex questions, before knowing the answers to the easy ones.
Maxdd 7 wrote:
There are so many things of ASP.NET (I never imagined!), and then exists .NET 1.1, 2.0, 3.0 (...) VB.NET, older versions, near versions (...) Sometimes it could be difficult start coding in this conditions, because I dont know where to stand, where to look.
C#. Ignore VB.NET. Learn basic C#, preferably writing console apps. Then you could progress to web pages, perhaps. Don't even try to learn SQL before you know C# really well. Don't even think of ASP.NET before you learn the language that drives it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.