 |
|
 |
This is very helpful. Thank you.
|
|
|
|
 |
|
 |
The 'Computer' is missing here
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
 |
|
 |
Good catch but after a decade.
5!
|
|
|
|
 |
|
|
 |
|
 |
Wrox books for asp.net is good and deitel series for c# is another good one. For C, You should read "Let Us C" by Yaswhant Kanitkar
|
|
|
|
 |
|
 |
WPF Unleashed (SAMS) Adam Nathan
Explains why things are the way they are in WPF.
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
|
|
|
|
 |
|
 |
Data Structures and Algorithms with Object-Oriented Design Patterns in C++
C++ Standard Library, The A Tutorial and Reference
|
|
|
|
 |
|
 |
www.cppquestions.com is a huge collection of c++ interview questions. Its categorized topic wise and contains answers as well
|
|
|
|
 |
|
 |
Are you going to update your list for 2.0?
“Profanity is the attempt of a lazy and feeble mind to express itself forcefully”
|
|
|
|
 |
|
 |
I would like to mention mine and Nish's book on mixed-mode programmming. To date, it's still the only book on the subject of mixing native and managed C++. Here's are just a few things that Ronald Laeremans - the VC++ Manager at Microsoft had to say about the book:
- "This is the first book I have seen that explains very clearly how Visual C++ developers can use the .NET Framework right now to increase their productivity in writing new MFC applications and enhancing existing ones."
- "I have already been using the material in this book in guiding the future evolution of Visual C++."
- "Just reading through the table of contents and the first few chapters it becomes clear immediately that Tom Archer is writing from the ideal vantage point of both having a deep understanding of the technology and the direct hands-on experience of using it in the real world..."
- "This is a book that is going on my shelf of books that I use daily. I think it will go on yours as well."
Cheers,
Tom Archer - Archer Consulting Group
Programmer Trainer and Mentor and Project Management Consultant
|
|
|
|
 |
|
|
 |
|
 |
but not just a plug, that book is excellent.
|
|
|
|
 |
|
 |
Where can I get this book? I couldn't find it on Amazon.
|
|
|
|
 |
|
 |
Hi Steve: The book is called "Extending MFC Applications with the .Net Framework". However, please note that this book is no longer viable as the managed C++ syntax was completely rewritten after we completed our book.
Tom Archer
Windows Server Programming Writer
Microsoft
|
|
|
|
 |
|
 |
I notice this nice article was updated June of 2001, would there be any new update soon, considering 3 years has passed and many new exciting things happened?
Thanks!
|
|
|
|
 |
|
 |
Hey there,
Does anyone know if there is a book or online briefing that will get a reasonably seasoned (2 1/2 years fulltime) VC++6 developer up to speed on the IDE changes and important differences in the .NET IDE?
Thanks!
|
|
|
|
 |
|
|
 |
|
 |
These are all the books that going to be in my wish list.
|
|
|
|
 |
|
 |
I'm designing the API for a web service, and I'm wondering whether there are any good reference books on how to do great API design. If it makes any difference, the web service itself will be a .NET service.
|
|
|
|
 |
|
 |
It's been June 2001 since an update on this page. How about a refresher on some of their favorites!
Thanks.
|
|
|
|
 |
|
 |
Programming Microsoft Visual Basic .NET - Francesco Balena. This one is an absolute must and covers almost everything in single volume. Fun to read and goes deep in to details. This is your ideal starting point if you were a VB6 programmer.
ASP.NET Unleashed - Stephen Walther. The ASP.Net is the most changed part between transition from VS6 and it's the most exciting one. This book, I've found, is the best on the subject.
.NET Common Language Runtime Unleashed - Kevin R. Burton. Haven’t read this one yet but it looked really cool with MSIL and other low level stuff.
Compiling for the .NET Common Language Runtime - John Gough. You don’t know it until you get dirty with details and this book gonna take you in real details. I bought it to understand MSIL, virtual machine, common language issues and in future to make my own compiler for RPL.
Microsoft ADO.NET - David Sceppa. The ADO.Net is the center of almost any large scale app and you need to know every little thing about it. While I’ve included this book in the list, I must admit that this one was a disappointment when I tried to find details on some advanced level stuff I was doing for real world application. But still it clears up lots of basics on concurrency handling, typed datasets etc.
Regards,
Shital.
http://www.ShitalShah.com
|
|
|
|
 |
|
 |
Hello.
I'm writing a dialog box base program, and now I'm want to disable ctrl+alt+delete keys.
I'm find a sequence:
SystemParametersInfo(SPI_SCREENSAVERRUNNING, TRUE , NULL,0);
but is still not work. I'm may pop up task manager window.
Second question is: how to make impossible executing any others program, when my program is running?
Greetings.
|
|
|
|
 |
|
 |
Xavier666 wrote:
I'm writing a dialog box base program, and now I'm want to disable ctrl+alt+delete keys.
Remove them from the keyboard.
Xavier666 wrote:
Second question is: how to make impossible executing any others program, when my program is running?
Remove Windows, install DOS, convert your program to DOS.
|
|
|
|
 |
|
 |
ROTFL
Nibu thomas
Software Developer
|
|
|
|
 |
|
 |
Some I recently bought:
MUST HAVE
Applied Microsoft .NET Framework Programming - Jeffrey Richter (This one you really MUST HAVE)
Programming Windows with C# (Core Reference) - Charles Petzold
Building Web Solutions with ASP.NET and ADO.NET - Dino Esposito
.NET Architecture and Programming Using Visual C++ - Peter Thorsteinson, Robert J. Oberg
Pedro Miranda
|
|
|
|
 |