Book picks similar to
Threading in C# by Joseph Albahari


programming
c-must-reads
computer-science___programming
professional-development

Basics of Web Design: HTML5 & CSS3


Terry Felke-Morris - 2011
    "Basics of Web Design: HTML5 and CSS3, 2e "covers the basic concepts that web designers need to develop their skills: Introductory Internet and Web concepts Creating web pages with HTML5 Configuring text, color, and page layout with Cascading Style Sheets Configuring images and multimedia on web pages Web design best practices Accessibility, usability, and search engine optimization considerations Obtaining a domain name and web host Publishing to the Web

The Haskell School of Expression: Learning Functional Programming Through Multimedia


Paul Hudak - 2000
    It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.

Balance with Blended Learning: Partner with Your Students to Reimagine Learning and Reclaim Your Life


Catlin R. Tucker - 2020
     Blended learning allows a partnership that gives teachers more time and energy to innovate and personalize learning while providing students the opportunity to be active agents driving their own growth. Balance With Blended Learning provides teachers with strategies to actively engage students in setting goals, monitoring development, reflecting on growth, using feedback, assessing work quality, and communicating their progress with parents. It includes Practical strategies for teachers who are overwhelmed by their workloads Vignettes written by teachers across disciplines Ready-to-use templates to help students track their progress Stories from the author's experience as a teacher and blended learning coach

Quickies Collection Volume One: Three Billionaire Romances


Cassie Cross - 2015
    So when I walked into his office one night offering him a business proposition I was sure he couldn’t refuse, I was surprised when he offered me one: Paige’s freedom in exchange for a date. Dinner was the easy part; it was an elevator ride that had us both falling… Quickies Series #2: Snowed In: After breaking up with my long-term boyfriend, I decided to forego our annual spring break trip to Mexico, instead picking a location as far away from sandy beaches as I could possibly get: the mountains of Colorado. My best friend made me promise to have a little fun, and there's nothing like a one-night stand to heal the sting of a broken heart. I had no idea there would be so much more to the gorgeous mystery man I met in the lobby of the lodge where I was staying. When a storm hit, things between us got hot enough to melt snow... Quickies Series #3: Coming Clean Chris Mitchell was the one that got away. We met in high school during a long, hot summer, and never acted on the attraction that sizzled just below the surface. When I run into him at a restaurant where I’m sitting alone after being stood up for a date, he smiles at me, and it’s like we’re teenagers again. After a few glasses of wine and a romantic candlelit dinner, we start talking about what could’ve been, and before we know it we’re both coming clean… The Quickies Series are short, sexy stories you can read in one sitting!

Exodus, Revisited: My Unorthodox Journey to Berlin


Deborah Feldman - 2021
    She was determined to find a better life for herself, away from the oppression and isolation of her Satmar upbringing in Williamsburg, Brooklyn. And in Exodus, Revisited she delves into what happened next--taking the reader on a journey that starts with her beginning life anew as a single mother, a religious refugee, and an independent woman in search of a place and a community where she can belong. Originally published in 2014, Deborah has now revisited and significantly expanded her story, and the result is greater insight into her quest to discover herself and the true meaning of home. Travels that start with making her way in New York expand into an exploration of America and eventually lead to trips across Europe to retrace her grandmother's life during the Holocaust, before she finds a landing place in the unlikeliest of cities. Exodus, Revisited is a deeply moving examination of the nature of memory and generational trauma, and of reconciliation with both yourself and the world.

A Lesser Photographer: Escape the Gear Trap and Focus on What Matters


C.J. Chilvers - 2018
    Less gear. Less anxiety. Less stress. Less fear. A Lesser Photographer is the missing guide you've always wanted to the only gear that really matters: the gear between your ears. In under an hour, you’ll be able to identify the myths you’ve been taught about photography and embrace useful creative habits that will set you apart. Praise for previous editions: “For something beautiful and well-said, check out A Lesser Photographer.” — David duChemin “Amazing read…I really recommend everyone get a copy.” — Chris Marquardt “CJ Chilvers reevaluates what it means to be a photographer in this manifesto. Most of the points apply to virtually any creative endeavor or obsession. ‘The real show is outside the viewfinder.’” — Jim Coudal “I have to say, CJ has a great attitude. If you care at all about photography, he’s a must read.” — Patrick Rhone “Every photographer should follow CJ Chilvers.” — Eric Kim

React: Up and Running


Stoyan Stefanov - 2015
    With "React: Up and Running" you'll learn how to get off the ground with React, with no prior knowledge.This book teaches you how to build components, the building blocks of your apps, as well as how to organize the components into large-scale apps. In addition, you ll learn about unit testing and optimizing performance, while focusing on the application s data (and letting the UI take care of itself)."

Outbound Sales, No Fluff: Written by two millennials who have actually sold something this decade.


Rex Biberston - 2017
    In the past 30 years, there has been an incredible amount of research and growth in the sales profession to help modern sales professionals better serve their customers. However, after reading Rory Vaden's New York Times Bestseller "Take The Stairs" and learning that "95% of all books that are purchased are never completely read" and "70% of all books ever purchased are never even opened" we wanted to write a book that everyone could read and take action on immediately.This book is a step-by-step guide for the modern sales professional. We want to give you the framework, knowledge, and skills to fill a sales pipeline with highly qualified opportunities. It's all practical advice - no cutesy stories, no rants, and no product pitches.There are really only two ways to fill a funnel: inbound leads or outbound prospecting. We focus this book exclusively on outbound prospecting, because it's the half of the formula that an individual sales rep can control (that's why so many sales job descriptions include the phrase "we're looking for a hunter").

Professional Test Driven Development with C#: Developing Real World Applications with Tdd


James Bender - 2011
    This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.Clarifies the motivation behind test-driven development (TDD), what it is, and how it works Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality Discusses unit testing and refactoring Professional Test-Driven Development with C# shows you how to create great TDD processes right away.

Programming WCF Services


Juval Lowy - 2007
    Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. "Programming WCF Services" focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources.Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, "Programming WCF Services" provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF.

Effective C#: 50 Specific Ways to Improve Your C#


Bill Wagner - 2004
    In a very short amount of time, he is able to present an issue, fix it and conclude it; each chapter is tight, succinct, and to the point." --Josh Holmes, Independent Contractor "The book provides a good introduction to the C# language elements from a pragmatic point of view, identifying best practices along the way, and following a clear and logical progression from the basic syntax to creating components to improving your code writing skills. Since each topic is covered in short entries, it is very easy to read and you'll quickly realize the benefits of the book." --Tomas Restrepo, Microsoft MVP "The book covers the basics well, especially with respect to the decisions needed when deriving classes from System.Object. It is easy to read with examples that are clear, concise and solid. I think it will bring good value to most readers." --Rob Steel, Central Region Integration COE & Lead Architect, Microsoft "Effective C# provides the C# developer with the tools they need to rapidly grow their experience in Visual C# 2003 while also providing insight into the many improvements to the language that will be hitting a desktop near you in the form of Visual C# 2005." --Doug Holland, Precision Objects "Part of the point of the .NET Framework--and the C# Language, in particular--is to let the developer focus solving customer problems and deliver product, rather than spending hours (or even weeks) writing plumbing code. Bill Wagner's Effective C#, not only shows you what's going on behind the scenes, but shows you how to take advantage of particular C# code constructs. Written in a dispassionate style that focuses on the facts--and just the facts--of writing effective C# code, Wagner's book drills down into practices that will let you write C# applications and components that are easier to maintain as well as faster to run. I'm recommending Effective C# to all students of my .NET BootCamp and other C#-related courses." --Richard Hale Shaw, www.RichardHaleShawGroup.com C#'s resemblances to C++, Java, and C make it easier to learn, but there's a downside: C# programmers often continue to use older techniques when far better alternatives are available. In Effective C#, respected .NET expert Bill Wagner identifies fifty ways you can start leveraging the full power of C# in order to write faster, more efficient, and more reliable software. Effective C# follows the format that made Effective C++ (Addison-Wesley, 1998) and Effective Java (Addison-Wesley, 2001) indispensable to hundreds of thousands of developers: clear, practical explanations, expert tips, and plenty of realistic code examples. Drawing on his unsurpassed C# experience, Wagner addresses everything from value types to assemblies, exceptions to reflection. Along the way, he shows exactly how to avoid dozens of common C# performance and reliability pitfalls. You'll learn how to: Use both types of C# constants for efficiency and maintainability, see item 2 Use immutable data types to eliminate unnecessary error checking, see item 7 Avoid the C# function that'll practically always get you in trouble, see item 10 Minimize garbage collection, boxing, and unboxing, see items 16 and 17

Saving Stacy: The Untold Story of the Moody Massacre


Rob St. Clair - 2019
    The first time the killer thought he had succeeded, and he left Stacy bleeding in her bed. But a few minutes later he must have heard her moaning and returned to her upstairs bedroom. This time he approached the bed, pointed a .22 caliber rifle at her young face, and pulled the trigger again. Then he left.Later that morning, Memorial Day, May 25, 2005, the Logan County Sheriff would declare it a rampage. According to Sheriff Henry, 18-year-old Scott Moody lived on a family farm with his mother and sister; his grandparents lived nearby. The night before his high school graduation something snapped, and Scott went on a shooting spree. He murdered his two grandparents, his mother, a high school classmate who had spent the night after a graduation party, his girlfriend, and then he turned the rifle on himself, committing suicide. He thought he had killed his 15-year-old sister, but she was life-flighted to a hospital in Columbus where she remained in critical condition. Sheriff Henry declared the mystery solved: “It was horribly tragic, a murder/suicide case.”Three days later, Stacy woke up in intensive care. When asked by the county coroner to explain what happened – clearly expecting her to say that her brother, Scott, had shot her – Stacy, in a weak, distressed voice said something else. It was an older man with gray hair, wearing a blue shirt, someone she had never seen before. And then, once again – what everyone suspected but were afraid to publicly talk about – was the Logan County Sheriff’s Office really corrupt?After Stacy was released from the hospital, Detective Jon Stout wanted to interview her in private, away from the influence of her father and stepmother. On a Sunday afternoon he took 15-year-old Stacy in his unmarked cruiser to a shaded parking lot behind the county children services building. It was there he coerced her into taking off her clothes, playfully handcuffing her to the steering wheel, and then forcibly having sex with her. It was only a matter of time before wrongful death actions were filed against Scott’s estate. That’s when Scott’s father, wanting to remove the stigma of his son’s reputation, hired outside experts, who easily refuted the idea that Scott had been the shooter. People in the community knew all along what had happened. The sheriff’s office was corrupt. Underage sex and illicit drugs had finally raised their ugly heads.

WE WILL NEVER LET YOU DOWN: Encounters with Val Thor and journeys beyond Earth


Elena Danaan - 2021
    

Diary of a Dumpster Pup: How a cat lover saved the life of an abandoned newborn puppy. A true story.


Beverly Keil - 2020
    

For the Record: 28:50 - A journey toward self-discovery and the Cannonball Run Record


Ed Bolian - 2017
    Ed Bolian’s memoir recounts his path from a conversation in high school with Cannonball Run founder, Brock Yates to setting the fastest time ever for driving from New York to Los Angeles. The journey explores goal setting, criminal psychology, and spirituality in the pursuit of finding your true purpose and using what makes you unique to achieve something extraordinary.