.NET Book

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

I have been developing C# for 6 months and reading a couple C# books.
However, to improve my .NET development knowledge and experience, I need few
..NET books describing .NEt environment.
Any suggestions ?
 
Check out Francesco Balena's books. I've read his book
"Programming Microsoft VB2005: The Language" and thought
it was excellent. He has a corresponding book called
"Programming Microsoft Visual C#: The Language".

I also read "Practical Guidelines and Best Practices For
Visual Basic and Visual C# Developers". It was excellent,
and had a lot of tips about performance in it.

He has another C# book called "Programming Microsoft
Visual C# 2005: The Base Class Library (Pro-Developer)"
that's about the C# libraries.

And Brian Noyes' Data Binding book is really good, too,
if you're doing data binding, or want to know how to.

Robin S.
 
Hello Alan,

Which environment? .NET internals or what?
Have u read Richter books "Applied .NET" and "CLR via C#"? They are really
good

BTW, there is my list of books http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!366.entry
which I recomend to read.
Not directly .NET ones but i found them interesting and useful

AT> I have been developing C# for 6 months and reading a couple C#
AT> books.
AT> However, to improve my .NET development knowledge and experience, I
AT> need few
AT> .NET books describing .NEt environment.
AT> Any suggestions ?
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top