Latest Books :
Recent Books
Showing posts with label Programming Languages. Show all posts
Showing posts with label Programming Languages. Show all posts

EXCEL 2010 POWER PROGRAMMING WITH VBA By: JOHN WALKENBACH

 

 EXCEL 2010 POWER PROGRAMMING WITH VBA By: JOHN WALKENBACH

John Walkenbach's name is synonymous with excellence in computer books that decipher complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows you how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf.
Featuring a complete introduction to Visual Basic for Applications and fully updated for the new features of Excel 2010, this essential reference includes an analysis of Excel application development and is packed with procedures, tips, and ideas for expanding Excel’s capabilities with VBA.
  • Offers an analysis of Excel application development and a complete introduction to Visual Basic for Applications (VBA)
  • Features invaluable advice from "Mr. Spreadsheet" himself (bestselling author John Walkenbach), who demonstrates all the techniques you need to create large and small Excel applications
  • Provides tips, tricks, and techniques for expanding Excel's capabilities with VBA that you won’t find anywhere else
  • Includes a CD with templates and worksheets from the book
This power-user's guide is packed with procedures, tips, and ideas for expanding Excel's capabilities with VBA.
 
                                                         Download 
{[['']]}

OBJECT ORIENTED PROGRAMMING IN C++ By: ROBERT LAFORE

 

OBJECT ORIENTED PROGRAMMING IN C++ By: ROBERT LAFORE

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.
Educational Supplement
Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.

From the Back Cover

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.

About the Author

Robert Lafore has been writing books about computer programming since 1982. His best- selling titles include Assembly Language Programming for the IBM PC, C Programming Using Turbo C++, C++ Interactive Course, and Data Structures and Algorithms in Java. Mr. Lafore holds degrees in mathematics and electrical engineering, and has been active in programming since the days of the PDP-5, when 4K of main memory was considered luxurious. His interests include hiking, windsurfing, and recreational mathematics.
 
Download
{[['']]}

OBJECT ORIENTED PROGRAMMING USING C++ By: JOYCE FARRELL

 

 OBJECT ORIENTED PROGRAMMING USING C++ By: JOYCE FARRELL

Using object-oriented terminology from the start, Object-Oriented Programming Using C++, Fourth Edition, will provide readers with a solid foundation in C++ programming. Like its predecessors, the fourth edition uses clear, straightforward examples to teach both the syntax of the C++ language and sound programming principles. It begins with an overview of object-oriented programming and C++, and then builds upon this knowledge to teach increasingly complex concepts, such as inheritance, templates, handling exceptions, and advanced input and output. Aimed at providing readers with the most current programming knowledge, this edition has been updated to reflect the latest software, Visual C++ 2008.

Review

The review questions are on-target, the exercises are practical, and the on-going case projects provide excellent continuity by providing experience with the concepts added in this chapter. (Steve Chadwick, Embry-Riddle Aeronautical University)

About the Author

Joyce Farrell has authored a wide variety of successful programming textbooks recognized for their clear, direct writing style and effective presentation. In addition to this text, she has written PROGRAMMING LOGIC AND DESIGN, 7E; AN OBJECT-ORIENTED APPROACH TO PROGRAMMING LOGIC AND DESIGN; JAVA™ PROGRAMMING; and OBJECT-ORIENTED PROGRAMMING USING C++. A well-respected instructor, Farrell has taught Computer Information Systems at Harper College in Palatine, Illinois. She has also taught at the University of Wisconsin at Stevens Point and McHenry County College in Crystal Lake, Illinois.
{[['']]}

C# Database Basics

 

 C# Database Basics

Book Description

Working with data and databases in C# certainly can be daunting if you're coming from VB6, VBA, or Access. With this hands-on guide, you'll shorten the learning curve considerably as you master accessing, adding, updating, and deleting data with C# - basic skills you need if you intend to program with this language.

No previous knowledge of C# is necessary. By following the examples in this book, you'll learn how to tackle several database tasks in C#, such as working with SQL Server, building data entry forms, and using data in a web service. The book's code samples will help you get started on your own projects.
 
{[['']]}

Head First Object-Oriented Analysis and Design

 

 Head First Object-Oriented Analysis and Design

Book Description

Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that's easy to reuse, maintain, and extend; software that doesn't hurt your head; software that lets you add new features without breaking the old ones.

By exploiting how your brain works, Head First Object-Oriented Analysis & Design compresses the time it takes to learn and retain complex information. Expect to have fun, expect to learn, expect to be writing great software consistently by the time you're finished reading this!

Book Details

Publisher:O'Reilly Media
By:Brett McLaughlin, Gary Pollice, David West
ISBN:978-0-596-00867-3
Year:
Pages:636
Language:English
File size:54.2 MB
File format:PDF
Download
{[['']]}

BEGINNING JAVA SCRIPT By: PAUL WILTON

 

 BEGINNING JAVA SCRIPT By: PAUL WILTON


What is this book about?
JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic, and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters.
What does this book cover?
Beginning JavaScript assumes no prior knowledge of programming languages, but will teach you all the fundamental concepts that you need as you progress. After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages.
Here are a few of the things you'll learn in this book:
  • Fundamental programming concepts
  • Comprehensive practical tutorial in JavaScript
  • Cross-browser scripting, including Netscape 6
  • Cookie creation and use
  • Plug-ins and ActiveX controls
  • Dynamic HTML
  • Scripting the W3C DOM
  • Server-side JavaScript with ASP
Who is this book for?
This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!
 

{[['']]}

EFFECTIVE JAVA By: JOSHUA BLOCH

 

 EFFECTIVE JAVA By: JOSHUA BLOCH

 
Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.

This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing.

Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.

Highlights include:
  • New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more
  • Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization
  • How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language
  • Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io
Simply put, Effective Java™, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.
 
{[['']]}

THE COMPLETE REFERENCE By: HERBERT SCHILDT

 

 THE COMPLETE REFERENCE By: HERBERT SCHILDT


The Definitive Guide for Java Programmers
In this comprehensive resource, top-selling programming author Herbert Schildt shows you everything you need to develop, compile, debug, and run Java programs. This expert guide has been updated for Java Platform Standard Edition 6 (Java SE 6) and offers complete coverage of the Java language, its syntax, keywords, and fundamental programming principles.

You'll also find information on Java's key API libraries, learn to create applets and servlets, and use JavaBeans. Herb has even included expanded coverage of Swing--the toolkit that defines the look and feel of the modern Java GUI. Essential for every Java programmer, this lasting resource features the clear, crisp, uncompromising style that has made Herb the choice of millions of programmers worldwide. Coverage includes:
  • Data types and operators
  • Control statements
  • Classes and objects
  • Constructors and methods
  • Interfaces and packages
  • Method overloading and overriding
  • Inheritance
  • Exception handling
  • Generics
  • Autoboxing
  • Enumerations
  • Annotations
  • The enhanced for loop
  • Varargs (variable-length arguments)
  • Multithreading
  • The I/O classes
  • Networking
  • The Collections Framework
  • Applets and servlets
  • AWT and layout managers
  • JavaBeans
  • Swing
  • The Concurrent API
  • Much, much more

About the Author

Herbert Schildt is a leading authority on Java, C, C++, and C#. His programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. Herb is the author of numerous bestsellers, including The Art of Java, Java: A Beginner's Guide, Swing: A Beginner's Guide, and many others.
{[['']]}

169 eBooks ASP.NET Collection


 

169 eBooks ASP.NET Collection
English | 169 Ebook Collection | PDF | 2.09 GB
Mirrors: Uploaded | RapidGator | Ryushare 

http://freebooksinventory.blogspot.com/

List:
  1. Apress Applied ASP.NET 4 in Context (2011).pdf 60.69 MB
  2. Apress Pro ASP.NET 3.5 in C# 2008, Includes Silverlight 2 3rd (2009).pdf 58.38 MB
  3. Apress HTML5 Programming for ASP.NET Developers (2012).pdf 48.51 MB
  4. Apress Pro ASP.NET 3.5 in C# 2008 2nd (2007).pdf 42.28 MB
  5. Wrox Press Professional ASP.NET 4 in C# and VB (2010).pdf 40.75 MB
  6. Apress Beginning ASP.NET 2.0 in C#, From Novice to Professional (2006).pdf
  7. Apress Pro ASP.NET 4 in C# 2010 4th (2010).pdf 36.97 MB
  8. Apress Pro ASP.NET 4 in VB 2010 3rd (2010).pdf 36.81 MB
  9. Wrox Press Professional ASP.NET 3.5 In C# and VB (2008).pdf 35.58 MB
  10. Wrox Press Beginning ASP.NET 3.5 In C# and VB (2008).pdf 35.56 MB
  11. SAMS ASP.NET 4 Unleashed (2011).pdf 35.55 MB
  12. Apress Beginning ASP.NET 3.5 in VB 2008, From Novice to Professional 2nd (2007).pdf 35.32 MB
  13. SAMS Teach Yourself ASP.NET 4 in 24 Hours (2010).pdf 34.37 MB
  14. Wrox Press Professional ASP.NET MVC 3 (2011).pdf 33.32 MB
  15. Apress Pro ASP.NET 2.0 in C# 2005 (2005).pdf 28.42 MB
  16. Wrox Press Professional ASP.NET MVC 2 (2010).pdf 27.27 MB
  17. Wrox Press Beginning ASP.NET Security (2010).pdf 26.67 MB
  18. Wrox Press Professional ASP.NET MVC 4 (2012).pdf 25.96 MB
  19. Apress Beginning ASP.NET 3.5 in C# 2008, From Novice to Professional 2nd (2007).pdf 25.29 MB
  20. Wrox Press Beginning ASP.NET 2.0 (2006).pdf 23.22 MB
  21. Apress Pro ASP.NET MVC 4 4th (2012).pdf 23.08 MB
  22. Apress Beginning ASP.NET 2.0 E-Commerce in C# 2005, From Novice to Professional (2006).pdf 22.69 MB
  23. Apress Pro ASP.NET 2.0 in VB 2005 (2006).pdf 22.15 MB
  24. Apress Beginning ASP.NET 4 in C# 2010 (2010).pdf 21.12 MB
  25. SitePoint Build Your Own ASP.NET 4 Web Site Using C# and VB 4th (2011).pdf 21.02 MB
  26. Wrox Press Professional ASP.NET 3.5 SP1, In C# and VB (2009).pdf 20.87 MB
  27. Apress Beginning ASP.NET 4.5 in VB (2012).pdf 20.53 MB
  28. Wrox Press Beginning ASP.NET 4.5 in C# and VB (2013).pdf 19.93 MB
  29. SAMS Teach Yourself ASP.NET in 21 Days 2nd (2002).pdf 19.77 MB
  30. Wrox Press Beginning ASP.NET 2.0 with C# (2006).pdf 19.39 MB
  31. Apress Pro ASP.NET SharePoint 2010 Solutions, Techniques for Building SharePoint Functionality... 19.26 MB
  32. Apress Beginning ASP.NET 4.5 in C# (2012).pdf 19.22 MB
  33. Apress Building ASP.NET Web Pages with Microsoft WebMatrix (2011).pdf 18.61 MB
  34. Wrox Press Beginning ASP.NET 1.1 with Visual C# .NET 2003 (2004).pdf 18.2 MB
  35. Apress Beginning ASP.NET 2.0 Databases, From Novice to Professional (2006).pdf 18.01 MB
  36. Wrox Press Professional ASP.NET MVC 1.0 (2009).pdf 17.92 MB
  37. Wiley ASP.NET 2.0 All-in-One Desk Reference for Dummies (2006).pdf 17.64 MB
  38. MCGraw-Hill Osborne ASP.NET 2.0 Demystified (2005).pdf 17.63 MB
  39. Apress Pro ASP.NET 3.5 Server Controls and AJAX Components (2008).pdf 17.43 MB
  40. OReilly Learning ASP.NET 3.5 2nd (2008).pdf 17.15 MB
  41. Apress Beginning ASP.NET E-Commerce in C#, From Novice to Professional (2009).pdf 16.61 MB
  42. Wrox Press Professional ASP.NET 2.0 Server Control and Component Development (2006).pdf 16.53 MB
  43. Apress Beginning ASP.NET 4 in VB 2010 (2010).pdf 16.51 MB
  44. Wrox Press Professional ASP.NET 3.5 Security, Membership and Role Management with C# and VB... 16.49 MB
  45. MCGraw-Hill Osborne ASP.NET 3.5, A Beginner's Guide (2009).pdf 16.42 MB
  46. Wrox Press Beginning ASP.NET Databases using VB.NET (2002).pdf 16.09 MB
  47. SAMS ASP.NET 3.5 Unleashed (2008).pdf 15.25 MB
  48. Addison-Wesley Essential ASP.NET with Examples in C# (2003).pdf 15.15 MB
  49. SitePoint Build Your Own ASP.NET 3.5 Web Site Using C# and VB 3rd (2008).pdf 15.1 MB
  50. Apress Pro ASP.NET 2.0 E-Commerce in C# 2005 (2006).pdf 15.02 MB
  51. SitePoint Build Your Own ASP.NET 2.0 Website Using C# and VB 2nd (2006).pdf 14.97 MB
  52. Wrox Press ASP.NET 2.0 Beta Preview (2004).pdf 14.62 MB
  53. OReilly Learning ASP.NET 2.0 with AJAX (2007).pdf 14.14 MB
  54. Apress Foundations of Atlas, Rapid Ajax Development with ASP.NET 2.0 (2006).pdf 13.89 MB
  55. Wrox Press Beginning ASP.NET 4 in C# and VB (2010).pdf 13.75 MB
  56. Apress Pro ASP.NET 3.5 in VB 2008, Includes Silverlight 2 (2009).pdf 13.58 MB
  57. Wrox Press Beginning ASP.NET 1.0 with Visual Basic .NET (2003).pdf 13.46 MB
  58. Wrox Press C# 4 ASP.NET 4 and WPF with Visual Studio 2010, Jump Start (2010).pdf 13.44 MB
  59. Wrox Press Beginning ASP.NET 1.1 with VB.NET 2003 (2004).pdf 13.43 MB
  60. Wrox Press Professional DotNetNuke 5, Open Source Web Application Framework for ASP.NET (2009).pdf 13.19 MB
  61. Microsoft Press ASP.NET 3.5, Step by Step (2008).pdf 13.08 MB
  62. Wrox Press ASP.NET 2.0 Visual Web Developer 2005 Express Edition, Starter Kit (2006).pdf 12.56 MB
  63. Apress Pro ASP.NET MVC 3 Framework 3rd (2011).pdf 12.48 MB
  64. Manning ASP.NET 4.0 in Practice (2011).pdf 12.45 MB
  65. SAMS ASP.NET MVC Framework Unleashed (2010).pdf 12.3 MB
  66. Wrox Press ASP.NET AJAX Programmer's Reference with ASP.NET 2.0 or ASP.NET 3.5 (2007).pdf

Uploaded:
http://ul.to/3g2vw2mp
http://ul.to/x13ra1dj
http://ul.to/231umqiq
http://ul.to/3qm6km6m
http://ul.to/tbuqfyel


Ryushare:
http://ryushare.com/....part1.rar.html
http://ryushare.com/....part2.rar.html
http://ryushare.com/....part3.rar.html
http://ryushare.com/....part4.rar.html
http://ryushare.com/....part5.rar.html


Rapidgator:
http://rapidgator.net/....part1.rar.html
http://rapidgator.net/....part2.rar.html
http://rapidgator.net/....part3.rar.html
http://rapidgator.net/....part4.rar.html
http://rapidgator.net/....part5.rar.html

{[['']]}

PROGRAMMING IN ANSI C By: E.BALAGURUSAMY

 

PROGRAMMING IN ANSI C By: E.BALAGURUSAMY 

http://freebooksinventory.blogspot.com/ 

In keeping with the original essence of this distinguished bestseller, this edition presents C programming concepts in a simple, clear and logical order, thus making it ideal for novices. This text uses sample programs, case studies, programming problems, projects and many more pedagogical aids to enable better understanding of the C language.


{[['']]}

PROGRAMMING WITH JAVA By: E. BALAGURUSAMY

 

 PROGRAMMING WITH JAVA By: E. BALAGURUSAMY


Java is yet another computer language but with a difference. It is the only language that is purely object-oriented. It is a secure language, making it well-suited for Internet programming. One of the important reasons for Java'ssuccess, apart from its object-orientation, is the amazing functionality it adds to the World Wide Web. 

This book by Balagurusamy, comprehensively covers all aspects of Java language. Beginning with an introduction to the language and its relationship with the Internet and World Wide Web, it explores Java's object¬ oriented features, and then moves on to discuss advanced topics that are unique to Java. The concept of learning by example has been stressed throughout the book.

{[['']]}

JAVA PROGRAMMING ON LINUX By: NATHAN MEYERS

 

JAVA PROGRAMMING ON LINUX By: NATHAN MEYERS 


Java Programming on Linux is a detailed how-to book on using Java on a Linux operating system. Topics include installing and enabling a Java runtime environment under Linux, Java development in Linux, running Java applications and applets under Linux, using Java with Linux-based Web servers, using Sun Components JCE and JAI in Linux, using Sun Environments Personal Java, Embedded Java, and Jini in Linux, and using JNI to Link Java and Native Capabilities.

Table of Contents
 I A Brief Introduction to Java
 II A Brief Introduction to Linux
 III Setting Up for Java Development and Deployment on Linux
 IV The Blackdown Port: A Sun Java SDK for Linux
 V Tools in the Blackdown JSDK
 VI Additional Java Runtime Environments
 VII Additional Java Runtime Components
 VIII Compilers and Debuggers
 IX IDEs, GUI Builders, and RAD Tools
 X Miscellaneous Development Tools
 XI Java Application Distribution
 XII Linux Platform Issues
 XIII Java Performance
 XIV Java and Linux on Servers
 XV Appendixes
Appendix A - Index of Tools and Programs
Appendix B - Miscellaneous Program Listings
Appendix C - Important Information Resources
Appendix D - Tools Not Covered

From the Back Cover

Java Programming on Linux is a detailed how-to book on using Java on a Linux operating system. Topics include installing and enabling a Java runtime environment under Linux, Java development in Linux, running Java applications and applets under Linux, using Java with Linux-based Web servers, using Sun Components JCE and JAI in Linux, using Sun Environments Personal Java, Embedded Java, and Jini in Linux, and using JNI to Link Java and Native Capabilities.
 
 
{[['']]}

Modular Java - Creating Flexible Applications with OSGi and Spring

 

Modular Java - Creating Flexible Applications with OSGi and Spring


Book Description

Attack complexity in your Java applications using Modular Java. This pragmatic guide introduces you to OSGi and Spring Dynamic Modules, two of the most compelling frameworks for Java modularization. Driven by real-world examples, this book will equip you with the know-how you need to develop Java applications that are composed of smaller, loosely coupled, highly cohesive modules.
 
{[['']]}

Groovy Recipes - Greasing the Wheels of Java

 

Groovy Recipes - Greasing the Wheels of Java

Book Description

If you're a busy Java professional who needs quick solutions to everyday problems, then Groovy Recipes is for you. The Groovy language and Grails web framework give you seamless integration with your legacy Java code while adding the flexibility and dynamism of a scripting language and giving you modern, agile, time-saving techniques. Groovy allows you to write code the way you always thought you should - you'll never look at Java the same way again.
 
{[['']]}

Sams Teach Yourself Java in 24 Hours, 6th Edition

 

 Sams Teach Yourself Java in 24 Hours, 6th Edition
  Covering Java 7 and Android

Book Description

In just 24 lessons of one hour or less, you can learn how to create Java applications with the free NetBeans visual editing tools.

Using a straightforward, step-by-step approach, popular author Rogers Cadenced helps you master the skills and technology you need to create desktop and web programs, web services, and even an Android app in Java.

Each lesson builds on what you've already learned, giving you a rock-solid foundation for real-world success.

{[['']]}

Java EE 6 Pocket Guide

 

Java EE 6 Pocket Guide
 A Quick Reference for Simplified Enterprise Java Development

Book Description

This handy guide provides an overview of Java Enterprise Edition 6's main technologies and includes extensive, easy-to-understand code samples that demonstrate the platform's many improvements. You'll quickly understand how Java EE 6 simplifies the process of developing and deploying web and enterprise applications.
 
{[['']]}

Pro Java ME Apps

 

Pro Java ME Apps

Book Description

Pro Java ME Apps gives you, the developer, the know-how required for writing sophisticated Java ME applications and for taking advantage of this huge potential market. Java ME is the largest mobile software platform in the world, supported by over 80% of all phones. You'll cover what Java ME is and how it compares to other mobile software platforms, how to properly design and structure Java ME applications, how to think like an experienced Java ME developer, what common problems and pitfalls you may run into, how to optimize your code, and many other key topics.

Unlike other Java ME books out there, which only teach the reader the basics of Java ME by way of a few simple examples, this book presents a broader, eagle-eye picture of a complete Java ME application and what writing one involves. From there, the book presents, explains, and helps you to implement all the essential aspects of Java ME development, from the user interface to client-server communication. As this unfolds, the decisions and reasoning behind the code are also presented.
 
{[['']]}

The Well-Grounded Java Developer

 

The Well-Grounded Java Developer


Book Description

The Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. You'll then explore a cross-section of emerging JVM-based languages, including Groovy, Scala, and Clojure. You will find clear examples that are practical and that help you dig into dozens of valuable development techniques showcasing modern approaches to the dev process, concurrency, performance, and much more.

Written for readers familiar with Java. No experience with Java 7 or new JVM languages required.
 
{[['']]}

Expert Oracle and Java Security

 

Expert Oracle and Java Security


Book Description

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java provides resources that every Java and Oracle database application programmer needs to ensure that they have guarded the security of the data and identities entrusted to them. You'll learn to consider potential vulnerabilities, and to apply best practices in secure Java and PL/SQL coding. Author David Coffin shows how to develop code to encrypt data in transit and at rest, to accomplish single sign-on with Oracle proxy connections, to generate and distribute two-factor authentication tokens from the Oracle server using pagers, cell phones (SMS), and e-mail, and to securely store and distribute Oracle application passwords.

Early chapters lay the foundation for effective security in an Oracle/Java environment. Each of the later chapters brings example code to a point where it may be applied as-is to address application security issues. Templates for applications are also provided to help you bring colleagues up to the same secure application standards. If you are less familiar with either Java or Oracle PL/SQL, you will not be left behind; all the concepts in this book are introduced as to a novice and addressed as to an expert.
 
{[['']]}

Follow on Dailymotion

Like Free Books Inventory

Popular BOOKS

 
Support : Free Books Inventory
Copyright 2013. Free Books Inventory - All Rights Reserved
Template Created by : Ch. Kashif Nadeem - 03006986459