Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

Free eBooks -General IT


Full download


Posted: September 14th, 2008, 9:22pm CEST

Tags  [edit]


  • Hardcover: 720 pages
  • Publisher: Addison-Wesley Professional; 3 edition (April 30, 2007)
  • Language: English
  • ISBN-10: 020189551X

Object-Oriented Design with Applications has long been the essential reference to object-oriented technology, which, in turn, has evolved to join the mainstream of industrial-strength software development. In this third edition–the first revision in 13 years–readers can learn to apply object-oriented methods using new paradigms such as Java, the Unified Modeling Language (UML) 2.0, and .NET.

The authors draw upon their rich and varied experience to offer improved methods for object development and numerous examples that tackle the complex problems faced by software engineers, including systems architecture, data acquisition, cryptoanalysis, control systems, and Web development. They illustrate essential concepts, explain the method, and show successful applications in a variety of fields. You’ll also find pragmatic advice on a host of issues, including classification, implementation strategies, and cost-effective project management.

New to this new edition are

  • An introduction to the new UML 2.0, from the notation’s most fundamental and advanced elements with an emphasis on key changes
  • New domains and contexts
  • A greatly enhanced focus on modeling–as eagerly requested by readers–with five chapters that each delve into one phase of the overall development lifecycle.
  • Fresh approaches to reasoning about complex systems
  • An examination of the conceptual foundation of the widely misunderstood fundamental elements of the object model, such as abstraction, encapsulation, modularity, and hierarchy
  • How to allocate the resources of a team of developers and mange the risks associated with developing complex software systems
  • An appendix on object-oriented programming languages

This is the seminal text for anyone who wishes to use object-oriented technology to manage the complexity inherent in many kinds of systems.

DOwnload:

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


Full download


Posted: September 14th, 2008, 9:21pm CEST

Tags  [edit]


  • Hardcover: 448 pages
  • Publisher: Apress (April 28, 2008)
  • Language: English
  • ISBN-10: 159059973X

The Microsoft .NET Micro Framework is a small and efficient .NET runtime environment used to run managed code on devices that are too small and resource constrained for Windows CE and the Compact Framework.

Expert .NET Micro Framework will teach you everything you need to know in order to use the .NET Micro Framework to create effective embedded applications. It begins with the basics of accessing hardware and networking before delving deep into the less well–known areas such as cryptography and globalization, and how to use technologies such as wireless communication that are not directly supported by the .NET Micro Framework.

This book is a must if you want to get as much as possible out of the .NET Micro Framework to write powerful embedded applications.

Expert .NET Micro Framework also describes how to use resources, and write globalized and multilingual embedded applications. You will learn how to effectively use binary serialization to store data permanently in flash memory or exchange data with a PDA or PC. Topics like cryptography and encrypted data exchange with a .NET or Compact Framework application are covered.

What you’ll learn
  • Describes and compares wireless communication technologies and how to use them even if they are not directly supported by the .NET Micro Framework
  • Describes the whole class library and features of the .NET Micro Framework, illustrated by working examples
  • Demonstrates how to access hardware components with managed drivers and write applications with a graphical user interface
  • Includes a detailed description of how to effectively extend or write hardware emulators using undocumented features of the configuration engine and emulator components
    • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
  • Who is this book for?

    This book is for anyone with an interest in creating embedded systems. Primarily, it is written for the benefit of .NET developers with a background in C#, but it will equally appeal to hardware developers with a background in Assembler, C, or C++ who will be impressed by the benefits that managed code can bring to their devices.

    Related Titles

    About the Author
    Jens Kühner works for Vallon GmbH in Germany as a principal software developer developing metal detectors and ferrous locators. He creates software for data acquisition and evaluation using the .NET Framework and Compact Framework. Since this software must be incorporated closely with the detectors’ hardware, an interest in embedded systems was only natural.

    Jens has been involved with the .NET Micro Framework from the very start, when he saw it presented at MEDC Europe. Since then, he’s been an active beta tester of the technology and a regular contributor to Micro Framework forums.

Download:

http://w14.easy-share.com/1700282455.html


Full download


Posted: September 14th, 2008, 9:18pm CEST

Tags  [edit]


  • Paperback: 408 pages
  • Publisher: WROX (October 17, 2005)
  • Language: English
  • ISBN-10: 0764559885

The power and elegance of generic types have long been acknowledged. Generics allow developers to parameterize data types much like you would parameterize a method. This brings a new dimension of reusability to your types without compromising expressiveness, type-safety, or efficiency. Now .NET generics makes this power available to all .NET developers. By introducing generic concepts directly into the Common Language Runtime (CLR), Microsoft has also created the first language-independent generics implementation. The result is a solution that allows generic types to be leveraged by all the languages of the .NET platform.

This book explores all aspects of the .NET generics implementation, covering everything from fundamental generic concepts, to the elements of generic syntax, to a broader view of how and when you might apply generics. It digs into the details associated with creating and consuming your own generic classes, structures, methods, delegates, and interfaces, examining all the nuances associated with leveraging each of these language constructs. The book also looks at guidelines for working with generic types, the performance gains achieved with generics, the new generic container libraries (BCL and third party), and key aspects of the underlying .NET implementation.

For those transitioning from C++, the book provides an in-depth look at the similarities and differences between templates and.NET generics. It also explores the syntactic variations associated with using generics with each of the .NET languages, including C#, Visual Basic, J#, and C++.

Download:

http://w14.easy-share.com/1700288369.html


Full download


Posted: September 14th, 2008, 9:17pm CEST

Tags  [edit]


  • Hardcover: 609 pages
  • Publisher: Apress (December 4, 2007)
  • Language: English
  • ISBN-10: 1590598504

Expert F# is about practical programming in a beautiful language that puts the power and elegance of functional programming into the hands of .NET developers. In combination with .NET, F# achieves unrivaled levels of programmer productivity and program clarity. This books serves as

  • The authoritative guide to F# by the designer of F#
  • A comprehensive reference of F# concepts, syntax, and features
  • A treasury of expert F# techniques for practical, real–world programming

While inspired by OCaml, F# isn’t just another functional programming language. Drawing on many of the strengths of both OCaml and .NET, it’s a general–purpose language ideal for real–world development. F# integrates functional, imperative, and object–oriented programming styles so you can flexibly and elegantly solve programming problems, and brings .NET development alive with interactive execution. Whatever your background, you’ll find that F# is easy to learn, fun to use, and extraordinarily powerful. F# will help change the way you think about and go about programming.

Written by F#’s designer and two active contributors, Expert F# is the authoritative, comprehensive, and in-depth guide to the language and its use. Designed to help others become experts, the book gives a thorough introduction to the F# language from quick essentials to in-depth advanced topics such as active pattern matching, aggregate data types and operators, sequence expressions, lazy values, mutable data and side–effects, generics, type augmentations, functional decomposition and code organization.

The second half of the book is devoted to examining the practical application of F#, providing elegant solutions to common programming tasks including UI implementation, data access, web and distributed programming, symbolic and numerical computations, concurrent programming, testing, profiling, and interoperability with other languages. The latest hot developments in F# and .NET are also addressed, including Active Patterns, implicit class construction, integration with LINQ over relational data, meta programming and useful tips for working with Visual Studio and F# command–line tools.

Download:

http://w13.easy-share.com/1700502675.html


Full download


Posted: September 14th, 2008, 9:15pm CEST

Tags  [edit]


  • Paperback: 980 pages
  • Publisher: O’Reilly Media, Inc.; 2 edition (March 28, 2008)
  • Language: English
  • ISBN-10: 0596101406

This guide is strikingly different from other books on Microsoft ADO.NET. Rather than load you down with theory, the new edition of ADO.NET 3.5 Cookbook gives you more than 200 coding solutions and best practices for real problems you’re likely to face with this technology using Visual Studio 2008 and the .NET 3.5 platform. Organized to help you find the topic and specific recipe you need quickly and easily, this book is more than just a handy compilation of cut-and-paste C# code. ADO.NET 3.5 Cookbook also offers clear explanations of how and why each code solution works, and warns you of potential pitfalls so you can learn to adapt the book’s problem-solving techniques to different situations. This collection of timesaving recipes covers vital topics including: Connecting to data Retrieving and managing data Transforming and analyzing data Modifying data Binding data to .NET user interfaces Optimizing .NET data access Enumerating and maintaining database objects Maintaining database integrity Ideal for ADO.NET programmers at all levels, from the relatively inexperienced to the most sophisticated, this new edition covers the significant 3.5 upgrade, including new programming tools such as LINQ. ADO.NET 3.5 Cookbook offers a painless way for those of you who prefer to learn by doing when it comes to expanding your skills and productivity.

About the Author
Bill Hamilton is a software architect specializing in designing, developing and implementing distributed applications using .NET and J2EE technologies. Over the last ten years, he has provided consulting services in B2B, B2C, B2E, data integration, and portal initiatives for banking, retail, accounting, manufacturing, and financial services. An early technology adopter, he frequently evaluates, recommends, and helps his clients use new technologies effectively. Bill has designed and helped build several award winning software packages.

Download:

http://w13.easy-share.com/1700078732.html


Full download


Posted: September 14th, 2008, 9:13pm CEST

Tags  [edit]


  • Paperback: 268 pages
  • Publisher: Apress; 2Rev Ed edition (November 12, 2007)
  • Language: English
  • ISBN-10: 1590598288

Since the emergence of Google Maps 12 months ago, Ajax programming techniques have become one of the hottest topics in the programming arena. To date, the frameworks available for creating these applications have been complex and have separated the development of the client–side Ajax (on the user’s machine) from the server–side supporting technology (on the company’s machines). This separation has made development slow and difficult.

ASP.NET AJAX is Microsoft’s solution to this problem. ASP.NET AJAX (formerly code–named Atlas) is a set of extensions to the existing ASP.NET 2.0 technology that provides you with a fast-and-simple environment to create Ajax applications. Microsoft has combined Ajax with ASP.NET technology and provided a unified set of development tools within Visual Studio 2005. For the first time, Ajax applications can be developed seamlessly in conjunction with a supporting technology.

Foundations of ASP.NET AJAX (written by Laurence Moroney the author of Apress successful Foundations of Atlas) gives you a detailed grounding in how ASP.NET AJAX works. It takes you swiftly through the basic principles of Ajax, then deep into the heart of the technology, where every namespace is discussed and every function considered. By the end of the book, you’ll know all the essentials to confidently produce cutting-edge ASP.NET AJAX applications swiftly and professionally. You will not need any reference beyond this book.

About the Author
A biography for this author is not available. Laurence Moroney is the Director of Technology Evangelism at Mainsoft, the cross-platform development company. He has over 10 years in software development and architecture, specializing in interoperability, security and performance in such diverse environments as Casinos, Jails, the Border Patrol, Airports, Professional Soccer and Financial Services. He has written several books on computing, including some on Web Services Security, ASP.NET and Java/.NET interoperability, as well as dozens of articles on various technology issues.
He lives in Sammamish, Washington with wife Rebecca and children Claudia and Christopher. His blog is at www.philotic.com, where you can find lots of Atlas and other development resources. John Grieb lives on Long Island, New York, and works for Reuters as a technical specialist. He is currently the lead developer of a project to migrate Reuters Messaging to Microsoft Live Communication Server 2005. Prior to that, he spent several years in Reuter’s Microsoft R&D Group and Innovation Lab, gaining experience in a broad range of cutting-edge Microsoft technologies by participating in a many of Microsoft’s beta programs and developing prototypes demonstrating how they could be applied to Reuter’s own products and services.

Download:

http://w13.easy-share.com/1700080568.html


Full download


Posted: September 14th, 2008, 9:10pm CEST

Tags  [edit]


  • Paperback: 1377 pages
  • Publisher: Apress; 3Rev Ed edition (March 24, 2008)
  • Language: English
  • ISBN-10: 1590598229

Whether you’re moving to .NET for the first time, or you’re already writing applications on .NET 2.0 or .NET 3.0, Pro VB 2008 and the .NET 3.5 Platform will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career:

  • Explore five new chapters of content—including the grammar of the common intermediate language (CIL), .NET generics, and object serialization services.
  • Discover all the new .NET 3.5 features—nullable types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms “Strip” controls, and much more.
  • Get a professional foothold—targeted to appeal to experienced software professionals and/or graduate students of computer science (so don’t expect three chapters on iteration or decision constructs!).
  • Gain a rock–solid foundation in programming using Visual Basic.
  • Get comfortable with all the core aspects of the .NET platform—including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.

Once you’ve digested the information contained in the 25 chapters of this 1000+ page book, you’ll be ready to apply this knowledge to your specific programming assignments and well equipped to explore the .NET universe on your own.

What you’ll learn
  • Everything you need to put .NET 3.5 and Visual Basic 2008 to use in your professional workbefore anyone else!
  • Insights and techniques from the author’s experience since .NET 1.0
  • Complete coverage of .NET 3.5—WPF, WCF and WF
Who is this book for?

Anyone with some software development experience interested in the new .NET 3.5 Platform and the Visual Basic language. Whether you’re moving to .NET for the first time or you’re already writing applications on .NET 2.0 or .NET 3.0, this book will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career.

Related Titles
  • Beginning VB 2008 Databases: From Novice to Professional
  • Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional
  • Visual Basic 2008 Recipes: A Problem-Solution Approach
  • Pro WPF in VB 2008: Windows Presentation Foundation in .NET 3.5
About the Apress Pro Series

You have gotten the job; now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career.

About the Author
Andrew Troelsen is a partner, trainer, and consultant at Intertech-Inc., and is a leading authority on both .NET and COM. His book Pro C# 2005 and the .NET 2.0 Platform won the prestigious 2003 Referenceware Excellence Award and is now in its third edition. Also of note are his earlier five-star treatment of traditional COM in the bestselling Developer’s Workshop to COM and ATL mirrored in his book, COM and .NET Interoperability, and his top-notch investigation of VB .NET in Visual Basic .NET and the .NET Platform: An Advanced Guide. Troelsen has a degree in mathematical linguistics and South Asian studies from the University of Minnesota and is a frequent speaker at numerous .NET-related conferences. He currently lives in Minneapolis, Minnesota, with his wife, Amanda, and spends his free time investigating .NET and waiting for the Wild to win the Stanley Cup.

Download:

http://w13.easy-share.com/1700080728.html


Full download


Posted: September 14th, 2008, 9:09pm CEST

Tags  [edit]


  • Paperback: 504 pages
  • Publisher: Que; 1 edition (October 20, 2007)
  • Language: English
  • ISBN-10: 0789736659

Learn to create ASP.NET applications using Visual Web Developer 2008

“This book is a great reference for web designers new to ASP.NET who are looking to jump start their development with

Visual Web Developer 2008.”

Mikhail Arkhipov

Principal Development Manager – Web Development Tools

Microsoft Corporation

Expression Web introduced ASP.NET to a new group of web developers. This book is designed to help you start using ASP.NET right away to add powerful new features to your website. Don’t worry, you won’t have to learn a lot of programming; instead, you’ll create an ASP.NET application from start to finish using Visual Web Developer 2008, while writing only a very small amount of actual programming code.

DETAILED INFORMATION ON HOW TO…

• Create and work with websites in Visual Web Developer 2008

• Use the different compilation and code models in ASP.NET

• Configure ASP.NET security and other settings

• Use ASP.NET master pages and user controls

• Take advantage of ASP.NET membership features for a password-protected website

• Use form validation in ASP.NET

• Use CSS, skins, and themes

• Access, edit, and add data to a database using ASP.NET

• Send email using ASP.NET

• Use Ajax and ASP.NET Web services

• Debug and troubleshoot ASP.NET

. . . and much more!

Jim Cheshire is the author of several books, including Special Edition Using Microsoft Expression Web. He has been working with ASP.NET since before its release. He has been heavily involved in the web design community for more than a decade and is widely considered an expert in Microsoft’s web design technologies. Jim currently works as an escalation engineer on the ASP.NET team at Microsoft.

ON THE WEB:

Download examples and source code presented in this book from www.informit.com/title/

9780789736659.

CATEGORY:

Web Development

COVERS:

ASP.NET and Visual Web Developer 2008

USER LEVEL:

Beginning to Intermediate

About the Author

Jim Cheshire is the author of several books, including the recently released Special Edition Using Expression Web. He has been working with ASP.NET since before its release. Jim works as an escalation engineer on the ASP.NET team at Microsoft, where he specializes in debugging and resolving some of the toughest problems Microsoft sees from users of ASP.NET.

Jim also operates the Jimco Software (www.jimcosoftware.com) and Jimco Books (www.jimcobooks.com) websites, where he distributes software and information for users of both Microsoft FrontPage and Microsoft Expression Web. He has been heavily involved in the web design community for more than a decade and is widely considered an expert in Microsoft’s web design technologies.

You can contact Jim via either of his websites.

Download:

http://w13.easy-share.com/1700085023.html


Full download


Posted: September 14th, 2008, 9:05pm CEST

Tags  [edit]


  • Paperback: 1040 pages
  • Publisher: Apress; 2 edition (February 25, 2008)
  • Language: English
  • ISBN-10: 1590599551

The Microsoft Windows Presentation Foundation provides the foundation for building applications and high–quality user experiences in Windows Vista. WPF blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs.

Author Matthew MacDonald shows you how WPF really works. His no–nonsense, practical advice will get you building high–quality WPF applications quickly and easily. MacDonald will take you through a thorough investigation of the more advanced aspects of WPF, and its relation to other elements of the WinFX stack and the .NET Framework 3.5, to complete your understanding of WPF and C# 2008.

WPFs functionality extends to support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data–driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell.

What you’ll learn
  • WPF basics: XAML, layout, control essentials, and data flow
  • WPF applications: Navigation, commands, localization, and deployment
  • Advanced controls: Custom controls, menus, toolbars, and trees
  • WPF documents: Text layout, printing, and document packaging
  • Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging
Who is this book for?

Developers encountering WPF and .NET 3.5 for the first time in their professional lives

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.

Related Titles
  • Beginning C# 2008: From Novice to Professional
  • Illustrated C# 2008
  • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
  • Pro ASP.NET 3.5 in C# 2008, Second Edition
  • Pro LINQ: Language Integrated Query in C# 2008

About the Author
Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he’s the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com.

Download:

http://w16.easy-share.com/1699903161.html


Full download


Posted: September 14th, 2008, 9:04pm CEST

Tags  [edit]


  • Hardcover: 1250 pages
  • Publisher: Apress; Special edition (January 15, 2007)
  • Language: English
  • ISBN-10: 1590598237

C# 2005 has enjoyed huge success in the year since its launch, firmly establishing itself as the premier language for development on Microsofts successful .NET 2.0 platform. With the launch of the .NET 3.0 extensions in early 2007, the horizons of this language are being extended, and it is becoming even more powerful as it is able to leverage the new .NET 3.0 Foundations.

In recognition of this, Apress presents Pro C# with .NET 3.0, Special Edition to provide you with a complete A-to-Z reference for using C# with the .NET 2.0 platform and the .NET 3.0 extensions. The book contains new chapters that explore the interactions between the existing framework and the new extensions, giving you an edge when you evaluate and implement .NET 3.0 for the first time. To provide even more support, a bonus PDF download will be available with each purchase, offering over 500 pages of carefully selected additional content to help broaden your understanding of both .NET 2.0 and .NET 3.0.

About the Author
Andrew Troelsen is a partner, trainer, and consultant at Intertech-Inc., and is a leading authority on both .NET and COM. His book Pro C# 2005 and the .NET 2.0 Platform won the prestigious 2003 Referenceware Excellence Award and is now in its third edition. Also of note are his earlier five-star treatment of traditional COM in the bestselling Developer’s Workshop to COM and ATL mirrored in his book, COM and .NET Interoperability, and his top-notch investigation of VB .NET in Visual Basic .NET and the .NET Platform: An Advanced Guide. Troelsen has a degree in mathematical linguistics and South Asian studies from the University of Minnesota and is a frequent speaker at numerous .NET-related conferences. He currently lives in Minneapolis, Minnesota, with his wife, Amanda, and spends his free time investigating .NET and waiting for the Wild to win the Stanley Cup.

Download:

http://w16.easy-share.com/1699902427.html


Full download


Posted: September 14th, 2008, 9:04pm CEST

Tags  [edit]


  • Paperback: 404 pages
  • Publisher: For Dummies; Pap/Onl edition (February 19, 2008)
  • Language: English
  • ISBN-10: 0470195924

All new for ASP.NET 3.5!

Make friends with LINQ and SQL, and create sites in Visual Web Developer 2008 Express

Did you volunteer to create a Web site for the softball team? Want to let yourcustomers shop online? Relax! ASP.NET 3.5 makes creating a dynamic site faster and cleaner, and this book makes it easier. You’ll quickly discover howto integrate data, create user interfaces, track shopping cart contents, whisk away bugs, and much more.

Discover how to:

  • Use the ListView control
  • Write LINQ queries
  • Add a table to a database
  • Create an event handler
  • Code less using drag ‘n’ drop
  • Develop dynamic Web applications

Download:

http://w16.easy-share.com/1699895673.html


Full download


Posted: September 14th, 2008, 9:03pm CEST

Tags  [edit]


  • Paperback: 50 pages
  • Publisher: Apress (December 6, 2007)
  • Language: English
  • ISBN-10: 159059939X

Microsoft Silverlight allows you to create rich multimedia interfaces with the power and flexibility of Flash, but with the extensibility and the great tools that .NET offers. With Silverlight and ASP.NET Revealed, you’ll learn to use Microsoft’s Silverlight technology in conjunction with ASP.NET and Visual Studio 2008 (codename Orcas). You will ultimately incorporate Silverlight into an ASP.NET web site and use the ASP.NET controls that render Silverlight content. But you’ll also get the basics of Silverlight, too, making this book a must–read for any web developer curious about Silverlight.

Silverlight and ASP.NET Revealed assumes a deep knowledge of ASP.NET, but no knowledge of Silverlight.

About the Author
Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he’s the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com.Download:

http://w13.easy-share.com/1699630983.html


Full download


Posted: September 14th, 2008, 9:02pm CEST

Tags  [edit]


  • Paperback: 408 pages
  • Publisher: Apress (September 21, 2007)
  • Language: English
  • ISBN-10: 1590598601

Pro ASP.NET for SQL Server: High Performance Data Access for Web Developers explains how to use ASP.NET 2.0 and SQL Server 2005 most efficiently together. It covers all crucial performance issues and illustrates optimal techniques with enterprise-quality development.

Performance is always an issue, and optimizing database access is one of the most daunting performance challenges facing web developers. With Brennan Stehling as your guide, you’ll explore the many overlaps of web and database technologies, including configuration, programming, performance tuning, and deployment. You’ll learn how to make high-performance database access not just a goal, but a reality.

What you’ll learn
  • Discover what impedes ASP.NET 2.0 access to SQL Server 2005 and how to make web applications and databases work blindingly fast together.
  • Learn to make the subtle choices between DataSets, DataReaders, and DataObjects, to simplify code and maximize performance.
  • Optimize data-bound controls and create your own.
  • See when a custom database provider is advisable and how to build one.
  • Understand how to monitor and measure web/database performance.
  • Learn to build, deploy, and configure enterprise-level web applications against SQL Server 2005.
Who is this book for?

Anyone involved in .NET web development will find this book invaluable. Whether you’re struggling just to handle traffic or scaling up to meet demand, you’ll find all the tools, tips, and techniques you need for high-performance web access to databases. If you want to build enterprise-level web database applications 100% of the time, this book will tell–and show–you how to do it.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career.

Related Titles

Pro ASP.NET 2.0 Website Programming

Beginning ASP.NET 2.0 Databases: From Novice to Professional

Expert ASP.NET 2.0 Advanced Application Design

About the Author
Brennan Stehling is a consultant in Milwaukee who specializes in web, console, and desktop development projects. He’s worked with .NET for several years, particularly since the .NET 2.0 Beta 1 release. He blogs regularly on .NET topics at http://brennan.offwhite.net/blog/. He also develops reusable tools in C# and makes them available to developers at SmallSharpTools.com. In his spare time, Brennan plays Gaelic hurling, an Irish sport that has become popular in Milwaukee over the past 10 years.

Download:

http://w13.easy-share.com/14140321.html


Full download


Posted: September 14th, 2008, 9:00pm CEST

Tags  [edit]


  • Hardcover: 1370 pages
  • Publisher: Apress; 4 edition (November 12, 2007)
  • Language: English
  • ISBN-10: 1590598849

Released at the Microsoft Tech-Ed conference in Atlanta, Georgia, back in 2001, the first edition of this book coincided with the beta .NET platform and, in many ways, the manuscript was in beta too. Its fresh approach won a place as a 2002 Jolt Award finalist, and it won the 2003 Referenceware Excellence Award in the programming book category. Following the successful earlier editions, author Andrew Troelsen is pleased to announce completion of the fourth edition of his acclaimed book:

“Over the years that I’ve spent working with the common language runtime (CLR), I’ve gained a deeper understanding of the .NET platform and the subtleties of the C# programming language. I’m happy to say that this fourth edition of Pro C# 2008 and the .NET 3.5 platform is as close to a ‘final release’ as I’ve come yet!”

Whether you’re moving to .NET for the first time or you’re already writing applications on .NET 2.0 or .NET 3.0, Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career:

  • Explore five new chapters of content—including the grammar of the common intermediate language (CIL), .NET generics, and object serialization services.
  • Discover all the new .NET 3.5 features—nullable types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms &lquo;Strip” controls, and much more.
  • Get a professional foothold—targeted to appeal to experienced software professionals and/or graduate students of computer science (so don’t expect three chapters on iteration or decision constructs!).
  • Gain a rock-solid foundation in programming using C#.
  • Get comfortable with all the core aspects of the .NET platform—including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.

Once you’ve digested the information contained in the 25 chapters of this 1000+ page book, you’ll be ready to apply this knowledge to your specific programming assignments and well equipped to explore the .NET universe on your own.

What you’ll learn
  • Everything you need to put .NET 3.5 and C# 2008 to use in your professional work–before anyone else!
  • Insights and techniques from the author’s experience since .NET 1.0
  • Complete coverage of .NET 3.5—WPF, WCF, and WF
Who is this book for?

Anyone with some software development experience interested in the new .NET 3.5 Platformand the C# language. Whether you’re moving to .NET for the first time or you’re already writing applications on .NET 2.0 or .NET 3.0, this book will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career.

About the Author
Andrew Troelsen is a partner, trainer, and consultant at Intertech-Inc., and is a leading authority on both .NET and COM. His book Pro C# 2005 and the .NET 2.0 Platform won the prestigious 2003 Referenceware Excellence Award and is now in its third edition. Also of note are his earlier five-star treatment of traditional COM in the bestselling Developer’s Workshop to COM and ATL mirrored in his book, COM and .NET Interoperability, and his top-notch investigation of VB .NET in Visual Basic .NET and the .NET Platform: An Advanced Guide. Troelsen has a degree in mathematical linguistics and South Asian studies from the University of Minnesota and is a frequent speaker at numerous .NET-related conferences. He currently lives in Minneapolis, Minnesota, with his wife, Amanda, and spends his free time investigating .NET and waiting for the Wild to win the Stanley Cup.

Download:

http://w13.easy-share.com/12480091.html


Full download


Posted: September 14th, 2008, 8:59pm CEST

Tags  [edit]


  • Paperback: 1522 pages
  • Publisher: Wrox; Pap/Onl edition (September 24, 2007)
  • Language: English
  • ISBN-10: 047010998X

ASP.NET programmers are familiar with the rich server-side programming in the ASP.NET/.NET Framework. ASP.NET AJAX adds many similar client-side features giving ASP.NET developers a feature-rich client-side framework for the first time. This book explains how ASP.NET AJAX simulates many of the rich programming features of the ASP.NET/.NET Framework on the client side. Packed with extensive real-world examples, in-depth descriptions, and code walkthroughs—all tested with both ASP.NET 2.0 and ASP.NET 3.5—this book provides thorough coverage of both the ASP.NET AJAX client-side and server-side frameworks. You’ll learn how these frameworks harmonize to meetyour AJAX-enabled application needs. This hands-on approach gives you the skills and knowledge you need to develop real ASP.NET AJAX applications.

What you will learn from this book

  • How to write ASP.NET AJAX code that works with both ASP.NET 2.0 and ASP.NET 3.5
  • JavaScript® Object-Oriented programming and type description extensions
  • Techniques for event programming and event bubbling
  • Ways to develop client components, controls, and behaviors
  • Networking programming and Web services bridges and transformers
  • How to develop script and extender server controls
  • Internals of asynchronous partial page rendering and triggers and using UpdatePanel in user controls and custom controls
  • Techniques for extending xml-script parsing
  • ListView internals and how to develop data controls, templates, templated controls, and templated data controls

Who this book is for

This book is for ASP.NET developers who are looking to add AJAX to their repertoire.

Wrox Programmer’s References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.


Full download


Posted: September 14th, 2008, 8:58pm CEST

Tags  [edit]


  • Paperback: 520 pages
  • Publisher: O’Reilly Media, Inc. (September 27, 2007)
  • Language: English
  • ISBN-10: 0596513976

With this book, web developers can build engaging and interactive sites and applications using Microsoft’s latest web development tools — ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how. Learning ASP.NET 2.0 with AJAX helps you master the concepts and techniques of Microsoft’s tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go. With it, you’ll learn to: Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive sites Build applications with minimal coding using Visual Studio or its free counterpart, Visual Web Developer Connect your site with a database so that users can retrieve, interact and save data Debug your application, deal with unexpected problems, and protect your site from malicious users Use the community-maintained ASP.NET AJAX Control Toolkit to extend the controls that come with ASP.NET AJAX Use personalization tools to give your site a customized look for each user Ideal for beginning web developers, or those who are new to ASP.NET, this book gets you involved with your own learning through hands-on lessons that are clear and to the point. You get the chance to try out new techniques on the spot. Want to join the world of modern webdevelopment? This book will get you started.

About the Author
Jesse Liberty, Microsoft .NET MVP, is the best-selling author of O’Reilly Media’s “Programming ASP.NET”, “Programming C#”, “Programming Visual Basic 2005″ and over a dozen other books on web and object-oriented programming. He is president of Liberty Associates, Inc. where he provides contract programming, consulting and on-site training in .NET. Jesse is a frequent contributor to O’Reilly Network web sites as well as many industry publications and has spoken at numerous industry events. He is a former Distinguished Software Engineer at AT&T and Vice President for technology development at CitiBank. Dan Hurwitz is the president of Sterling Solutions, Inc., where for nearly two decades he has been providing contract programming and database development to a wide variety of clients. He has co-authored three editions of “Programming ASP.NET.” Brian MacDonald is an editor of programming and networking books. He has edited books for several major publishers on topics ranging from securing Windows servers to PHP web programming to running an eBay business. His work for O’Reilly includes Programming WCF Services and Programming ASP.NET. He also co-authored Learning C# 2005 with Jesse Liberty. He lives in southeastern Pennsylvania with his wife and son.

Download:

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


Full download


Posted: September 14th, 2008, 8:55pm CEST

Tags  [edit]


  • Paperback: 500 pages
  • Publisher: SitePoint (September 18, 2007)
  • Language: English
  • ISBN-10: 098028581X

An ASP.NET 2.0 book that just helps you get things done!

This book contains a collection of 101 best practice, object oriented solutions that you can easily adapt to your own projects.

Coverage includes:

  • Working with text, numbers, dates & times
  • Accessing data with ADO.NET
  • Form validation under multiple scenerios
  • Page, Session and application state tips
  • Access control in web applications
  • Producing standards compliant output
  • Enhancing applications with AJAX
  • Working with Email
  • Handling errors and debugging
  • Performance tips and pitfalls
  • And much more! As a bonus, all book buyers get download access to the code archive which has all the examples in the book in both C# and VB.
  • Download:

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


    Full download


    Posted: September 14th, 2008, 8:54pm CEST

    Tags  [edit]


    • Paperback: 624 pages
    • Publisher: Sams; 3Rev Ed edition (October 10, 2005)
    • Language: English
    • ISBN-10: 0672327546

    Explore the depth and flexibility of Macromedia Flash 8 with Sams Teach Yourself Macromedia Flash 8 in 24 Hours. Fundamental topics are presented one-by-one in a series of 24 one-hour lessons that will help you master the basics of Flash. Author Phillip Kerman, an internationally-known Macromedia trainer and multimedia expert, offers you a clearly-written, well-organized introduction to Macromedia Flash 8 without becoming too overwhelming. You will cover such subjects as:

    • Drawing and Painting Original Art
    • Using Motion Tween to Animate
    • Animatng Using Movie Clips
    • Using Actions to Create Non-Linear Movies
    • Optimizing a Flash Site
    • Publishing a Creation

    Not only will you master the basics of Macromedia Flash 8 with Sams Teach Yourself Macromedia Flash 8 in 24 Hours, you will also be better prepared to learn more advanced topics in the future.

    About the Author
    Philip Kerman is an internationally recognized expert on the use of the Web and multimedia for training and entertainment. He frequently presents at Macromedia User Conferences, contributes articles to Macromedia User Journal, and he has taught Flash and other Macromedia authoring tools in workshops around the world. In addition to showing others how to create multimedia, Kerman has had plenty of opportunities to get his hands dirty in programming. He programmed the all-Flash website www.m-three.com for Paris France Inc., which was included in both Communication Arts Interactive Design Annual and the British Design and Art Direction Annual.

    Download:

    http://w14.easy-share.com/6413511.html


    Full download


    Posted: September 14th, 2008, 8:53pm CEST

    Tags  [edit]


    • Hardcover: 1992 pages
    • Publisher: Sams; 1 edition (June 6, 2006)
    • Language: English
    • ISBN-10: 0672328232

    ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft’s latest development tools. This resource is guaranteed to be used as a reference guide over and over!

    About the Author
    Stephen Walther has taught workshops on building ASP.NET applications at NASA, Lockheed Martin, the National Science Foundation, the U.S. House of Representatives, Verizon and others. He got his start working with Active Server Pages by developing two large commercial Web sites. First, he created the Collegescape Web site, a Web site used by over 200 colleges, including Harvard, Stanford, and MIT, to accept admittance applications online. Next, he created the CityAuction Web site, and auction site used by both Snap! and CitySearch. He received his Bachelor of Arts from UC Berkeley.

    Download:

    http://w14.easy-share.com/6340471.html


    Full download


    Posted: September 14th, 2008, 8:53pm CEST

    Tags  [edit]


    • Paperback: 474 pages
    • Publisher: Wrox; Pap/Onl edition (September 11, 2007)
    • Language: English
    • ISBN-10: 0470124482

    With ASP.NET 2.0, .NET developers finally have the tools in their hands to effortlessly create aesthetically pleasing web application interface designs that can be easily carried forward to create a consistent look and feel to their site. In this book you’ll see how to join these new ASP.NET tools with universal web standards like CSS, color, graphics, and accessibility in the planning of any of your web projects. This combination will provide you with unique skills in the art of making powerful ASP.NET pages look as amazing as the technology that drives them.

    Before delving into the new Navigation Controls, Master Pages, and Themes, ASP.NET programmers get a thorough grounding in basic web design considerations, including colors and fonts, Photoshop basics, and the fundamentals of CSS standards. With these tools in hand, ASP.NET developers can expand their programming horizons to make ASP.NET sites that are not only well-designed but attractive and easy-to-use.

    What you will learn from this book

    • How adding visual and interface design skills to your data access and business logic skills makes you a well-rounded and valuable developer
    • How properly structured navigation controls can not only allow for the globalization of your site but can increase the security of your pages through integration with the ASP.NET Membership API
    • How Master pages can be used to template the look and feel of your site and how other pages can then inherit them
    • How to make ASP.NET controls render accessible CSS code rather than tables
    • How to create a new theme for only mobile devices using new graphics, CSS rules, and master pages
    • A preview of Microsoft’s newest web developer technologies, including SilverLight and Visual Studio 2008

    Who this book is for

    ASP.NET developers who want to learn about using ASP.NET for web interface design. Examples are written in C# but should be easily understandable for experienced VB developers as well.

    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.Download:

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


    Full download


    Posted: September 14th, 2008, 8:52pm CEST

    Tags  [edit]


    • Hardcover: 360 pages
    • Publisher: Apress (May 30, 2007)
    • Language: English
    • ISBN-10: 1590597575

    Functional programming (FP) is the future of .NET programming, and F# is much more than just an FP language. Every professional .NET programmer needs to learn about FP, and there’s no better way to do it than by learning F#–and no easier way to learn F# than from Foundations of F#.

    If you’re already familiar with FP, you’ll find F# the language you’ve always dreamed of. And all .NET programmers will find F# an exciting real-world alternative to C# and Visual Basic. This book is likely to have many imitators, but few true competitors. Written by F# evangelist Rob Pickering, and tech reviewed by F#’s main designer, Don Syme, this is an elegant, comprehensive introduction to all aspects of the language and an incisive guide to using F# for real-world professional development. F# is the future of programming (not just on .NET), and the future is now.

    About the Author
    Robert Pickering is an extraordinarily prolific writer on F#. The F# Wiki on his Strangelights.com web site is among the most popular F# web sites in the world. He is a consultant for LexiFi, lives in France, and works on projects in England, Denmark, Holland, and Belgium. He received his bachelor’s of science in computer science from Manchester University in 1999.

    Download:

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


    Full download


    Posted: September 14th, 2008, 8:45pm CEST

    Tags  [edit]


    • Paperback: 288 pages
    • Publisher: Microsoft Press (June 20, 2007)
    • Language: English
    • ISBN-10: 0735623651

    Learn how to use the Microsoft .NET Micro Framework to develop applications for the next generation of embedded devices. Embedded programming is set to move into the mainstream as a variety of new device scome to market. A key embedded device enabled by Windows Vista(tm) that requires the .NET Micro Framework is Windows Side Show(tm), the external display that will be incorporated into many notebook computers. This reference shows developers how to use the .NET Micro Framework to create new applications for Windows Side Show displays and small,resource-constrained devices. With insights direct from the product team it covers essential topics, including interface design and managed drivers,device capabilities, and how to use emulation technologies. In addition, it delves into how to port key functionality from existing applications into other form factors. Ideal for developers with experience working with Microsoft Visual Studio- 2005 and Microsoft Visual C#-, this essential guide includes practical examples and code samples.

    DOwnload:

    http://w14.easy-share.com/6315611.html


    Full download


    Posted: September 14th, 2008, 8:44pm CEST

    Tags  [edit]


    • Paperback: 910 pages
    • Publisher: For Dummies (July 12, 2006)
    • Language: English
    • ISBN-10: 0471785989

    8 books in 1 — your key to ASP.NET 2.0 success!

    Your one-stop guide to building dynamic, interactive, HTML-based Web pages

    ASP.NET 2.0 can do a lot, so there’s a lot to understand. This handy volume replaces a whole shelf of programming books with the essentials you need, whether you’re an ASP.NET beginner or a pro looking for a quick reference guide. Get the scoop on C# and VB, databases, all the new features, and much more!

    Discover how to

    • Understand labels, text boxes, and validation controls
    • Work with HTML tags and client-side scripting
    • Code in C# or Visual Basic
    • Explore database programming and XML
    • Use the powerful .NET Framework

    Download:

    http://w14.easy-share.com/6269051.html


    Full download


    Posted: September 14th, 2008, 8:43pm CEST

    Tags  [edit]


    • Paperback: 1256 pages
    • Publisher: Wrox (June 5, 2007)
    • Language: English
    • ISBN-10: 0470124709

    Get ready to give your programming skills a boost by learning how to write robust applications in Visual Basic. This comprehensive resource not only takes you through the latest features of Visual Basic 2005 but also shows you how to apply this powerful language in the .NET Framework 3.0. Along the way, it provides you with sample code and best practices so you can quickly get started.

    The expert author team will help you easily make the transition to the newest version of Visual Basic. You’ll also examine full object orientation, new component techniques, and new visual tools for local and Internet interfaces. And you’ll find out how to access databases and utilize other technologies such as XML. You’ll then be able to create everything from traditional console and ASP.NET applications to XML Web Services.

    What you will learn from this book

    • Strategies for building new application types using Windows Presentation Foundation (WPF)
    • Debugging techniques so you can achieve optimal performance
    • Tips for creating applications and libraries based upon Windows Communication Foundation (WCF), Windows Workflow Foundation (WF), and Windows® CardSpace
    • How to work with namespaces, SQL Server, XML Web Services, and Windows Services
    • Ways to integrate security features from the .NET 3.0 Framework into your application
    • All about the Visual Studio 2005 IDE and advanced features of ASP.NET 3.0

    Who this book is for

    This book is for experienced Visual Basic developers who need to make the transition to the .NET 3.0 Framework.

    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.

    Enhance Your Knowledge

    Advance Your CareerDownload:

    http://w14.easy-share.com/6274561.html


    Full download