2008 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
2008 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

31 Ekim 2008 Cuma

c# sharp yellow book 2008

Welcome to the Wonderful World of Rob Miles™. This is a world of bad jokes, puns, and programming. In this book I'm going to give you a smattering of the C# programming language. If you have programmed before I'd be grateful if you'd still read the text. It is worth it just for the jokes and you may actually learn something. If you have not programmed before, do not worry.Programming is not rocket science it is, well, programming. The bad news about learning to program is that you get hit with a lot of ideas and concepts at around the same time when you start, and this can be confusing.The keys to learning programming are:Practicedo a lot of programming and force yourself to think about things from a problem solving point of viewStudy – look at programs written by other people. You can learn a lot from studying code which other folk have created. Figuring out how somebody else did the job is a great starting point for your solution. And remember that in many cases there is no bestsolution, just ones which are better in a particular context, i.e. the fastest, the smallest, the easiest to use etc.Persistencewriting programs is hard work. And you have to work hard at it. The principle reason why most folks don't make it as programmers is that they give up. Not because they are stupid. However, don't get too persistent. If you haven't solved a programming problem in 30 minutes you should call time out and seek help. Or at least walk away from the problem and come back to it. Staying up all night trying to sort out a problem is not a good plan. It just makes you all irritable in the morning. We will cover what to do when it all goes wrong later in these notes.

http://rapidshare.com/files/159311005/Rob_Miles_CSharp_Yellow_Book_2008_medishared.com.rar.html
password: http://techebookshare.blogspot.com

Professional Visual Basic 2008 (Programmer to Programmer)

Product Description

The 2008 version of Visual Basic is tremendously enhanced and introduces dramatic new concepts, techniques, and features to this popular object-oriented language. Written by an elite author team, this comprehensive resource provides a clear and concise approach to using VB 2008 in the ever-expanding .NET world. This book focuses on using the latest and most powerful tools from the Microsoft arsenal within your Visual Basic solutions. Youll examine everything from the .NET Framework to the best practices for deploying .NET applications to database access and integrating with other technologies. From the Back CoverProfessional Visual Basic 2008
The 2008 version of Visual Basic is tremendously enhanced and introduces dramatic new concepts, techniques, and features to this popular object-oriented language. Written by an elite author team who are sympathetic to the challenges of learning VB 2008, this comprehensive book provides a clear and concise approach to using VB 2008 in the ever-expanding .NET world.
This book focuses on using the latest and most powerful tools from the Microsoft arsenal within your Visual Basic solutions. Looking closely at LINQ, AJAX, a new Visual Studio® and more, you'll be able to take lessons from this book and apply them to what you are doing today. You'll examine everything from the .NET Framework to the best practices for deploying .NET applications to database access and integrating with other technologies, such as COM and XML.

What you will learn from this book
The core elements of VB 2008 as well as full syntax of all the new additions the language offers
Ways that the Common Language Runtime (CLR) is responsible for managing the execution of code compiled on the .NET platform
How VB is used in the creation, installation, running, and debugging of Windows® Services
How to work with the new SQL Server® 2008 along with your .NET applications
The many features of Windows Forms and Windows Presentation Foundation
Ways to take advantage of the abilities of LINQ
The new web technology introduced by SilverlightTM
Who this book is forThis book is for experienced developers who are looking to transition to the latest version of Visual Basic.
Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job





Product Details
Paperback: 1420 pages
Publisher: Wrox (May 5, 2008)
Language: English
ISBN-10: 0470191368
ISBN-13: 978-0470191361
Product Dimensions: 9.2 x 7.4 x 2.2 inches
http://rapidshare.com/files/135496598/Professional_Visual_Basic_2008.zip

http://w15.easy-share.com/1701968127.html

http://depositfiles.com/files/8722393

19 Ekim 2008 Pazar

Microsoft Visual Basic 2008 Step by Step

Product Description

Teach yourself the fundamentals of working with Visual Basic 2008 one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you re a beginning programmer or new to this specific language, you ll understand the core capabilities and fundamental techniques for Visual Basic 2008 and rapidly build robust, elegant applications. Each chapter puts you to work, showing you how, when, and why to use the latest features of Visual Basic guiding you each step of the way as you create actual components and working applications for Windows. You ll also explore data management and Web-based development topics. PLUS get practice files with sample code and data sets on the companion CD.
Key Book Benefits
Covers the latest enhancements and features of Visual Basic 2008
Provides step-by-step guidance on how to use Visual Basic 2008 with Microsoft Visual Studio® 2008 to create smart-client and Web applications
Features easy-to-follow, logically planned lessons in the popular STEP BY STEP format ideal for anyone with fundamental programming skills
Includes a companion CD with data sets and code samples


Product Details
Paperback: 546 pages
Publisher: Microsoft Press (January 27, 2008)
Language: English
ISBN-10: 0735625379
ISBN-13: 978-0735625372
Product Dimensions: 8.8 x 7.2 x 1.5 inches
http://rapidshare.com/files/99088938/VB2008eBook.rar

Accelerated C# 2008




Product Description

Many books introduce C#, but if you don't have the time to read 1200 pages, Accelerated C# 2008 gives you everything you need to know about C# 2008 in a concentrated 500 pages of must-know information and best practices.
C# 2008 offers powerful new features, and Accelerated C# 2008 is the fastest path to mastery, for both experienced C# programmers moving to C# 2008 and programmers moving to C# from another object-oriented language.
You’ll quickly master C# syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code C# when this book will show you how to do things the right way, right from the start?
Comprehensively and concisely explains both C# 2005 and C# 2008 features
Focuses on the language itself and on how to use C# 2008 proficiently for all .NET application development
Concentrates on how C# features work and how to best use them for robust, high–performance code.

What you’ll learn

How C# works with and exploits the CLR
How to use arrays, collections, and iterators
How to handle events with delegates and anonymous functions
How to design and use generic types and methods
How to thread efficiently and robustly
How to use the C# 2008 anonymous types, lamba expressions, and extension methods

Who is this book for?

If you’re an experienced C# programmer, you need to understand how C# has changed with C# 2008. If youre an experienced object–oriented programmer moving to C#, you want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present C# fundamentals, for those new to or reviewing C#. The rest of the book covers all the major C# features, in great detail, explaining how they work and how best to use them. Whatever your background or need, youll treasure this book for as long as you code in C# 2008.


Product Details
Paperback: 510 pages
Publisher: Apress (November 12, 2007)
Language: English
ISBN-10: 1590598733
ISBN-13: 978-1590598733
Product Dimensions: 9.1 x 6.9 x 1.3 inches

http://rapidshare.com/files/98241643/Apress_Accelerated_CSharp_2008.zip

13 Ekim 2008 Pazartesi

Beginning C# 2008 Databases: From Novice to Professional

Editorial Reviews

Product Description

Assuming only basic knowledge of C# 2008, Beginning C# 2008 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.
A comprehensive tutorial on both SQL Server 2005 and ADO.NET 3.0, Beginning C# 2008 Databases explains and demonstrates how to create database objects and program against them in both T–SQL and C#. Full of practical, detailed examples, it’s been fully revised and updated for C# 2008 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.
Comprehensively and concisely explains fundamental database concepts and programming techniques
Rich in working examples of both T–SQL and C# programs
Covers all the features most database programming ever requires

What you’ll learn
How relational databases work and how to use them
How C# uses ADO.NET to access databases
How to write stored procedures in T–SQL and call them from C# programs
How to use XML in database applications
How to use LINQ to simplify C# database programming
How to install SQL Server 2005 Express and Visual C# 3.0
Express and use them to teach yourself database programming by doing it
Who is this book for?
Beginning C# 2008 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through hands–on examples, how to create and use relational databases with SQL and how to access them with C#. Almost every application needs to access a database, and this book teaches all the fundamentals you needand may ever needto develop professional database applications.

About the Apress Beginning Series
The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!
Related Titles from Apress
Beginning C# 2008: From Novice to Professional
Beginning Database Design: From Novice to Professional
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
Pro LINQ: Language Integrated Query in C# 2008


Product Details
Paperback: 482 pages
Publisher: Apress (January 11, 2008)
Language: English
ISBN-10: 1590599004
ISBN-13: 978-1590599006
Product Dimensions: 9.1 x 7 x 1.3 inches




http://rapidshare.com/files/142689438/0387.www.softarchive.net.rar

12 Ekim 2008 Pazar

Mastering Active Directory for Windows Server 2008

Product Description

Find all the information you need to manage and maintain Active Directory in Mastering Active Directory for Windows Server® 2008, an in-depth guide updated with over 300 pages of new material. Revised to address the new components, enhancements, and capabilities brought by Windows Server 2008 to the directory services, this book covers domain name system design, Active Directory forest and domain design, maintaining organizational units, managing group policy, implementing best practices, and more. Expect high-level coverage of the new version of Microsoft's powerful user authentication and authorization tool, fully updated for Windows Server 2008. From the Back CoverDetailed Coverage of Active Directory for Windows Server 2008, 2003, 2003 R2, and 2000
If you are responsible for the day-to-day operations of Active Directory, you need this book. From Windows Server 2000 up through the new features available in Windows Server 2008, this comprehensive guide gives you the practical instruction, detailed explanations, and shortcuts you need to efficientlyadminister Active Directory, no matter which server platform you're on. Control all user accounts from one location, write batch files and scripts, and centrally manage all your resources with Active Directory and the invaluable information in this one-stop guide.

Coverage includes:
Optimizing name, forest, and domain designs for reliable infrastructures
Organizing objects using containers and organizational units
Setting up and administering user, group, and computer accounts
Mastering Active Directory service management, including Rights management, Certificate, and Federation Services
Maintaining the Active Directory database and database security
Troubleshooting Active Directory at the highest levels
Scripting practical solutions using PowerShell
Design, Manage, and Troubleshoot Active Directory for All Windows Server Platforms
Implement Best Practices and Manage Accounts, Access, and Group Policy
Protect and Secure Information, Inside and Outside the Environment
Master Scripting, Write Batch Files, and Automate Routine Tasks
Reinforce Your Skills With Real-World Examples


Product Details
Paperback: 768 pages
Publisher: Sybex (June 23, 2008)
Language: English
ISBN-10: 0470249838
ISBN-13: 978-0470249833
Product Dimensions: 9.3 x 7.4 x 1.8 inches




http://www.paid4share.net/file/8498/9780470249833-0470249838-rar.html

http://www.filefactory.com/file/6e9841/n/9780470249833-0470249838_rar

Ubuntu Linux Unleashed, 2008 Edition Covering 8.04 and 8.10

Product Description

Ubuntu Unleashed 2008 Edition presents comprehensive coverage of the popular Ubuntu Linux distribution. Windows users, Mac users, and Linux enthusiasts have been increasingly turning to Ubuntu for a user-friendly, easy-to-use Linux distribution.
This book provides detailed information on installing, using, and administering Ubuntu. You will learn how to set up a workstation or a server, and you will find complete details on Ubuntu’s easy-to-use desktop and productivity software.
Ubuntu Unleashed 2008 Edition includes a range of coverage: From the software you need in your everyday work, such as the OpenOffice.org productivity suite, to how to configure your Linux desktop to run smoothly using multiple printers, shell scripts, and more.
For the hardcore Linux enthusiast, there is complete coverage of the X Window system, Linux programming, web server administration, and network administration.
Includes a DVD with a full Ubuntu Linux distribution, plus a free upgrade to Ubuntu Linux 8.10 once it is released

Product Details
Paperback: 864 pages
Publisher: Sams; 4 edition (July 20, 2008)
Language: English
ISBN-10: 067232993X
ISBN-13: 978-0672329937
Product Dimensions: 9 x 7 x 1.7 inches

http://rapidshare.com/files/150715435/os_s-ubuntu-unl08ed.rar

Programming Microsoft® Visual C#® 2008: The Language




Editorial Reviews

Product DescriptionGet the in-depth reference and pragmatic, real-world insights you need to exploit the enhanced language features and core capabilities in Visual C# 2008. Programming expert Donis Marshall deftly helps you build your proficiency with language features such as classes, structs, and other fundamentals, and helps you advance your expertise with more-advanced topics such as debugging, threading, and memory management. Combining an incisive reference with code samples and best practices, this developer reference focuses on details of the C# language you need to build innovative solutions.
Key Book Benefits:
Delves into the core, must-know topics for developers working with Visual C# 2008, and advances their mastery with essential skills
Thoroughly explicates language features such as generics, code snippets, and anonymous methods, while also providing updated information about classic features such as namespaces and metadata
Provides code samples to illustrate concepts and build skills mastery

Product Details
Perfect Paperback: 912 pages
Publisher: Microsoft Press; 2nd edition (June 9, 2008)
Language: English
ISBN-10: 0735625409
ISBN-13: 978-0735625402
Product Dimensions: 8.7 x 7.2 x 2 inches

http://rapidshare.com/files/152047045/Programming_Microsoft__Visual_C___2008.rar

20 Eylül 2008 Cumartesi

International Financial Reporting Standards IFRS 2008

IASB- International Accounting Standards “international Financial Reporting Standards IFRS 2008"

International Accounting Standards Board 2008-03 ISBN: 1905590547 2700 pages PDF 12,9 Mb










http://www.medishared.com/showthread.php?t=16151