Book picks similar to
Pro WPF: Windows Presentation Foundation in .NET 3.0 by Matthew MacDonald
wpf
consultazione
development
manuals-01
OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide: Exam 1Z0-808
Jeanne Boyarsky - 2014
With complete coverage of 100% of the exam objectives, this book provides everything you need to know to confidently take the exam. The release of Java 8 brought the language's biggest changes to date, and for the first time, candidates are required to learn functional programming to pass the exam. This study guide has you covered, with thorough functional programming explanation and information on all key topic areas Java programmers need to know. You'll cover Java inside and out, and learn how to apply it efficiently and effectively to create solutions applicable to real-world scenarios.Work confidently with operators, conditionals, and loops Understand object-oriented design principles and patterns Master functional programming fundamentals
A Lancaster Amish Storm - Book 3
Ruth Price - 2014
After a year of courtship, Katie is ready to settle down and start her life as an Amish wife, but Zach finds himself longing for a wider world than his childhood home of Faith's Landing. Caught between love and possibility, societal expectations and the temptations of the flesh, will Zach and Katie's love be strong enough to survive the oncoming storm? This is Book 3 of 3 of the A Lancaster Amish Storm (Amish Faith Through Fire) serial.
IF YOU LOVE CHRISTIAN BOOKS, SCROLL UP AND GRAB YOUR COPY NOW!
Crypto: How the Code Rebels Beat the Government—Saving Privacy in the Digital Age
Steven Levy - 2001
From Stephen Levy—the author who made "hackers" a household word—comes this account of a revolution that is already affecting every citizen in the twenty-first century. Crypto tells the inside story of how a group of "crypto rebels"—nerds and visionaries turned freedom fighters—teamed up with corporate interests to beat Big Brother and ensure our privacy on the Internet. Levy's history of one of the most controversial and important topics of the digital age reads like the best futuristic fiction.
Coding Interview Questions
Narasimha Karumanchi - 2012
Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people
The Thomas Ligotti Reader
Darrell Schweitzer - 2003
In following years there has been a great deal of interest in the author and his works, although, until now, articles about him have mostly been scattered in obscure journals. Now, at last, here is a book about him, a symposium of explorations and examinations of the Ligottian universe by such leading critics as S.T. Joshi, Stefan Dzimianowicz, Robert M. Price. With a complete, up-to-date bibliography of Ligotti's work, two interviews with him, and even a fascinating essay by Ligotti himself.
The Productive Programmer
Neal Ford - 2008
The Productive Programmer offers critical timesaving and productivity tools that you can adopt right away, no matter what platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity-how to work smarter, spurn interruptions, get the most out your computer, and avoid repetition-he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team. You'll learn to:Write the test before you write the codeManage the lifecycle of your objects fastidiously Build only what you need now, not what you might need later Apply ancient philosophies to software development Question authority, rather than blindly adhere to standardsMake hard things easier and impossible things possible through meta-programming Be sure all code within a method is at the same level of abstraction Pick the right editor and assemble the best tools for the job This isn't theory, but the fruits of Ford's real-world experience as an Application Architect at the global IT consultancy ThoughtWorks. Whether you're a beginner or a pro with years of experience, you'll improve your work and your career with the simple and straightforward principles in The Productive Programmer.
The Definitive Guide to Django: Web Development Done Right
Adrian Holovaty - 2007
In "The Definitive Guide to Django: Web Development Done Right," Adrian Holovaty, one of Django's creators, and Django lead developer Jacob KaplanMoss show you how they use this framework to create awardwinning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.The first part of the book introduces Django fundamentals like installation and configuration. You'll learn about creating the components that power a Django-driven web site. The second part delves into the more sophisticated features of Django, like outputting nonHTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django's many configuration options and commands. The book even includes seven appendices for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework. What you'll learnThe first half of this book explains in-depth how to build web applications using Django including the basics of dynamic web pages, the Django templating system interacting with databases, and web forms. The second half of this book discusses higher-level concepts such as caching, security, and how to deploy Django. The appendices form a reference for the commands and configurations available in Django. Who this book is forAnyone who wants to use the powerful Django framework to build dynamic web sites quickly and easily! "
Professional PHP Programming
Sascha Schumann - 1999
PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.
Regular Expressions Cookbook
Jan Goyvaerts - 2009
Every programmer can find uses for regular expressions, but their power doesn't come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET.With this book, you will:Understand the basics of regular expressions through a concise tutorial Use regular expressions effectively in several programming and scripting languages Learn how to validate and format input Manage words, lines, special characters, and numerical values Find solutions for using regular expressions in URLs, paths, markup, and data exchange Learn the nuances of more advanced regex features Understand how regular expressions' APIs, syntax, and behavior differ from language to language Write better regular expressions for custom needs Whether you're a novice or an experienced user, Regular Expressions Cookbook will help deepen your knowledge of this unique and irreplaceable tool. You'll learn powerful new tricks, avoid language-specific gotchas, and save valuable time with this huge library of proven solutions to difficult, real-world problems.
The Old New Thing: Practical Development Throughout the Evolution of Windows
Raymond Chen - 2006
With this book, Raymond shares his knowledge, experience, and anecdotal stories, allowing all of us to get a better understanding of the operating system that affects millions of people every day. This book has something for everyone, is a casual read, and I highly recommend it!--Jeffrey Richter, Author/Consultant, Cofounder of WintellectVery interesting read. Raymond tells the inside story of why Windows is the way it is.--Eric Gunnerson, Program Manager, Microsoft CorporationAbsolutely essential reading for understanding the history of Windows, its intricacies and quirks, and why they came about.--Matt Pietrek, MSDN Magazine's Under the Hood ColumnistRaymond Chen has become something of a legend in the software industry, and in this book you'll discover why. From his high-level reminiscences on the design of the Windows Start button to his low-level discussions of GlobalAlloc that only your inner-geek could love, The Old New Thing is a captivating collection of anecdotes that will help you to truly appreciate the difficulty inherent in designing and writing quality software.--Stephen Toub, Technical Editor, MSDN MagazineWhy does Windows work the way it does? Why is Shut Down on the Start menu? (And why is there a Start button, anyway?) How can I tap into the dialog loop? Why does the GetWindowText function behave so strangely? Why are registry files called hives?Many of Windows' quirks have perfectly logical explanations, rooted in history. Understand them, and you'll be more productive and a lot less frustrated. Raymond Chen--who's spent more than a decade on Microsoft's Windows development team--reveals the hidden Windows you need to know.Chen's engaging style, deep insight, and thoughtful humor have made him one of the world's premier technology bloggers. Here he brings together behind-the-scenes explanations, invaluable technical advice, and illuminating anecdotes that bring Windows to life--and help you make the most of it.A few of the things you'll find inside:What vending machines can teach you about effective user interfaces A deeper understanding of window and dialog management Why performance optimization can be so counterintuitive A peek at the underbelly of COM objects and the Visual C++ compiler Key details about backwards compatibility--what Windows does and why Windows program security holes most developers don't know about How to make your program a better Windows citizen
Without A Mother's Love
Catherine King - 2008
Sent to love with her uncle, the ruthless mine owner Hesley Mexton, she soon discovers that a house ruled by men can not only be desperate; it can be cruel.A new governess, Harriet Trent, offers Olivia a glimpse of hope. But Harriet's past is full of secrets and, alone and without protection., Olivia realises that Hesley Mexton will take full advantage of her vulnerability - despite her governess's protests.Starved of love, Harriet and Olivia form a close bond. But when forced to fight for their freedom, will they find the courage to defy the man who seeks to hold them captive?
Your Spouse, My Sponsor 2
Pebbles Starr - 2016
She certainly never anticipated being swept off her feet by his 20-year old nephew Grip. The odds are stacked against them in this fast-paced, action-packed sequel. Will their love triumph despite new romantic interests and past enemies looking to get even? Your Spouse, My Sponsor 2 is a rollicking ride filled with drama, betrayal, and unexpected twists that will leave you in awe. THIS IS A TWO PART SERIES
Fulcrum of Malice: A Novel of Nazi Germany (Corridor of Darkness Book 3)
Patrick W. O'Bryon - 2015
Deep in this ominous city of shadows, the American agent conspires with a powerful German spymaster to subvert Hitler’s state. His personal goal: save the life of a loving friend. But threading his way through the menacing streets with a target on his back, Ryan suspects he may have to buy her release with his own death. Fulcrum of Malice is the final volume in the Corridor of Darkness trilogy.Praise for Corridor of Darkness:“…an intriguing early WWII spy yarn set in a well-researched, authentic Germany.” – Kirkus Reviews“…A grand adventure set in Germany’s darkest hours.” – Compulsion ReadsPraise for Beacon of Vengeance:“A resounding five stars…seamlessly melds his fictional characters with the events and real characters of the era.” – Awesome Indies Reviews Corridor of Darkness, A Novel of Nazi Germany has received the AIA Gold Seal of Excellence, the B.R.A.G. Medallion, and a bronze medal in the international 2014 Independent Publisher Book Awards.