Book picks similar to
C# 5 First Look by Joel Martinez


point-net
programming
c-sharp
collection

Algorithm Design


Jon Kleinberg - 2005
    The book teaches a range of design and analysis techniques for problems that arise in computing applications. The text encourages an understanding of the algorithm design process and an appreciation of the role of algorithms in the broader field of computer science.

Explain the Cloud Like I'm 10


Todd Hoff - 2018
    And I mean all the time. Every day there’s a new cloud-based dating app; a new cloud-based gizmo for your house; a new cloud-based game; or a thousand other new things—all in the cloud.The cloud is everywhere! Everything is in the cloud! What does it mean! Let’s slow down. Take a deep breath. That’s good. Take another. Excellent. This book teaches you all about the cloud. I’ll let you in on a little secret: the cloud is not that hard to understand. It’s not. It’s just that nobody has taken the time to explain to you what the cloud is. They haven’t, have they?Deep down I think this is because they don’t understand the cloud either, but I do. I’ve been a programmer and writer for over 30 years. I’ve been in cloud computing since the very start, and I’m here to help you on your journey to understand the cloud. Consider me your tour guide. I’ll be with you every step of the way, but not in a creepy way.I take my time with this book. I go slow and easy, so you can build up an intuition about what the cloud really is, one idea at a time. When you finish reading, you’ll understand the cloud. When you hear someone say some new cool thing is in the cloud, you’ll understand exactly what they mean. That’s a promise. How do I deliver on that promise? I use lots and lots of pictures. I use lots and lots of examples. We’ll reveal the secret inner-workings of AWS, Netflix, Facebook Messenger, Amazon Kindle, Apple iCloud, Google Maps, Nest and cloud DVRs. You’ll learn by seeing and understanding; no matter if you're a complete beginner, someone who knows a little and wants to learn more, or a programmer looking to change their career to the cloud.The cloud is the future. You don't want to miss out on the future, do you? Read this book and we'll discover it together.I’m excited. This will be fun. Let’s get started!

Data Structures and Algorithms in Java


Michael T. Goodrich - 1998
    The authors provide intuition, description, and analysis of fundamental data structures and algorithms. Numerous illustrations, web-based animations, and simplified mathematical analyses justify important analytical concepts. Key Features of the Fourth Edition: * Updates to Java 5.0 include new sections on generics and other Java 5.0 features, and revised code fragments, examples, and case studies to conform to Java 5.0. * Hundreds of exercises, including many that are new to this edition, promote creativity and help readers learn how to think like programmers and reinforce important concepts. * New case studies illustrate topics such as web browsers, board games, and encryption. * A new early chapter covers Arrays, Linked Lists, and Recursion. * A new final chapter on Memory covers memory management and external memory data structures and algorithms. * Java code examples are used extensively, with source code provided on the website. * Online animations and effective in-text art illustrate data structures and algorithms in a clear, visual manner. Access additional resources on the web www.wiley.com/college/goodrich): * Java source code for all examples in the book * Animations * Library (net.datastructures) of Java constructs used in the book * Problems database and search engine * Student hints to all exercises in the book * Instructor resources, including solutions to selected exercises * Lecture slides

Violent Python: A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers


T.J. O'Connor - 2012
    Instead of relying on another attacker's tools, this book will teach you to forge your own weapons using the Python programming language. This book demonstrates how to write Python scripts to automate large-scale network attacks, extract metadata, and investigate forensic artifacts. It also shows how to write code to intercept and analyze network traffic using Python, craft and spoof wireless frames to attack wireless and Bluetooth devices, and how to data-mine popular social media websites and evade modern anti-virus.

Metaprogramming Ruby 2: Program Like the Ruby Pros


Paolo Perrotta - 2014
    With metaprogramming, you can produce elegant, clean, and beautiful programs. Once the domain of expert Rubyists, metaprogramming is now accessible to programmers of all levels. This thoroughly revised and updated second edition of the bestselling Metaprogramming Ruby explains metaprogramming in a down-to-earth style and arms you with a practical toolbox that will help you write your best Ruby code ever.Dig under the surface and explore Ruby's most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you'll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you're on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with: Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.Metaprogramming spells--33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, from the wild, with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.What You Need: Ruby 2.x, Ruby 1.9, or a recent version of JRuby.

Access 2007: The Missing Manual


Matthew MacDonald - 2006
    It runs on PCs rather than servers and is ideal for small- to mid-sized businesses and households. But Access is still intimidating to learn. It doesn't help that each new version crammed in yet another set of features; so many, in fact, that even the pros don't know where to find them all. Access 2007 breaks this pattern with some of the most dramatic changes users have seen since Office 95. Most obvious is the thoroughly redesigned user interface, with its tabbed toolbar (or "Ribbon") that makes features easy to locate and use. The features list also includes several long-awaited changes. One thing that hasn't improved is Microsoft's documentation. To learn the ins and outs of all the features in Access 2007, Microsoft merely offers online help.Access 2007: The Missing Manual was written from the ground up for this redesigned application. You will learn how to design complete databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry. You'll even delve into the black art of Access programming (including macros and Visual Basic), and pick up valuable tricks and techniques to automate common tasks -- even if you've never touched a line of code before. You will also learn all about the new prebuilt databases you can customize to fit your needs, and how the new complex data feature will simplify your life. With plenty of downloadable examples, this objective and witty book will turn an Access neophyte into a true master.

Programming In Ansi C


E. Balagurusamy - 1992
    

REST API Design Rulebook


Mark Masse - 2011
    This concise book presents a set of API design rules, drawn primarily from best practices that stick close to the Web’s REST architectural style. Along with rules for URI design and HTTP use, you’ll learn guidelines for media types and representational forms. REST APIs are ubiquitous, but few of them follow a consistent design methodology. Using these simple rules, you will design web service APIs that adhere to recognized web standards. To assist you, author Mark Massé introduces the Web Resource Modeling Language (WRML), a conceptual framework he created for the design and implementation of REST APIs. Learn design rules for addressing resources with URIs Apply design principles to HTTP’s request methods and response status codes Work with guidelines for conveying metadata through HTTP headers and media types Get design tips to address the needs of client programs, including the special needs of browser-based JavaScript clients Understand why REST APIs should be designed and configured, not coded

Thinking in HTML


Aravind Shenoy - 2014
    Instead of wandering through loads of theory, we will understand HTML practically so that we can semantically define the markup and structure of a webpage. We have used Notepad for the examples in this book. Alternatively, you can also use Notepad++ or any advanced editor. All you need to do is copy the code and paste it into Notepad. Upon execution, you will get the output as depicted in the screenshots. Screenshots are provided for each sample code. Coding improves with practice. The examples in this book are compatible with almost every modern browser such as Mozilla Firefox, Opera or Google Chrome to name a few. Instead of using the verbatim code, you can modify the code and see the change in the output, thereby understanding the subtle nuances of HTML. By the end of the book, with practice, you can achieve better things as you get to grips with HTML.

Exceptional Ruby: Master the Art of Handling Failure in Ruby


Avdi Grimm - 2011
    Writing code that handles unexpected errors and still works is really hard. Most of us learn by trial and error. This short book removes the uncertainty. With over 100 pages of content and dozens of working examples, you’ll learn everything from the mechanics of how exceptions work to how to design a robust failure management architecture for your app or library. Whether you are a Ruby novice or a seasoned veteran, Exceptional Ruby will help you write cleaner, more resilient Ruby code.

Unexpected Love for a Stubborn Bride


Evelyn Boyett - 2019
     Hope Dixon was just a young girl when she moved to Hazelridge, Texas with her parents. Their lives have been ideal until the discovery of silver in the nearby hills three years ago. After that the town has grown increasingly lawless with the huge influx of new settlers and prospectors hoping to make their fortunes and a bought sheriff with seemingly no interest in maintaining law and order. She feels a heavy weight of responsibility knowing that with her father’s steadily failing health, it won’t be long before her mother and younger sister’s future well being will soon rest squarely on her shoulders. Luke Riggs was a Civil War hero. When he returned home, his former fiancée who’d promised to wait for him had run off and married another man. Deeply heartbroken and betrayed, he promised himself he would never open himself up to the possibility of finding love again. Hope is stubborn and determined to step up and fight, but she's going to need help, someone who will stand with her against the outlaws and thieves threatening her life. Can Hope find the courage to protect her family, tell the man she loves how she really feels, and save their home? Or will her fear keep her trapped for the rest of her life? If you like fast-paced clean romance and action-packed stories, you won't be able to put down this addictive Novel by Evelyn Boyett. "Unexpected Love For A Stubborn Bride" is a stand-alone Western Historical Romance Novel of approximately 500 pages. Get this Book FREE With Kindle Unlimited!

Jaded Hearts (Blue Moon Series, #2)


Ambernique Legget
    Really hurt. What happens when she, a simple human, is mated to Matt Stone, the Gamma of the Blue Moon Pack? Matt knows that she is the missing piece that he has been searching for but He asked first teacher about his life as a wolf, And all that goes into it before she can truly be his. When the shadows come back from her past to haunt her, will they be strong enough to overcome or will the darkness take them both?

The Obsolescence Trilogy: Complete Series Box Set: A Post-Apocalyptic Science Fiction Thriller


Chris Muhlenfeld - 2018
    They were away from the chaos, and they thought they were safe. They thought wrong.What will they do?All across the country cities are in crisis.Logan and his family look out from their Manhattan penthouse. The world is crumbling before their eyes. Unprepared, he’s got to do something. They can’t stay. But how can they leave and where will they go?Someone has a solution.It’s Logan’s domestic android.Can he believe a machine?You won’t believe the twists and turns, but you’ll love the adventure.Get it now.

MAC WALKER'S PATRIOT OMNIBUS


D.W. Ulsterman - 2014
    He protects those he loves with a ferocity and purpose few can overcome. If challenged, he takes a "kill first, question later" approach. His life has taken him around the world and back again, to a home that is no longer his, in a country that would see him dead. He seeks both truth and purpose in himself and others, at a time when the traditions and values of old do battle against the emerging tyranny of the present. He is Mac Walker, and this is his story, spanning decades, available here as a single download for the first time ever, allowing readers to save up to 50% over purchasing each of the Mac Walker stories individually. SEVEN STORIES - ONE LOW PRICE! "Being a 77 year old widow and knowing I would never fall in love again, I'm afraid that Ulsterman's writing has caused me to fall in love with his fictional character, Mac Walker! What a MAN!" -Patricia Tadlock “All of the Mac Walker books are great! Once you start reading, you cannot put them down! If I could meet any character of any book, it would be Mac Walker!” --Lyn R. Toney “Excellent read. Readers can certainly relate to Mac Walker as a truly believable hero.” -Cavalry

Will You Love Me?: The story of my adopted daughter Lucy: Part 3 of 3


Cathy Glass - 2013
    This book tells the true story of Cathy’s adopted daughter Lucy.Lucy was born to a single mother who had been abused and neglected for most of her own childhood. Right from the beginning Lucy’s mother couldn’t cope, but it wasn’t until Lucy reached eight years old that she was finally taken into permanent foster care.By the time Lucy is brought to live with Cathy she is eleven years old and severely distressed after being moved from one foster home to another. Withdrawn, refusing to eat and three years behind in her schooling, it is thought that the damage Lucy has suffered is irreversible.But Cathy and her two children bond with Lucy quickly, and break through to Lucy in a way no-one else has been able to, finally showing her the loving home she never believed existed. Cathy and Lucy believe they were always destined to be mother and daughter – it just took them a little while to find each other.