Looks good , though I will persist in using my global static Clientconfig
class :-)

I know you are talking about C# but it is pretty hard to do this without
some .NET features ( Maybe a C# in .NET chapter) . Though you do mention the
Forms and controls.

I did not see anything on Remoting ? I thng this is .Net's biggest strength.
I think 15 pages will cover everything.

eg
        Remoting vs Web service
        http channels vs tcp
        when to use binary formater
        Remoting configuration using config files - this allows remoting to be
configured transparently.
        Remoting using an interface - so you dont distribute the server DLL with
the client.

And maybe .NET remoting vs Java RMI / middleware

 Also some more on the default .config , Eventlog , Debug and Trace code
these are very handy. .NET is the first platform where I have not had to
write them myself.

When I have some time I will read in more detail.

Ben Kloosterman


-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
Larry O'Brien
Sent: Tuesday, 7 May 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] ANNC: C# Book Free For Download


"Thinking in C#" by Larry O'Brien and Bruce Eckel, is available for download
at http://www.mindview.net/Books/TICSharp

Currently available is the initial release (~800 pages; 4MB download; 11MB
Word Document). Introductory chapters still contain material from "Thinking
in Java." Chapters on language syntax are fairly complete, except
attributes, reflection, and meta-programming are not yet translated, and
"Thinking in Java" object-oriented discussions have been translated to C#,
but not extended to cover coupling and cohesion. Coverage of exceptions, IO,
collection classes, ADO.NET (except use of schemas in datasets), and Windows
Forms is fairly complete. Notably unwritten is coverage of GDI+, XML, Web
Services, and chapters specifically written for Java programmers moving to
C# and Visual Basic programmers moving to C#.

Download contains "Backtalk" system for providing feedback on specific
technical points or to request additional clarification on a subject. Please
let me know what you think.

Cheers,
Larry O'Brien
[EMAIL PROTECTED]
www.thinkingin.net
--

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Email.com
http://www.email.com/?sr=signup

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to