Data Communications and Networking 3/e Behrouz A. Forouzan



Data Communications and Networking 3/e
Behrouz A. Forouzan

"Data Communications and Networking 3/e" provides a comprehensive and current introduction to networking technologies. The book is accessible to students from all backgrounds and uses hundreds of figures to visually represent concepts. This new edition has been completely updated to reflect the constantly changing world of network technologies, such as bluetooth, wireless and updated security coverage. Optional algorithm sections have been added, which allow instructors to adjust the level of math that they would like to use in the course.
The TCP/IP coverage has also been expanded and moved earlier in the new edition. Forouzan's book continues to be supported by an On-line Learning Centre (OLC) that contains many extra resources for students and instructors. Some of the features include PowerPoints, solutions, self-quizzing, and Flash animations that illustrate concepts.

Download From :

Beginning ASP .NET 1.0 with Visual Basic .NET


Beginning ASP .NET 1.0 with Visual Basic .NET

ASP.NET is the latest version of Microsoft's Active Server Pages (ASP). It is a key element in Microsoft's new .NET Framework.
The book is for complete beginners who have no previous experience with ASP. Some experience with HTML is helpful but not required. This book will teach you everything you need to know in order to create dynamic ASP.NET web sites.
The first part of the book will familiarize you with the basic functionality of HTML, XML, ASP.NET, the .NET Framework, and Visual Basic .NET. You will learn how each of these technologies can be used together to create flexible web sites.
The second part of the book introduces the concepts of object-oriented programming. All concepts are explained in detail with the help of many real world programming examples.
After presenting the groundwork, the book then progresses to discussing the technologies and techniques that ASP.NET can draw upon to increase its functionality. These include ADO.NET for data source access, XML Web Services for inter-website communication, and Server Controls for facilitating code maintenance and reuse.
The final part of the book presents ways in which you can optimize your ASP.NET sites to increase their speed, security and robustness. It also offers some detailed advice on code debugging.

Table of Contents

Introduction
Chapter 1: Getting Started With ASP.NET
Chapter 2: Anatomy of an ASP.NET Page
Chapter 3: Forms and HTML Server Controls
Chapter 4: Variables and Data
Chapter 5: Introducing XML
Chapter 6: Control Structures and Procedural Programming
Chapter 7: Event Driven Programming and Postback
Chapter 8: Introduction to Objects
Chapter 9: Objects in ASP.NET
Chapter 10: Shared Members and Class Relationships
Chapter 11: Objects and Structured Data
Chapter 12: Debugging and Error Handling
Chapter 13: Reading from Data Sources
Chapter 14: Manipulating Data Sources
Chapter 15: ASP.NET Server Controls
Chapter 16: Reusable Code for ASP.NET
Chapter 17: .NET Assemblies and Custom Controls
Chapter 18: Web Services
Chapter 19: Configuration and Optimization
Chapter 20: ASP.NET Security 


Download From:

Beginning Visual Basic 2010

Beginning Visual Basic 2010

This book is designed to teach you how to write useful programs in Visual Basic 2010 as quickly and easily as possible.
There are two kinds of beginners for whom this book is ideal:
  • You're a beginner to programming and you've chosen Visual Basic 2010 as the place to start. That's a great choice! Visual Basic 2010 is not only easy to learn, it's also fun to use and very powerful.

  • You can program in another language but you're a beginner to .NET programming. Again, you've made a great choice! Whether you've come from Fortran or Visual Basic 6, you'll find that this book quickly gets you up to speed on what you need to know to get the most from Visual Basic 2010.


    Visual Basic 2010 offers a great deal of functionality in both tools and language. No one book could ever cover Visual Basic 2010 in its entirety—you would need a library of books. What this book aims to do is to get you started as quickly and easily as possible. It shows you the roadmap, so to speak, of what there is and where to go. Once we've taught you the basics of creating working applications (creating the windows and controls, how your code should handle unexpected events, what object-oriented programming is, how to use it in your applications, and so on) we’ll show you some of the areas you might want to try your hand at next:

  • Chapters 1 through 9 provide an introduction to Visual Studio 2010 and Windows programming. These chapters will help you install the Visual Studio 2010 IDE you'll use to create Visual Basic 2010 applications and learn your way around the interface. You'll be introduced to the .NET Framework and the CLR (Common Language Runtime). You'll learn to use variables, data types, comments, methods, and control software flow with the If statement and loops. You'll work with data in arrays, enumerations, constants, structures, ArrayLists, Collections, and tables. Chapter 6 provides an introduction to XAML and Windows Presentation Foundation (WPF) programming. XAML and WPF are the most recent addition to how VB programmers create user interfaces for their applications. You'll also work with events, create toolbars, buttons, forms, display dialog boxes, and create menus.

  • Chapter 10 provides an introduction to application debugging and error handling.

  • Chapters 11 through 13 provide an introduction to object-oriented programming (OOP) and building objects. You'll use classes, learn about reusability, work with constructors and inheritance, and see .NET Framework classes and namespaces. You’ll learn to work with OOP memory management, class libraries, you'll register assemblies, and see how to use third party class libraries.

  • Chapter 14 provides an introduction to creating Windows Forms user controls. While WPF user interfaces are newer, Windows forms are still in widespread use. You'll create and test controls and work with their properties.

  • Chapters 15 and 16 provide an introduction to programming with databases and covers Access, SQL Server, and ADO.NET. The chapters walk you through the SQL SELECT statement, Access queries, data access components, and data binding.

  • Chapters 17 and 18 provide an introduction to Dynamic Data Web Sites and ASP.NET and show you how to write applications for the Web. You'll work with the most current ASP.NET 4 web techniques in Visual Studio 2010.

  • Chapter 19 provides a brief introduction to XML, a powerful tool for integrating your applications with others—regardless of the language they were written in.

  • Chapter 20 introduces you to deploying applications using ClickOnce technology.


    Download From:

    Link1


Basic Skills for the TOEFL iBT 1 – Speaking

1
Basic Skills for the TOEFL iBT 1 – Speaking

The quality of the book is just ok, not like the seller described. Most important thing, it over the shipped day. I received after 3 days, causing frustration. This book Focused practice of each TOEFL iBT question type, Controlled note-taking activities, Graded vocabulary acquisition, Transcripts for all listening exercises and integrated tasks,  Full answer key including sample responses for spoken and written sections,  Complete audio recordings of the listening and integrated sections.  Sample lesson plans
 
Download From
 
Link1
Link2

Dive Into Python 3

1
Dive Into Python 3

Python now comes in two flavors–Python 3 and Python 2. The philosophy of programming in Python 3 diverges from Python 2 to the point that print statements written in three don’t even run properly in two. Unfortunately, so many of the books written using Python over the last few years are still using version 2.6 – which is backwards compatible with all previous versions. If you are buying this book because you are taking a class in which the teacher is using Python rather than teaching it -bioinformatics or visualization for example – this may cause you trouble. If you need to learn 2.6 or an earlier version of Python 2, please buy the previous edition.
If you are learning Python for the first time and it’s up to you as to what flavor of Python to learn, then I suggest you start with Python 3. It does fix some longtime problems with the Python language. In that case, this edition of “Dive Into Python” is what you want.
I tend to learn languages more readily if I write a simple program first then add to its complexity by having more complex aspects of the language revealed to me, which is basically the approach of “Dive Into Python”. What worked best for me when I learned Python 2 was to read the free online guide “Dive Into Python” which is incomplete but top-down, then switch to “Learning Python”, which is detailed but more academic and more of a bottom-up approach. For example, while this book is about 500 pages, the new “Learning Python” book by Mark Lutz is 1200 pages long.
The author of this book has continued his tradition of placing his book online free of charge if you wish to look through it. I have read this updated version in order to update to Python 3. However, the author realizes that if you like his book you’ll want a copy for yourself to carry about and in which to scribble notes. Sometimes you can make more money by being generous.
In summary, I highly recommend this book as a way to get started, but then you’ll probably want to proceed to “Learning Python” for advanced topics and as a reference.
 
Download From
 
Link1
Link2
Link3
Link4
>>>>>>>>> password: ebooksclub.org <<<<<<<<<<<<

Game Theory: A Critical Introduction

1
Game Theory: A Critical Introduction

An introduction to game theory for those who approach the field with some skepticism. The book gives you all the important essential elements of non-cooperative and evolutionary game theory but with a much deeper emphasis on understanding its essential methodological and philosophical underpinnings yet without too much formalism. The authors do a superb job of introducing the topics via a tour of important moral, political, and philosophical ideas and debates mentioning Marx, Smith, Hobbes, Habermas, Hume, Locke and others. The book takes several detours to offer useful expositions of terms and debates such as methodological individualism, common knowledge, equilibrium, learning, morality, norms, etc. I’d recommend this book for two types of people: (1) those who plan to read just one book about game theory (because you don’t think it’s your cup of tea); and (2) those who plan on learning game theory rigorously (so that you can get a picture of the forest before getting lost in the trees).

This is not just one of my favorite books amongst the several books that I have read on game theory and mechanism design, but also one of the most thumbed book in my entire book collection.
 
Download From
 
Link1
Link2

Information Modeling and Relational Databases: From Conceptual Analysis to Logical Design

1
Information Modeling and Relational Databases: From Conceptual Analysis to Logical Design

Dr. Terry Halpin makes a compelling case for designing databases using a method called Object Role Modeling (ORM), and teaches the reader how to use the method.
Review: A properly designed database is critical to the success of business applications. Developers love good database designs because they are much easier to code against, and they make it much easier to accommodate the business requirements of the user, which is after all the purpose of the application. Everyone recognizes the need for good data design, but few people know how fill that need. A good database design requires a good data model, where does one learn how to create a good data model? If you are looking for one book that will really make a difference the next time you design a database, look no further than Information Modeling and Relational Databases by Dr. Terry Halpin.
Halpin’s writing style is clear and interesting, and the numerous examples he uses make the concepts easier to digest. Besides examples within the text, each subsection of the book has a complete set of exercises. Comparing your answers with the supplied answers is a great way to make sure you’ve absorbed the material. This book is very comprehensive; it starts with simple concepts, and ends with discussions of relational algebra, UML and ER modeling, in addition to Halpin’s preferred method, Object Role Modeling (ORM).
Halpin’s presentation and explanation of ORM sets this book apart from other data modeling books. As Halpin explains it, the focus in ORM is on business facts, not abstract data structures. As a professional database designer, one of the most common (and often valid) criticisms I encounter is that data modelers often seem too far removed from the business or too “theoretical”.
Genuinely good theories should have practical benefits, which is certainly the case with ORM. Object Role Modeling has a very solid theoretical foundation (indeed it is grounded in logic and philosophy), but the application of ORM is very practical. Throughout the book, one is struck by how often Halpin emphasizes the importance of getting real examples from the users. Of course, many books will tell you how important it is to get requirements from the users, but they don’t outline a simple, usable method for actually doing it.
Halpin outlines such a method in the “Conceptual Schema Design Procedure” (CSDP). The CSDP is a step-by-step guide to using ORM for producing a first class data model based on business requirements. The CSDP walks one through the entire process, from familiarization with the business to the final quality checks on the model. ORM and the CSDP provide a simple way to organize, manipulate and validate the business knowledge that you glean from the users.
Halpin calls ORM a conceptual modeling method. So what does an ORM conceptual model look like? At its core an ORM conceptual model is a set of simple assertions about the data for a particular business and how those data relate. Examples are “Employee drives Car” and “Car is made by Manufacturer” etc. Such assertions are known as sentence types. Each of these sentence types alone deals with only a small part of the business data, but taken as a collection, the sentence types form a complete picture of the data that must be stored and manipulated in the business environment.
Every one of these sentence types is populated (i.e. turned from a general statement into specific examples) with sample data. The sample data can either be supplied directly by the users, or created by the users and database designer as part of the design sessions. Once the sentence types are populated, you apply constraints that regulate the allowable populations.
ORM’s constraint language is very expressive. Using ORM, you can directly model such constraints as “No person can review a book which s/he has written”, “No employee can have insurance unless s/he is full time”, and “An ambassador can be assigned to a country only if s/he is fluent in one of the languages spoken in that country”. Other modeling methods have trouble with these kinds of constraints, but ORM takes them in stride. Expressing these constraints in the data model makes it easier to enforce the rules in the resulting application.
There is an accompanying graphical representation for ORM models, but the entire model can be expressed in terms of (indeed originated as) simple sentences with real sample data and rules. Halpin correctly argues that users can validate these simple sentences much more easily than they can validate graphical representations of data structures (e.g. tables and keys).
Once you have the completed conceptual model, it is quite easy to create a relational (or object-relational) schema on which to base your application. Halpin provides a simple algorithm for automatically generating a relational schema from an ORM conceptual model. The generated schema is automatically normalized as a result of the mapping process. Because of this automatic normalization feature, Halpin’s discussion of normalization, while complete, is not as lengthy as the discussions found in some other books.
I recommend this book to anyone who has an interest in the design of database applications. If you are not interested in design, let me put it another way: If you have ever written (or directed someone to write) a CREATE TABLE statement, you need this book! People who have never done data modeling will be well served by learning this method first, and accomplished modelers can learn a technique that will greatly improve their communication with their users, and yield higher quality results.
 
Download From
 
Link1
Link2

Java EE 6 with GlassFish 3 Application Server

1
Java EE 6 with GlassFish 3 Application Server

I had reviewed the previous edition of Heffelfinger’s book and noted how it served as both an introduction to Glassfish as well as a summary of the components of Java EE 5 and their associated APIs. For me this was great, as I was looking just as much for a Glassfish text as I was for a reference about Java EE 5. This updated edition does not disappoint in covering the new features of Java EE 6 and how they are implemented in Glassfish 3. In particular, the new features associated with version 3.0 of the Servlet API are covered very well, especially the new Java annotations that make a separate web.xml file for configuring web applications completely optional and allow for programmatic configuration of servlets. The material on Facelets has been appropriately merged into the chapter on JSF. Also, the JAX-WS functionality for SOAP-based web services is now supplemented with a chapter on JAX-RS for REST-based web services (using the Jersey reference implementation that is part of Glassfish). David’s explanations of newer ways of doing things are always clear and thorough without being pedantic and evangelistic. Although naturally there is a lot of redundancy with the previous edition, there are certainly enough changes between Java EE 5 and Java EE 6 to warrant a new edition of the book.
This book strives to cover much – if you are new to Java EE 6 – this may be a useful introductory text that can provide a broad overview of the core technologies – and in particular – a great companion to learning how to use GlassFish 3.
As the following chapter list illustrates, this book attempts to aggressively cover a broad spectrum of Java EE technologies:
Chapter 1: Getting Started with GlassFish
Covers the various processes for deploying Java EE applications, and basic GlassFish administration tasks.
Chapter 2: Servlet Development and Deployment
Covers how to develop, configure, package, and deploy servlets, using servlet context to persist information between requests – also covers the major new features of Servlet 3.0
Chapter 3: JavaServer Pages
Chapter 4: JSP Standard Tag Library
Chapter 5: Database Connectivity
Covers Java Database Connectivity (JDBC), Java Persistence API (JPA), as well as Java Persistence Query Language (JPQL)
Chapter 6: JavaServer Faces
Also covers integrating JSF and the Java Persistence API (JPA)
Chapter 7: Java Messaging Services
Chapter 8: Security
Covers he GlassFish default realms, file realm, and the certificate realm. Creation of additional realms is covered via the realm classes included with GlassFish.
Chapter 9: Enterprise JavaBeans
Chapter 10: Contexts and Dependency Injection
Covers how JSF pages can access CDI named beans (as JSF managed beans)
Chapter 11: Web Services and JAX-WS
Covers sending attachments to a web service, exposing EJB’s methods as web services, and how to secure web services from unauthorized clients.
Chapter 12: RESTful Web Services and Jersey and JAX-RS
Covers leveraging Java API for XML Binding (JAXB) to simplify integrating data between Java and XML.
Appendix A: Sending E-mails from Java EE Applications
Appendix B: IDE Integration
At 489 pages, this book is necessarily more of a survey of Java EE 6 development topics – with insight into the corresponding configuration and deployment aspects for the GlassFish 3 Application Server. It is a handy reference for both the beginner and advanced user of GlassFish application server.
 
Download From
 
Link1
Link2

System Dynamics (4th Edition)

1
System Dynamics (4th Edition)

This book is very helpful for those who are doing system dynamics course. I spent more than 4 hours in my university library (KFUPM), comparing this book to other system dynamics books and I found the following result. This book contains the most solved examples than other system dynamics books I have seen. Each chapter of this book contains lots of solved problems that came in my quizzes, major, and final exams.
Unlike other system dynamics books I have seen, this book does not discuss Mason loop rule method which is easier to use instead of Block reduction rule method mentioned in this book. I, also, think that this book does not explain very well how to plot Bode Diagrams by hands.
Like other system dynamics books I have seen, this book does not provide the students with the solutions of the questions given at the end of each chapter.
Regardless of its few minuses, this book is still an excellent one and I strongly recommend it.
To overcome its minuses, buy this book as well as ” Modern Control System” which is written by Richard C. Dorf & Robert H. Bishop. Modern Control System is also a wonderful book and a very interesting one. It is better than System Dynamics book in that the concepts are explained deeply. Mason loop rule, Block reduction rule, and plotting Bode Diagrams by hands are very well explained in this book. It is easy to understand and very illustrated. Compared to System Dynamics book, this book has 7 excellent appendices plus a fantastic index, which can also be used as a glossary. Additionally, and above all, the solved exampled plus the questions given at the end of each chapter deal with the modern systems, equipments, devices, and with the recent technology available today.

 
Download From
 
Link1
Link2
Link3
>>>>>>>> password: ebooksclub.org<<<<<<<<

HTML & XHTML in 24 Hours 6th Edition by Dick Oliver and Michael Morrison

1
HTML & XHTML in 24 Hours 6th Edition by Dick Oliver and Michael Morrison
 
Scripting is a polite word for computer programming, and that’s obviously an enormous topic you’re not going to learn much about in a one-hour lesson. Still, there are some awfully handy things you can do in a snap with scripting—and things you can’t do any other way. So with a spirit of bold optimism, this hour aims to help you teach yourself just enough Web page scripting to make your pages stand out from the “non-de-script” crowd. Specifically, you’ll learn in this hour how to make the images (or multimedia objects) on your Web pages change in response to mouse movements or mouse clicks, as well as how to jump into the advertising business by adding animated banner ads to your Web pages that cycle between different ad images. Using the JavaScript language, you can do these tasks in a way that is compatible with all major Web browsers.
 
Download From
 
Link1

SQL The Complete Reference by James R.Groff & Paul N.Weinberg

1
SQL The Complete Reference by James R.Groff & Paul N.Weinberg

The SQL language and relational database systems based on it are one of the most important foundation technologies in the computer industry today. Over the last decade, the popularity of SQL has exploded, and it stands today as the standard computer database language. Literally hundreds of database products now support SQL, running on computer systems from mainframes to personal computers and even handheld devices. An official international SQL standard has been adopted and expanded twice.Virtually every major enterprise software product relies on SQL for its data management, and SQL is at the core of the database products from Microsoft and Oracle, two of the largest software companies in the world. From its obscure beginnings as an IBM research project, SQL has leaped to prominence as both an important computer technology and a powerful market force.
 
Download From
 
Link1

Microsystem Design

1
Microsystem Design
 
The goal of this book is to bring together into one accessible text the fundamentals of the many disciplines needed by today's engineer working in the field of microelectromechanical systems (MEMS).
The subject matter is wide-ranging: microfabrication, mechanics, heat flow, electronics, noise, and dynamics of systems, with and without feedback. Because it is very difficult to enunciate principles of `good design' in the abstract, the book is organized around a set of Case Studies that are based on real products, or, where appropriately well-documented products could not be found, on thoroughly published prototype work.
The Case Studies were selected to sample a multidimensional space: different manufacturing and fabrication methods, different device applications, and different physical effects used for transduction. The Case Study subjects are: the design and packaging of a piezoresistive pressure sensor, a capacitively-sensed accelerometer, a quartz piezoelectrically-driven and sensed rate gyroscope, two electrostatically-actuated optical projection displays, two microsystems for the amplification of DNA, and a catalytic sensor for combustible gases.
This book is used for a graduate course in `Design and Fabrication of Microelectromechanical Devices (MEMS)' at the Massachusetts Institute of Technology. It is appropriate for textbook use by senior/graduate courses in MEMS, and will be a useful reference for the active MEMS professional.
Each chapter is supplemented with homework problems and suggested related reading. In addition, the book is supported by a web site that will include additional homework exercises, suggested design problems and related teaching materials, and software used in the textbook examples and homework problems.
Reviews
The book is very well written and discussed both aspects of MEMS - fabrication and design.
Fabrication part is well written and can be clearly understood. I was really impressed with the design part of the book - lumped systems, etc.
Good book for grad students.


Reviews
A good senior in physics or electrical engineering would be able to use this as either a textbook or a self-study book as an introduction to MEMS. Could you go off and build a new device after reading this book? Probably not, but you could go off and work with a group of more experienced individuals and built a device. This would get you up to speed.
The text's coverage is somewhat uneven, in places it seems overly detailed, and in others too sparse. However, one of my colleagues (and another reviewer) identified completely different over- and under-coverage sections, so I'm going to consider it to be personal taste as much as anything else.
In short, it's a good, but not perfect text. It gets five stars though for being the best there is at the moment.

Reviews
This book is a good graduate level MEMS book, but do not think that you will be able to design a MEMS chip after just reading. I bought this one as a part of MEMS Design course at Northeastern University. MEMS students should be familiar with pSpice circuit simulation and Matlab in order to even start thinking of designing MEMS. Microfabrication, the way it is explained here, is very brief, and not very useful.

Reviews
In 23 chapters, Senturia brings together a dizzying array of fields of engineering necessary to design micro-electro-mechanical systems (MEMS) and examples of MEMS products. For instance, he covers Euler beam theory, the Navier-Stokes equation, micromachining, feedback circuits, and electronic noise, and then anchors these topics with a gyroscope and a DNA amplifier, among other devices.
Senturia's approach to some chapters strikes me as a little idiosyncratic, but he does convey the principles quite well. His love for the material shines through in a way that many authors cannot manage.
Unlike books on single topics, this text cannot be used as a definitive guide to anything. Because Sentuira only has only 30 pages or so for each of the very broad topics that he covers, he doesn't cover any of them in much depth. However, the reader does get a sense of the issues that each physical domain presents. For those who need to know more, Senturia provides a short list of further reading in each chapter. I think of this book as a comprehensive starting point that can help me determine what further investigation I need.
Aesthetically, the text is somewhat lacking. The small pages are cramped compared to those of larger-format texts, and the figures are subpar.

Reviews
This book is definitely a must-have for anyone interested in MEMS design. It's one of the classic references on microsystems that everyone should have read at least once.
The sections on mathematical modeling are especially good, and the set of detailed examples at the end are clear and illustrative.
To name some drawbacks, the chapter on fabrication is maybe a bit out of date, and more solved practical exercises are missing.

Download From

Link1

"Customer Relationship Management" by Kristin L. Anderson, Carol J. Kerr

1
"Customer Relationship Management" by Kristin L. Anderson, Carol J. Kerr
 
Customer Relationship Management provides easy-to-apply solutions and strategies for establishing meaningful bonds with your customers and turning them into reliable, lifelong partners.
This book supplies easy-to-apply solutions to common CRM problems, including how to maximize impact from CRM technology, which data warehousing techniques are most effective, and how to create and manage both short- and long-term relationships.

Table of Contents
Preface
1. Customer Relationship Management Is Not an Option
2. The Customer Service/Sales Profile
3. Managing Your Customer Service/Sales Profile
4. Choosing Your CRM Strategy
5. Managing and Sharing Customer Data
6. Tools for Capturing Customer Information
7. Service-Level Agreements
8. E-Commerce: Customer Relationships on the Internet
9. Managing Relationships Through Conflict
10. Fighting Complacency: The “Seven-Year Itch” in Customer Relationships
11. Resetting Your CRM Strategy


Download From

Cloud Computing Strategies - Dimitris N. Chorafas

1
Cloud Computing Strategies - Dimitris N. Chorafas

With an abundance of books available that cover the technical aspects of cloud computing, the time is right for a book that helps managers and CIOs understand exactly how cloud computing affects operations in their companies and departments. A guide to managing a cloud project, Cloud Computing Strategies provides the understanding required to effectively evaluate the technology and determine how it can be best applied to improve business and enhance the overall corporate strategy.

Based on extensive research, the book examines the opportunities and challenges that loom in the clouds. It explains exactly what cloud computing is, what it has to offer, and calls attention to the important issues management needs to consider before passing the point of no return regarding financial commitments. Illustrated with numerous examples and case studies, the text examines security, privacy, data ownership, and data protection in the clouds.
It also:

Explains how and why your company can benefit from Open Software and onDemand Services Identifies various cloud providers, their services, and their content as a basis for evaluating cost effectiveness Provides authoritative guidance on how to transition from legacy systems to the clouds Includes helpful tips for managing cloud vendor relationships and avoiding vendor lock-in

Whether you’re already in the clouds or just considering it, this book provides the unbiased understanding of the strengths and weaknesses of cloud computing needed to make informed decisions regarding its future in your organization. The book’s strength is that it supplies authoritative insight on everything needed to decide if you should make a transition to the clouds, and if you decide to do so, how to effectively manage relationships with your cloud providers.

Download From

Link1
Link2
Link3

Electronics Calculations Data Handbook

1
Electronics Calculations Data Handbook
 
This unique handbook consists of tables compiled as a labour-saving aid for electronics engineers, designers and technicians. The layout and content of these is designed to make them easy to use, and to contain the most valuable but tough to calculate information.


All the key data needed by electronics designers, engineers and technicians
Saves on hours of needless number-crunching
Must-have information at a glance

Download From

Learn VB.NET, 1St Edition

1
Learn VB.NET, 1St Edition
 
Learn VB.NET covers all the aspects of the program in an easy-to-use format for beginners. The book and CD are filled with complete working program examples that illustrate each of the highlighted concepts.

Download From

Link1
Link2

OCA/OCP Oracle Database 11g All-in-One Exam Guide

1
OCA/OCP Oracle Database 11g All-in-One Exam Guide
 
Prepare for the Oracle Certified Associate Administration I and SQL Fundamentals I exams and the Oracle Certified Professional Administration II exam with help from this exclusive Oracle Press guide. In each chapter, you'll find challenging exercises, practice questions, and a two-minute drill to highlight what you've learned. This authoritative guide will help you pass the test and serve as your essential on-the-job reference. Get complete coverage of all objectives for exams 1Z0-051, 1Z0-052, and 1Z0-053, including:
* Instance management
* Networking and storage
* Security
* SQL
* Oracle Recovery Manager and Oracle Flashback
* Oracle Automatic Storage Management
* Resource manager
* Oracle Scheduler
* Automatic workload repository
* Performance tuning
* And more


Download From

Microsoft Silverlight 4 For Dummies by: Phillip Beadle, Mahesh Krishnan

1
Microsoft Silverlight 4 For Dummies by: Phillip Beadle, Mahesh Krishnan
 
The fun and easy guide for building Silverlight 4 applications!


Silverlight is a Web browser plugin that enables functions such as animation, streaming media, vector graphics, and audio-video playback that characterize rich Internet applications. It only requires a simple download, after which most end-users are not even aware that it's running. This helpful guide covers everything you need to know in order to start creating applications in Silverlight 4 and then moves on to key topics such as controls, data binding, skinning, using Visual Studio tools, and more.

Whether you have just the most basic programming skills and are interested in learning to develop Silverlight apps or you are an experienced developer looking for an understandable guide on the newest version of Silverlight, Microsoft Silverlight 4 For Dummies is ideal for a wide audience.

* The Silverlight plugin enables animation, streaming media, vector graphics, and audio-video playback
* Shows you how to create applications in Silverlight 4
* Covers important Silverlight topics including controls, data binding, skinning, animations, and more
* Discusses how to best use the offering of tools from Visual Studio

Get enlightened and start creating Silverlight 4 applications with this book by your side.

Download From

SQL Clearly Explained, Third Edition - Jan L. Harrington

1
SQL Clearly Explained, Third Edition - Jan L. Harrington
 
Although the core of the SQL language remains relatively unchanged, the most recent release of the SQL standard (SQL:2008) includes two sets of extensions: 1) support for object-relational databases and 2) support for XML. The second edition of this book included some material about the object-relational extensions. However, that set of commands has been greatly extended and the new edition takes that into account. The XML extensions are entirely new to the third edition. A chapter on basic relational concepts will be also added to broaden the audience and make the book more complete in its own right.
All of the chapters will be revised to be sure they are up to date. Chapter 10 ("Views, Temporary Tables, and Indexes") from the second edition will be expanded to include common table expression (CTEs). The material in the existing Chapter 14 ("Unimplemented SQL-92 Features 251") will be disbursed through the chapters where the particular type of operation is discussed. While the content throughout will be updated where necessary, the existing organizational structure through chapter 14 will remain largely intact because this coverage represents the stable portion of the SQL language.
There will be two NEW chapters at the beginning of the book. Chapter 1 ("The Relational Data Model") covers the relational data model conceptual material; Chapter 2 ("Manipulating Relations with Relational Algebra") covers the relational algebra material that will be pulled from the retrieval chapters. Part 5 ("Non-relational SQL Extensions") will now include the non-relational SQL extensions in three chapters. Chapter 17 (NEW) will cover XML. Chapter 18 will contain the object-relational conceptual material from the original chapter 15 and chapter 19 (NEW) will cover SQL object-relational support. (Some of chapter 19 will come from the second edition, however, a great deal of object-relational support has been added to the current standard and therefore needs to be added.) The other NEW chapter is Chapter 14, which covers triggers and stored procedures. This material was missing from previous editions. Many readers should find it a useful addition.
•Demonstrates how to formulate SQL queries and how queries are processed to maximize performance of the database management system
Explains use of SQL to enter, modify or delete data to maintain database structural elements Covers in great detail new SQL application for XML to meet the growing XML usage in development of online content


Download From

Link1
Link2
Link3

The C++ Standard Library: A Tutorial and Reference

1
The C++ Standard Library: A Tutorial and Reference

Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers).Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods.Learn just a few methods and you can pretty much work with them all.


Download From