Suche books:   







  
Thinking about "Rich Dad, Poor Dad" - A Commentary and Analysis
Dan Appleman, Daniel Appleman, 2006

Robert Kiyosaki's "Rich Dad" series has gained both praise and criticism. Some claim to have used it to break out of the rat race and achieve financial success. Others claim the books have led them to take inappropriate risks and suffer serious losses. In this extended commentary and analysis, author Dan Appleman, founder of the web site www.ThinkingAboutMoney.com, takes aim at the first three books in the series: "Rich Dad, Poor Dad", ...
  
  











  



  
Tracing and Logging with .Net3 reviews
Dan Appleman, Daniel Appleman

Daniel Appleman, 2002

The Real System.Diagnostics Documentation
My boss wanted me to write a trace listener that would post spy messages to MSMQ. Well after days of online research and banging my head against the desk I stumbled apon this gem. It pointed out the errors in the MSDN documentation as well as gave me a more elegant design idea for our trace model.
  
  











  



  
Regular Expressions with .NET15 reviews
Dan Appleman, Daniel Appleman

Daniel Appleman, 2002

Best $15 I ever spent
I've read through it once, and I'll definitely have to read through it again. And probably at least once more after that. It's the perfect size for a download - small enough that I could handle printing it out, and I still have the .pdf file for when I need to search it. It's pretty dense, and there's a lot of "You need to understand 3 things about xxWhatever, and I'll explain the 3rd thing ...
  
  











  



  
The Graduating Geek's Guide to High Finance
Dan Appleman, Daniel Appleman

Daniel Appleman, 2006

It's your first full time job after graduating from college, and you're suddenly making real money - more than you've ever have in the past. What are you going to do with it? In a consumer society devoted to separating you from your money, if you don't have an answer to that question there will be many people out there who will be glad to answer it for you. Unfortunately their answers are likely to make them rich while leaving you in debt ...
  
  











  



  
Visual Basic .NET or C#, Which to Choose? (VS2005 edition)8 reviews
Dan Appleman, Daniel Appleman, 2004

Much better than I expected...
I got my money's worth. He really packs a lot of information into 45+ pages. He pretty much goes blow-by-blow each feature and then gives his impression as to who the winner is. At the end, he addresses his recommendations for Java, C++, and Visual Basic programmers. Although programmers familiar with other languages aren't specifically addressed, this is still a good read and you'll know ...
  
  











  



  
Dan Appleman's Developing Activex Components With Visual Basic 5.0: A Guide to the Perplexed16 reviews
Daniel Appleman

Ziff-Davis Press, 1997

Superb!
Somehow Dan Appleman has managed to explain COM in a clear, consice way that doesn't require you to read it over and over again in order to understand it. After reading this you will have a thorough grounding which will enable you to develop ActiveX controls, but more importantly you will find yourself designing you applications in a more structured, efficient way.
  
  











  



  
Dan Appleman's Developing COM/ActiveX Components with VB6: A Guide to the Perplexed
Dan Appleman, Daniel Appleman

Daniel Appleman, 2004

This is a new e-book edition of the bestselling book on component development with VB6. Refer to the editorial and peer reviews of the print edition (ISBN 1562765760) for more details. In addition to the complete text of the most recent VB6 print edition, this edition includes additional new commentary addressing changes since the original publication, and discussing how the various topics are impacted by Visual Basic .NET and the .NET ...
  
  











  



  
Moving to VB .NET: Strategies, Concepts, and Code58 reviews
Daniel Appleman, Dan Appleman

Apress, 2001

My Choice for a First VB.NET Book
There are a lot of books out there for transitioning to VB.NET from VB6. However, before you grab any other book, I strongly suggest "Moving to VB.NET: Strategies, Concepts, and Code" by Dan Appleman. Written from an in-the-trenches, "I've been there" point of view, Dan introduces the reader to .NET using the single best possible approach: from the ground up. Due to the steep learning curve ...
  
  











  



  
Dan Appleman's Developing COM/ActiveX Components With Visual Basic 629 reviews
Daniel Appleman

Sams, 1998

Geeks get it, newbies don't. Get over it.
This guy REALLY wants reader to understand EVERYTHING about object orientated language and how to implement it in VB. I bought this book for [money] at a garage sale (well, lots of geeks in my region), and it turned out to be the best VB book ever. Being a C++/VB programmer, I am amazed by what I can do with VB. If you have knowledge of Object Orientated Language, and have 2+ years of ...
  
  











  



  
Visual Basic Programmer's Guide to the Win32 Api44 reviews
Daniel Appleman

Ziff-Davis Press, 1996

It's the Bible
For as long as there's been an API for VB developers, Dan has been THE source for reference on how to use it. He is the definitive authority. (How many people can earn that title about anything?) Use this book FIRST. Then check with other sources of you need to.
  
  











  



  
Exploring VB6 Volume 1: Essentials
Dan Appleman, Daniel Appleman

Daniel Appleman, 2003

The Exploring VB6 series is a "best of" collction of Dan Appleman's previously published work for Visual Basic 6 developers. This first volume is intended for intermediate level developers, and focuses on fundemental issues that every VB6 programmer should know. Most articles have been updated to cover migration to Visual Basic .NET. Contents: A DLL is a DLL is a DLL - Learn about the different types of DLLs. The Ten ...
  
  











  



  
Hijacking .Net Vol 2: Protecting Your Code
Dan Appleman, Daniel Appleman

Daniel Appleman, 2003

Volume 1 of Hijacking .NET introduced today's equivalent of using undocumented Windows API functions. Except that not only are the functions under discussion undocumented, they are actually private - functions internal to the .NET framework that were never intended to be used from outside. But the same techniques used to hijack hidden features of the .NET framework can be used on your assemblies as well. In volume 2, you'll learn about ...
  
  











  



  
PC Magazine Visual Basic Programmer's Guide to the Windows Api/Book and Disk4 reviews
Daniel Appleman, Dan Appleman

Ziff Davis Pr, 1993

This is the best book I have seen for Visual Basic.
I have been programing with Basic since 1975 and I have read and studdied many books on the subject. I work almost strictly in graphics and without this book you can do very little graphics using the standard Visual Basic commands. This book covers every aspect of the API's and has left out very few. The ones that were left out you would probubly never need anyway. I now have Widows 95 ...
  
  











  



  
Telling Time with .NET: Build your own Internet Time Component
Dan Appleman, Daniel Appleman, 2004

This eBook covers the design and construction of an Internet Time Component - a class that can determine the current time with sub-second accuracy. Sample code is provided in both Visual Basic .NET and C#. Along the way you'll learn both basic and advanced .NET programming techniques including: Using .NET socket classes. Using regular expressions to validate incoming data. Customizing .NET classes using inheritance to overcome ...
  
  











  



  
Exploring VB6 Volume 3: System and Utilities
Dan Appleman, Daniel Appleman

Daniel Appleman, 2004

The Exploring VB6 series is a "best of" collction of Dan Appleman's previously published work for Visual Basic 6 developers. This second volume is intended for intermediate and advanced developers, and focuses on system and utility operations. Each article has been brought up to date and includes a new section on migrating to Visual Basic .NET. Contents: The Big Event - Reading the event log should be easy, but there's more to it ...
  
  











  



  
Dan Appleman's Visual Basic 5.0 programmer's guide to the Win32 API37 reviews
Daniel Appleman

Ziff-Davis Press, 1997

Great reference book for Visual Basic programmers
I really enjoyed reading this book to get up to speed on Win32 programming before jumping into Visual C++. For any Visual Basic programmer who would like to get the most out of a program, the Win32 API is a must, and this book clearly shows how to call on the Win32 API for maximizing the potential of any Visual Basic project.
  
  











  



  
Obfuscating .NET: Protecting Your Code from Prying Eyes
Dan Appleman, Daniel Appleman

Daniel Appleman, 2002

Updated for Visual Studio 2005 Did you know you actually ship your source code every time you distribute a .NET assembly? One of the consequences of the architecture of .NET is that a great deal of information about an assembly is kept with the assembly in a part of the file called the Manifest. This information makes it remarkably easy to not just reverse engineer the assembly, but to decompile it, make modifications, then recompile ...
  
  











  



  
How Computer Programming Works9 reviews
Daniel Appleman

Ziff-Davis Press, 1994

Useful Compilation
"How Computer Programming Works" offers a useful compilation of major Computer Science topics. The artwork, spread liberally though this book, is generally quite useful and offers some unique insights into certain topics, but is at times overdone. Daniel Appleman has done a good job of condensing many of the major topical areas and themes in the field of Computer Science in fewer than 250 ...
  
  











  



  
Exploring VB6 Volume 2: Files and Directories
Dan Appleman, Daniel Appleman

Daniel Appleman, 2003

The Exploring VB6 series is a "best of" collction of Dan Appleman's previously published work for Visual Basic 6 developers. This second volume is intended for intermediate and advanced developers, and focuses on file and directory operations. Also covers advanced API programming techniques and how to migrate them to VB .NET. Contents: Free at last - Finding the free space on a drive may be harder than you think. Cafe de Visual ...
  
  











  



  
Exploring .Net Volume 11 review
Dan Appleman, Daniel Appleman

Daniel Appleman, 2003

Dan Appleman treads where others only glance
"This eBook is a collection of 7 original columns written by best-selling author Dan Appleman for Pinnacle's Hardcore Visual Basic.NET newsletter." With those opening words in the eBook, you'd get the impression that the subject matter coverage would be light and/or shallow, like articles usually are... but Dan has really done a great job of delving into the depths of Cryptography, .NET String ...
  
  











  







search for books
developing, directories, expressions, obfuscating, programming


Impressum / about us


Suche books: