Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fireside reading

Status
Not open for further replies.

TruthInSatire

Programmer
Aug 12, 2002
2,964
US
I'm working on learning asp.net.

I'd like to use C# although I could settle for vb.net if i have to.

My problem is all the books I find assume the reader already knows vb.net or C#. I don't.

I've got asp.net in a nutshell, programming asp.net, essential asp.net with examples in C#. essential asp.net is good if you know c# but it doesn't explain the c# code or the syntax.

C# books assume i'm going to be writing desktop apps. I'm not.

Is there a good asp.net book that also teaches C# or VB.net alongside asp.net?

thanks.

We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
A lot of books do expect you to know a little bit of the language but I think it's how they explain how the code works that really matters. If they show you the code, step through it and explain what is happening then hopefully it won't matter that you haven't used the language before.

I'd suggest looking at some websites such as:

1)
This is a very good site with lots of example articles. The articles are generally very well written and will explain what they are doing, show you the example code that is used to create the page (with helpful explanations on the main sections) and will also show you a "live" page that will actually show you the results of the code.

2)
This is the ASP.NET microsoft site, so it contains example applications that you can download and play about with, and it also contains help forums for these applications where you can ask questions about them.

Hope this helps.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
thanks for the input, i'll check them out.

I'm sure you'll hear from me again.

We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top