.NET Framework Book
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all I am in college , and we are not spending a lot of time on the framework We are mostly staying on the basics of coding, structures, etc. I wanted to pick up a solid book on the framework, 1.1 or higher Any suggestions Thanks Paul
"Applied Microsoft .NET Framework programming" by Jeffrey Richter is a very good book that deepely covers both the framework and the CLR from a general point of view (strings, events, assemblies, GAC, Garbage collector, ..), it uses C# and IL to show some code snippet, there's nothing about windows forms, XML, ADO.NET and so on. paco