|
Can any recommend a good book for learning WCF? Ideally, the .NET 3.5 version.
Started by serialhobbyist on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Book
Sure - the question has been asked before, many times - still deserves a proper and friendly of any 3.5-specific books as of yet, but check out Michele Leroux Bustamante's Learning WCF for the best 15-part webcast series on....
|
|
Any good books or academic papers on web scraping or web spiders?
Started by gpow on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For something spicier, although still at survey levels, a nice recent article from "Data & Knowledge Engineering" is here and it specifically addresses the issues of "focused web... .
If you're looking for a general survey, I would recommend this article .
|
|
Are there any good books for linux ubuntu sever out there?
I'm not sure if "The Official Ubuntu Server Book" is any good and I don't want to order a-waste-of-time. What I would really like is one that explains the ins-and-outs of commands. How to manage...
Started by Thorn007 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
So, for a general linux administration book,....
Sounds like you actually want a general linux administration book, not something specific to Ubuntu/init scripts, managing an ubuntu server is just like managing any other linux distro.
|
Ask your Facebook Friends
|
Hi, I'm developing a small SDK in C, is there any good book or article on best practice and guidelines in the subject? I mean functions design, source code organization, portability issues etc.
Started by Serge on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It is mainly an API with any needed documentation and code/ddls clearly defined methods and a good....
But I have seen these things about the importanceRead up on SDKs on wikipedia .
I haven't seen any good book on this topic.
|
|
I've noticed that the number of good Delphi books is slowly going down to zero. Of course, there are plenty of books that explain the basics but good titles like the "Tomes of Delphi" series seem to have stopped.
What I am looking for are recent , new...
Started by Workshop Alex on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Not a printed book, but Blaize....
It seems you can write a book about Delphi on your own :)
First, all the authors from the good old Delphi days (Jim Mischel, Ray Konopka, Jeff Duntemann et al) seem.
Am using Delphi since 1994 "
...
|
|
I am looking for a good windows internals book. A book that goes into details about how processes, threads, memory management, security etc are implemented in windows XP. Kind of Equivalent of "Understanding The Linux Kernel" . Which book would you suggest...
Started by Raminder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Another option which is more targetted at actually using the low-level APIs that Windows offers for processes/... .
It's the Bible for Windows internals.
Solomon.
Russinovich and David A.
You can't beat Microsoft Windows Internals (5th Edition) by Mark E .
|
|
I've seen a lot of book recommendations for WPF here, but no witch is specific to MVVM.
Started by Anders on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, the time is ripe for a book....
Explains pretty well.
Not a book but a video.
Password Manager, Cipher Text
It's not a book (doesn't really warrant a whole book anyway), but the best resource I've seen is Dan Crevier's blog .
|
|
I grew up on UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications (RIP, Richard Stevens), which was the essential reading for designing a multiprocess program back in the days. Re-reading it, it is rather lacking in more modern...
Started by angch on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This book: http://www.advancedlinuxprogramming.com/
It has some pretty good information.
Edition.
|
|
I've (re)started working in C after about 3 years:) And i discovered that my C language skills arent that good anymore.
Can anyone recommend an online book for C? (not C++) It should cover the basic functions, plus pointers, and working with linear lists...
Started by Quamis on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Misquamaqus....
"Programming in C" (PEOI)
http , but the site doesn't have an online copy of the book, only links on where to buy it and different international editions.
I've had good luck with that.
Accessible online with a library card.
|
|
I've created a service which enables users to connect to the server with mobile phone and send some data. Now I have to prepare a formal service presentation - present the whole architecture, how the data are exchanged and then also the complete presentation...
Started by niko on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the system - a UML sequence diagram is good for describing order of events between components good article by Neal Ford that describes software design and architecture here:
http://www.ibm.com/developerworks/java/library/j-eaed1/index....
|