Answered by:
Wanted: C# book

Question
-
User-81789794 posted
Hi, I have covered developing websites using Visual Web Developer 2005 and understand the basics of ASP.NET and how it works, I know HTML and CSS inside out, and used to do some development in PHP. The area I am weak in is writing the C# code on the code behind pages. For example if I needed to write some code to respond to page load or on click events. Or, if I needed to write a class to, for instance, get some data from a database. Does anyone know of a book that covers this without going through the GUI and website basics again?
Thanks,
KM
Friday, March 21, 2008 5:10 AM
Answers
-
User187056398 posted
Try this link:
.NET Book Zero
What the C or C++ Programmer Needs to
Know about C# and the .NET Framework- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 21, 2008 8:01 AM
All replies
-
User187056398 posted
Try this link:
.NET Book Zero
What the C or C++ Programmer Needs to
Know about C# and the .NET Framework- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 21, 2008 8:01 AM -
User1827201912 posted
Hi,
Check out Wrox - Professional ASP.NET With C#. Skip the early chapter if you already know that stuff.
If the wrox ASP.NET 3.5 version is not available in your region, go in for ASP.NET 2.0
HTH,
Suprotim AgarwalFriday, March 21, 2008 8:36 AM -
User-23718894 posted
Just wondering..what is the approach you develop when reading a programming book.?
Do you try every code given in the book or try to follow steps given in the book or just read through it as a novel.
Just curious..
Thursday, March 27, 2008 11:50 AM -
User-81789794 posted
I work through the book like a text book, rather than a novel. If the code examples are of something obvious then I don't tend to run every single one, just the more complex stuff.
KM
Thursday, March 27, 2008 7:36 PM