Monday, March 31, 2014

Pro C# with .NET 3.0 Special Edition : Andrew Troelsen

Title: Pro C# with .NET 3.0 Special Edition
Edition: Special Edition
Author: Andrew Troelsen


Overview
Pro C# with .NET 3.0, Special Edition is logically divided into six distinct parts, each of which contains some number of chapters that somehow “belong together.” If you’ve read the third edition of
this text (Pro C# 2005 and the .NET 2.0 Platform), you will notice that the first 25 chapters of this special edition are identical (beyond a number of errata integrations) to those. However, Part 6 of this book (which is devoted to building .NET 3.0/C# 3.0 and LINQ applications) is indeed entirely new. This being said, here is a part-by-part and chapter-by-chapter breakdown of the text.






Amazon Link:  Buy
Free Download: Click to Download

Pro C# 5.0 and the .NET 4.5 Framework : Andrew Troelsen

Title: Pro C# 5.0 and the .NET 4.5 Framework
Edition: Sixth Edition
Author: Bart De Smet


Overview

This new edition of Pro C# 5.0 and the .NET 4.5 Platform has been completely revised and rewritten to reflect the latest changes to the C# language specification and new advances in the .NET Framework. You'll find new chapters covering all the important new features that make .NET 4.5 the most comprehensive release yet, including:


  • .NET APIs for Windows 8 style UI apps
  • New asynchronous task-based model for async operations
  • How HTML5 support is being wrapped into C# web applications
  • New programming interfaces for HTTP applications, including improved IPv6 support
  • Expanded WPF, WCF and WF libraries giving C# more power than ever before 
  • and many more.....






Amazon Link:  Buy
Free Download: Click to Download

C# 4.0 Unleashed : Bart De Smet

Title: C# 4.0 Unleashed
Author: Bart De Smet


Overview

C# 4.0 Unleashed is a practical reference focusing on the C# language and the .NET platform as a whole. While covering the language in lots of detail, it also provides enough coverage of various popular .NET technologies and techniques (such as debugging) for the reader to be successful on the .NET platform. The in-depth coverage of the language features is crucial to the success of a developer. Knowing exactly where and why to use certain language features can boost efficiency significantly. This book differs from other works by going into enough depth on how things work, while not being a clone of the formal language specification. Concise anecdotes with concrete samples illustrate how certain language features behave, and also point out possible caveats in using them. On the side of platform coverage, the author provides a gentle introduction to the wide landscape of the .NET platform, following a logical structure that reflects the high-level architecture of an application: presentation, logic, data, connectivity, etc. In the .NET part of the book there's coverage of relevant new technologies such as cloud computing, modeling, and parallel programming - things that will gain much more attention moving forward. '




Amazon Link:  Buy
Free Download: Click to Download

OOP WITH MICROSOFT VB.NET AND C# STEP BY STEP : Robin A. Reynolds-Haertle

Title: OOP WITH MICROSOFT VB.NET AND C# STEP BY STEP
Author: Robin A. Reynolds-Haertle


Overview

Microsoft Visual Basic developers have long clamored for complete objectoriented language support. Microsoft Visual Basic .NET supports all the features of an objectoriented language. In addition, the entire Microsoft .NET Framework, which includes the development support for Microsoft Windows applications, Web applications, Web services, graphics, and data access, is designed according to object-oriented principles. Developers who have a firm grasp of object-oriented principles will be the strongest .NET developers.
Also new to developers is C#, a C-based language that gives developers a language choice for developing with the .NET Framework. Some C, Java, and C++ development will move to C# to take advantage of .NET’s features. Visual Basic programmers looking to learn a C language might also move to C#. Visual Basic .NET and C# both support object-oriented development with the .NET Framework. No matter what language you choose for development, being able to read code in either language will double your access to Microsoft Visual Studio documentation, .NET books, magazine articles, and other developer resources.
'




Amazon Link:  Buy
Free Download: Click to Download

C# Network Programming : Richard Blum

Title: C# Network Programming
Author: Richard Blum

Learn the secrets of developing responsive websites capable of interfacing with today's mobile Internet devices

Overview

On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you'll find that building network applications is easier and quicker than ever.This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and "connectionless" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.
Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.
     
     



Amazon Link:  Buy
Free Download: Click to Download

HTML5 and CSS3 Responsive Web Design Cookbook : Benjamin LaGrone

Title: HTML5 and CSS3 Responsive Web Design Cookbook
Author: Benjamin LaGrone

Learn the secrets of developing responsive websites capable of interfacing with today's mobile Internet devices

Overview

HTML5 and CSS3 Responsive Web Design Cookbook by Benjamin LaGrone belongs at the top of your list of must-have cookbooks. The recipes in this book are well laid out, each one starting with what you need then how to do it and how it works. This is a great format, as you can quickly understand the what, how and why, as well as determine if you need that specific recipe for your project at hand, The overall layout of the book (see the other reviews for details) gives you a smooth flow from being responsive design knowledge-free to a reasonable level of understanding the requirements to design a good, solid, responsive website.

In short, if CRUD with PHP OOP and MVC Design sounds like something the dog left in the front yard, then you will appreciate this cookbook as it provides a clear, logical and easy-to-follow road to developing the responsive websites for "the rest of us"
     
     


Amazon Link:  Buy
Free Download: Click to Download

Responsive Web Design by Example Beginner's Guide : Thoriq Firdaus

Title: Responsive Web Design by Example Beginner's Guide
Author: Thoriq Firdaus

Discover how you can easily create engaging, responsive websites with minimum hassle!

Overview
  • Rapidly develop and prototype responsive websites by utilizing powerful open source frameworks
  • Focus less on the theory and more on results, with clear step-by-step instructions, previews, and examples to help you along the way.
  • Learn how you can utilize three of the most powerful responsive frameworks available today: Bootstrap, Skeleton, and Zurb Foundation.


Amazon Link:  Buy
Free Download: Click to Download

Sunday, March 30, 2014

Alexander Makarov: Yii Application Development Cookbook, 2nd Edition

Title: Yii Application Development Cookbook
Edition: 2nd Edition
Author: Alexander Makarov

A Cookbook covering both practical Yii application development tips and the most important Yii features.

The Yii framework is a rapidly growing PHP5 MVC framework often referred to as Rails for PHP. It has already become a solid base for many exciting web applications such as Stay.com and can be a good base for your developments, too. This book will help you to learn Yii quickly and in more depth for use in for your developments.

"Yii Application Development Cookbook" will show you how to use Yii efficiently. You will learn about taking shortcuts using core features, creating your own reusable code base, using test driven development, and many more topics that will give you a lot of experience in a moderate amount of time.

The second edition fixes all errata found in the first edition and also features new recipes on the client side, HTTP caching, and using Composer with Yii.

The chapters of the book are generally independent and since this book’s goal is to enhance a practical approach to Yii development, you can start reading from the chapter you need most, be it Ajax and jQuery, Database, Active Record, and Model Tricks, or Extending Yii.

"Yii Application Development Cookbook" will help you to learn more about the Yii framework and application development practices in general, showing shortcuts and dangerous things you shouldn’t do.

With all the recipes grouped in 13 chapters, you will write your applications more efficiently using shortcuts and using Yii core functionality in a good way. The most interesting topics are; Yii application deployment, a guide to writing your own extensions, advanced error handling, debugging and logging, application security, performance tuning, and much more.

"Yii Application Development Cookbook" will help you to learn more about the Yii framework and application development practices in general. You will write your applications more efficiently using shortcuts and using Yii core functionality in a good way.

Amazon Link:  Buy
Free Download: Click to Download

Ajax: The Complete Reference, by: Thomas A. Powell

Title: Ajax: The Complete Reference, by: Thomas A. Powell
E-Book:  Download Link