Author: Allen Jones
Publisher: Apress
ISBN: 1430225262
Category : Computers
Languages : en
Pages : 999
Book Description
Mastering the development of .NET 4.0 applications in C# is less about knowing the Visual C# 2010 language and more about knowing how to use the functionality of the .NET framework class library most effectively. Visual C# 2010 Recipes explores the breadth of the .NET Framework class library and provides specific solutions to common and interesting programming problems. Each recipe is presented in a succinct problem/solution format and is accompanied by a working code sample to help you understand the concept and quickly apply it. When you are facing a Visual C# 2010 problem, this book likely contains a recipe providing the solution—or at least points you in the right direction. Even if you are simply looking to broaden your knowledge of the .NET framework class library, Visual C# 2010 Recipes is the perfect resource to assist you. This is an updated reference for .NET 4.0 programmers. All code samples come as stand-alone Visual Studio 2010 solutions for your convenience.
Visual C# 2010 Recipes
Author: Allen Jones
Publisher: Apress
ISBN: 1430225262
Category : Computers
Languages : en
Pages : 999
Book Description
Mastering the development of .NET 4.0 applications in C# is less about knowing the Visual C# 2010 language and more about knowing how to use the functionality of the .NET framework class library most effectively. Visual C# 2010 Recipes explores the breadth of the .NET Framework class library and provides specific solutions to common and interesting programming problems. Each recipe is presented in a succinct problem/solution format and is accompanied by a working code sample to help you understand the concept and quickly apply it. When you are facing a Visual C# 2010 problem, this book likely contains a recipe providing the solution—or at least points you in the right direction. Even if you are simply looking to broaden your knowledge of the .NET framework class library, Visual C# 2010 Recipes is the perfect resource to assist you. This is an updated reference for .NET 4.0 programmers. All code samples come as stand-alone Visual Studio 2010 solutions for your convenience.
Publisher: Apress
ISBN: 1430225262
Category : Computers
Languages : en
Pages : 999
Book Description
Mastering the development of .NET 4.0 applications in C# is less about knowing the Visual C# 2010 language and more about knowing how to use the functionality of the .NET framework class library most effectively. Visual C# 2010 Recipes explores the breadth of the .NET Framework class library and provides specific solutions to common and interesting programming problems. Each recipe is presented in a succinct problem/solution format and is accompanied by a working code sample to help you understand the concept and quickly apply it. When you are facing a Visual C# 2010 problem, this book likely contains a recipe providing the solution—or at least points you in the right direction. Even if you are simply looking to broaden your knowledge of the .NET framework class library, Visual C# 2010 Recipes is the perfect resource to assist you. This is an updated reference for .NET 4.0 programmers. All code samples come as stand-alone Visual Studio 2010 solutions for your convenience.
Ajax and REST Recipes
Author: Christian Gross
Publisher: Apress
ISBN: 1430203374
Category : Computers
Languages : en
Pages : 361
Book Description
Ajax is one of the hottest new methodologies on the web, bit it requires a lot of coding, and there are some inherent problems with Ajax applications. This book offers more than 50 adaptable recipes for common tasks using Ajax, DOM Scripting, and REST techniques, saving hours of development time. These provide complete solutions for form validation, drag and drop functionality, data sorting, data presentation techniques, application architecture, debugging, performance enhancements, server-side techniques for web services, and much more. The book makes use of REST and other design patterns, and many popular JavaScript libraries, focusing is on efficiency, optimization and reusability.
Publisher: Apress
ISBN: 1430203374
Category : Computers
Languages : en
Pages : 361
Book Description
Ajax is one of the hottest new methodologies on the web, bit it requires a lot of coding, and there are some inherent problems with Ajax applications. This book offers more than 50 adaptable recipes for common tasks using Ajax, DOM Scripting, and REST techniques, saving hours of development time. These provide complete solutions for form validation, drag and drop functionality, data sorting, data presentation techniques, application architecture, debugging, performance enhancements, server-side techniques for web services, and much more. The book makes use of REST and other design patterns, and many popular JavaScript libraries, focusing is on efficiency, optimization and reusability.
Five Ingredient Vegan
Author: Katy Beskow
Publisher: Hardie Grant Publishing
ISBN: 1787134326
Category : Cooking
Languages : en
Pages : 382
Book Description
From the author of 15 Minute Vegan, Five Ingredient Vegan showcases simple yet exciting recipes using five ingredients or fewer. It's perfect for vegans and non-vegans alike looking for effortless ways to introduce plant-based meals into their everyday cooking. Katy Beskow is the expert on making easy meals for home cooks – even if you're not confident in the kitchen or with vegan cooking. Using ingredients available from your local supermarket and with a list of larder essentials, plus helpful tips throughout, you'll have everything you need to fill food with taste and texture. With 100 recipes covering Basics (Baba ganoush, 3-ingredient beer bread, Citrus tabbouleh, Green apple salsa), Soups (Lemony super greens, Country lentil pottage, Spicy noodle soup, Pantry minestrone), Lunches (Santorini tomato fritters, Welsh rarebit stuffed potatoes, Spicy bean and avocado wraps, Spinach pancakes), Suppers (Baked aubergine with dukkah, Roasted cherry tomato risotto, Pumpkin and sage macaroni, Pear and butterbean traybake), and Sweets (Carrot cake porridge, Zesty bread and butter pudding, Coconut panna cotta, Blood orange granita), you too can get maximum flavour with minimal fuss – all with just five ingredients.
Publisher: Hardie Grant Publishing
ISBN: 1787134326
Category : Cooking
Languages : en
Pages : 382
Book Description
From the author of 15 Minute Vegan, Five Ingredient Vegan showcases simple yet exciting recipes using five ingredients or fewer. It's perfect for vegans and non-vegans alike looking for effortless ways to introduce plant-based meals into their everyday cooking. Katy Beskow is the expert on making easy meals for home cooks – even if you're not confident in the kitchen or with vegan cooking. Using ingredients available from your local supermarket and with a list of larder essentials, plus helpful tips throughout, you'll have everything you need to fill food with taste and texture. With 100 recipes covering Basics (Baba ganoush, 3-ingredient beer bread, Citrus tabbouleh, Green apple salsa), Soups (Lemony super greens, Country lentil pottage, Spicy noodle soup, Pantry minestrone), Lunches (Santorini tomato fritters, Welsh rarebit stuffed potatoes, Spicy bean and avocado wraps, Spinach pancakes), Suppers (Baked aubergine with dukkah, Roasted cherry tomato risotto, Pumpkin and sage macaroni, Pear and butterbean traybake), and Sweets (Carrot cake porridge, Zesty bread and butter pudding, Coconut panna cotta, Blood orange granita), you too can get maximum flavour with minimal fuss – all with just five ingredients.
Effective Go Recipes
Author: Miki Tebeka
Publisher: Pragmatic Bookshelf
ISBN:
Category : Computers
Languages : en
Pages : 365
Book Description
Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly typed languages (security and performance). Go is a simple language, but programming in Go is about more than just mastering syntax. There's an art to using Go effectively. Squeeze out the full use of advanced networking and multi-core power for which Go was designed. Save precious coding hours with recipes that help you manage objects, collect garbage, and safely use memory. Tackle Unicode, concurrency, and serialization with ease. All the clean, reusable solutions you need for a wide variety of problems common to Go development. Outfitted with these recipes, your next apps will be more polished and more maintainable than ever. Start out by tackling time and see how the Go time packager provides types that will do most of the heavy lifting for you. Next, work on recipes tailored to the nuances of processing text, like normalizing strings to avoid bugs. From there, whip up some functions on-the-fly and store functions in variables and data structures. Ever wondered why Go seems to be peppered with error handling? Working through the next recipes, you'll discover the benefits, which include more robust code. In the section on HTTP, you'll learn tricks like running multiple HTTP servers on the same port and setting timeouts. With concurrency recipes, you'll limit the number of goroutines to improve performance, give your code awareness of timeouts, and decide when to keep your code sequential instead of making it concurrent. Throughout the book, you'll make Go sizzle following simple recipes and tweaking them to fit your own apps. Using tools like strong typing and concurrency primitives, build a Go codebase that stays maintainable at scale. What You Need: You should know the Go language syntax and have some experience in programming.You will need a Go SDK, a Git client, and for some of the chapters, a C compiler.
Publisher: Pragmatic Bookshelf
ISBN:
Category : Computers
Languages : en
Pages : 365
Book Description
Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly typed languages (security and performance). Go is a simple language, but programming in Go is about more than just mastering syntax. There's an art to using Go effectively. Squeeze out the full use of advanced networking and multi-core power for which Go was designed. Save precious coding hours with recipes that help you manage objects, collect garbage, and safely use memory. Tackle Unicode, concurrency, and serialization with ease. All the clean, reusable solutions you need for a wide variety of problems common to Go development. Outfitted with these recipes, your next apps will be more polished and more maintainable than ever. Start out by tackling time and see how the Go time packager provides types that will do most of the heavy lifting for you. Next, work on recipes tailored to the nuances of processing text, like normalizing strings to avoid bugs. From there, whip up some functions on-the-fly and store functions in variables and data structures. Ever wondered why Go seems to be peppered with error handling? Working through the next recipes, you'll discover the benefits, which include more robust code. In the section on HTTP, you'll learn tricks like running multiple HTTP servers on the same port and setting timeouts. With concurrency recipes, you'll limit the number of goroutines to improve performance, give your code awareness of timeouts, and decide when to keep your code sequential instead of making it concurrent. Throughout the book, you'll make Go sizzle following simple recipes and tweaking them to fit your own apps. Using tools like strong typing and concurrency primitives, build a Go codebase that stays maintainable at scale. What You Need: You should know the Go language syntax and have some experience in programming.You will need a Go SDK, a Git client, and for some of the chapters, a C compiler.
Jakarta EE Recipes
Author: Josh Juneau
Publisher: Apress
ISBN: 1484255879
Category : Computers
Languages : en
Pages : 871
Book Description
Take a problem-solution approach to programming enterprise Java applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Enterprise Edition Platform. This book helps you rejuvenate your Java expertise and put the platform’s latest capabilities to use in quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn features of the platform, and benefit from one of the most widely used and powerful technologies available for application development today. Examples in Jakarta EE Recipes highlight Jakarta EE’s capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to best solve that problem using the latest features in Jakarta EE. Solutions are presented in the form of working code examples that you can download and use immediately in your own projects. Clear descriptions are given so you can understand and learn to build further on the solutions that are provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will LearnDevelop enterprise Java applications using the now open source Jakarta EE platform Create great-looking user interfaces using Jakarta Server Faces and the Eclipse Krazo framework Build database applications using Jakarta Enterprise Beans and Jakarta RESTFul web services Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications Deploy microservices applications in cloud environments using Docker Secure applications utilizing the Jakarta EE Security API and JSON Web Tokens Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques
Publisher: Apress
ISBN: 1484255879
Category : Computers
Languages : en
Pages : 871
Book Description
Take a problem-solution approach to programming enterprise Java applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Enterprise Edition Platform. This book helps you rejuvenate your Java expertise and put the platform’s latest capabilities to use in quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn features of the platform, and benefit from one of the most widely used and powerful technologies available for application development today. Examples in Jakarta EE Recipes highlight Jakarta EE’s capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to best solve that problem using the latest features in Jakarta EE. Solutions are presented in the form of working code examples that you can download and use immediately in your own projects. Clear descriptions are given so you can understand and learn to build further on the solutions that are provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will LearnDevelop enterprise Java applications using the now open source Jakarta EE platform Create great-looking user interfaces using Jakarta Server Faces and the Eclipse Krazo framework Build database applications using Jakarta Enterprise Beans and Jakarta RESTFul web services Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications Deploy microservices applications in cloud environments using Docker Secure applications utilizing the Jakarta EE Security API and JSON Web Tokens Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques
Simple Beautiful Food
Author: Amanda Frederickson
Publisher: Ten Speed Press
ISBN: 1984857347
Category : Cooking
Languages : en
Pages : 242
Book Description
Get inspired to make delicious food any day of the week with this playful and inventive cookbook featuring 100 recipes from the creator of Instagram’s “Fridge Foraging” series. With more than a hundred ideas and a photo for every recipe, Simple Beautiful Food will have you making delicious dishes any day of the week. Author Amanda Frederickson shares enticing breakfast bites such as Sweet and Savory Yogurt Bowls, easy work lunches such as Salmon and Avocado Nori Wraps, and delicious dinners such as One-Pot Chicken with Orzo and Sun-Dried Tomatoes. She also provides “choose your own adventure” riffs where one ingredient is used in many different ways, giving you greater flexibility and confidence in the kitchen. With a clever and bright design, Simple Beautiful Food allows you to whip up your (new) favorite recipes whenever cravings strike.
Publisher: Ten Speed Press
ISBN: 1984857347
Category : Cooking
Languages : en
Pages : 242
Book Description
Get inspired to make delicious food any day of the week with this playful and inventive cookbook featuring 100 recipes from the creator of Instagram’s “Fridge Foraging” series. With more than a hundred ideas and a photo for every recipe, Simple Beautiful Food will have you making delicious dishes any day of the week. Author Amanda Frederickson shares enticing breakfast bites such as Sweet and Savory Yogurt Bowls, easy work lunches such as Salmon and Avocado Nori Wraps, and delicious dinners such as One-Pot Chicken with Orzo and Sun-Dried Tomatoes. She also provides “choose your own adventure” riffs where one ingredient is used in many different ways, giving you greater flexibility and confidence in the kitchen. With a clever and bright design, Simple Beautiful Food allows you to whip up your (new) favorite recipes whenever cravings strike.
Oracle and PL/SQL Recipes
Author: Josh Juneau
Publisher: Apress
ISBN: 1430232080
Category : Computers
Languages : en
Pages : 443
Book Description
Oracle PL/SQL Recipes is your go to book for PL/SQL programming solutions. It takes a task-oriented approach to PL/SQL programming that lets you quickly look up a specific task and see the pattern for a solution. Then it's as simple as modifying the pattern for your specific application and implementing it. And you’re done and home for dinner. Oracle PL/SQL Recipes is another in Apress’ ongoing series of recipe books aimed at Oracle practitioners. The recipe format is ideal for the busy professional who just needs to get the job done. Covers the most common PL/SQL programming problems Presents solutions in ready-to-use format Stays short and to-the-point
Publisher: Apress
ISBN: 1430232080
Category : Computers
Languages : en
Pages : 443
Book Description
Oracle PL/SQL Recipes is your go to book for PL/SQL programming solutions. It takes a task-oriented approach to PL/SQL programming that lets you quickly look up a specific task and see the pattern for a solution. Then it's as simple as modifying the pattern for your specific application and implementing it. And you’re done and home for dinner. Oracle PL/SQL Recipes is another in Apress’ ongoing series of recipe books aimed at Oracle practitioners. The recipe format is ideal for the busy professional who just needs to get the job done. Covers the most common PL/SQL programming problems Presents solutions in ready-to-use format Stays short and to-the-point
Bringing It Home
Author: Gail Simmons
Publisher: Grand Central Life & Style
ISBN: 1455542210
Category : Cooking
Languages : en
Pages : 502
Book Description
The cookbook that Top Chef fans have been waiting for, from the celebrated judge who makes delicious food and inspired cooking accessible for home cooks. Gail Simmons is a beloved figure in the food world who has been a popular judge on Top Chef, the number-one rated food show on cable television since its inception. In Bringing It Home, Simmons shares her best recipes and food experiences. From her travels, exploring global flavors and keeping detailed diaries, to her Top Chef culinary adventures with the world's most notable chefs, she is always asking: "How can I bring this dish home to my own kitchen?" Her goal is to make fabulous recipes using accessible ingredients and smart, simple cooking techniques for successful family meals and easy entertaining. From Bloody Mary Eggs to Christmas Brisket Fried Rice; from Summer Vegetable Salad with Charred Lime Vinaigrette to Banana-Cardamom Upside Down Cake with Salty Caramel, there is a recipe for everyone in the family. Simmons also shares ingredient tips, cooking techniques, and many informative "Snippets," as well as personal and behind-the-scenes stories that will appeal to fans and food lovers everywhere.
Publisher: Grand Central Life & Style
ISBN: 1455542210
Category : Cooking
Languages : en
Pages : 502
Book Description
The cookbook that Top Chef fans have been waiting for, from the celebrated judge who makes delicious food and inspired cooking accessible for home cooks. Gail Simmons is a beloved figure in the food world who has been a popular judge on Top Chef, the number-one rated food show on cable television since its inception. In Bringing It Home, Simmons shares her best recipes and food experiences. From her travels, exploring global flavors and keeping detailed diaries, to her Top Chef culinary adventures with the world's most notable chefs, she is always asking: "How can I bring this dish home to my own kitchen?" Her goal is to make fabulous recipes using accessible ingredients and smart, simple cooking techniques for successful family meals and easy entertaining. From Bloody Mary Eggs to Christmas Brisket Fried Rice; from Summer Vegetable Salad with Charred Lime Vinaigrette to Banana-Cardamom Upside Down Cake with Salty Caramel, there is a recipe for everyone in the family. Simmons also shares ingredient tips, cooking techniques, and many informative "Snippets," as well as personal and behind-the-scenes stories that will appeal to fans and food lovers everywhere.
Snowflake Recipes
Author: Dillon Dayton
Publisher: Springer Nature
ISBN:
Category :
Languages : en
Pages : 413
Book Description
Publisher: Springer Nature
ISBN:
Category :
Languages : en
Pages : 413
Book Description
The New York Times Cooking No-Recipe Recipes
Author: Sam Sifton
Publisher: Ten Speed Press
ISBN: 1984858483
Category : Cooking
Languages : en
Pages : 258
Book Description
NATIONAL BESTSELLER • The debut cookbook from the popular New York Times website and mobile app NYT Cooking, featuring 100 vividly photographed no-recipe recipes to make weeknight cooking more inspired and delicious. ONE OF THE BEST COOKBOOKS OF THE YEAR: Vanity Fair, Time Out, Salon, Publishers Weekly You don’t need a recipe. Really, you don’t. Sam Sifton, founding editor of New York Times Cooking, makes improvisational cooking easier than you think. In this handy book of ideas, Sifton delivers more than one hundred no-recipe recipes—each gloriously photographed—to make with the ingredients you have on hand or could pick up on a quick trip to the store. You’ll see how to make these meals as big or as small as you like, substituting ingredients as you go. Fried Egg Quesadillas. Pizza without a Crust. Weeknight Fried Rice. Pasta with Garbanzos. Roasted Shrimp Tacos. Chicken with Caramelized Onions and Croutons. Oven S’Mores. Welcome home to freestyle, relaxed cooking that is absolutely yours.
Publisher: Ten Speed Press
ISBN: 1984858483
Category : Cooking
Languages : en
Pages : 258
Book Description
NATIONAL BESTSELLER • The debut cookbook from the popular New York Times website and mobile app NYT Cooking, featuring 100 vividly photographed no-recipe recipes to make weeknight cooking more inspired and delicious. ONE OF THE BEST COOKBOOKS OF THE YEAR: Vanity Fair, Time Out, Salon, Publishers Weekly You don’t need a recipe. Really, you don’t. Sam Sifton, founding editor of New York Times Cooking, makes improvisational cooking easier than you think. In this handy book of ideas, Sifton delivers more than one hundred no-recipe recipes—each gloriously photographed—to make with the ingredients you have on hand or could pick up on a quick trip to the store. You’ll see how to make these meals as big or as small as you like, substituting ingredients as you go. Fried Egg Quesadillas. Pizza without a Crust. Weeknight Fried Rice. Pasta with Garbanzos. Roasted Shrimp Tacos. Chicken with Caramelized Onions and Croutons. Oven S’Mores. Welcome home to freestyle, relaxed cooking that is absolutely yours.