This book is aimed at .NET developers and architects who want to quickly get up to speed with all that Silverlight 2 has to offer. As well as covering the breadth of features that Silverlight 2 provides, this book makes a point of demonstrating where necessary how the particular feature can be integrated tightly with the ASP.NET host application. An example is in Chapter 7, where the ASP.NET Profile service is utilized directly from within Silverlight to obtain user-specific data.



With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. 


Most books on object oriented programming go into the basics of encapsulation, polymorphism and inheritance. It doesn't matter whether it's a strongly typed language like Java or C#, or a dynamically typed language like Python or PHP, the handling of object orientation follows a similar pattern. However, in the real world the challenges of maximising code reuse, easing maintenance and above all making software that is truly flexible requires code that is componentised - that is code that makes as much use of interfaces as it does object inheritance.

As the .NET Framework and Common Language Runtime (CLR) continue to mature in terms of platform adoption, robustness, reliability, and feature richness, developers have an increasing need to understand the foundation on top of which all managed code runs. This book looks at the underlying platform commonalities that all developers can use, regardless of language choice or development tools. This includes languages such as C#, Visual Basic,® C++/CLI, and others.

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.

.NET represents a new and improved way of developing software for the Windows platform. Given the chance, youd probably rewrite all of your existing code in the newer managed code environment that .

Essential ASP.NET with Examples in Visual Basic .NET" is the Visual Basic programmer's definitive reference for ASP.NET through version 1.1. It provides experienced programmers with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well-architected Web applications.
This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in VB.NET.
The Microsoft .NET Framework is exactly what its name implies: A general system onto which a lot of application-specific technologies are stuck. Essential ASP.NET With Examples in C# assumes you know something about the .NET way of doing things, and want to know more about how you can use its ASP.NET facet to implement robust and stylish Web applications. Fritz Onion, in a manner typical of this series, introduces key ASP.NET concepts logically, and with lots of code listings that make it clear how the concepts should be translated into reality.

Agile and iterative methods have emerged as the most popular approaches to software development, and with good reason. Research (examined and cited in detail within this book) shows that iterative methods reduce the risk of failure, compared to traditional models of development. This book is an efficient introduction for both managers and practitioners that need a distilled and carefully organized learning aid for the hands-on practices from planning to requirements to testing and the values that define these methods. The author also provides evidence of the value of switching to agile and iterative methods. By studying this book, the reader will learn to apply the key ideas in agile and iterative development, the details and comparison of four influential iterative methods (Scrum, Extreme Programming, Evo, and the Unified Process), answers to frequently asked questions, and important related management skills. The book's goal is quality information that can be quickly understood and applied.
File size: 2.42 MB
Download
Sams Teach Yourself ASP.NET in 21 Days, Second Edition offers an approachalbe guide to the latest in Microsoft .NET technologies. The author’s example-packed and accessible presentation style helped make the previous edition a success. The book walks the reader through the .NET Framework and teaches techniques needed to program Web applications efficiently. For experienced user of the previous version of ASP, this title will serve as an invaluable “upgrade” tool. After covering Web Forms and Server Controls, the author explores at database access with ADO.NET and XML. An application will be built throughout the book to illustrate techniques learned each day. XML Web Services are covered in detail due to their tight integration with ASP.NET applications. Overall this title will make ASP.NET accessible for just about anyone, with or without exposure to the older ASP standard.



File size: 8.64 MB


Download
The landscape of doing SharePoint development has changed considerably in the last year, with the release of SharePoint Server 2007 and its related technologies. You need a contemporary reference to stay on top of the latest ways to combine .NET development techniques with your SharePoint development techniques, and SharePoint 2007 Development Techniques is your guide.
What makes this book unique are the topics that have never before been discussed in a SharePoint 2007 context. Learn how to incorporate the latest trends, capabilities, and enhancements in your daily SharePoint development activities.
What you’ll learn
Using Windows Workflow Foundation to create workflows in SharePoint Designer
Integrating business messaging with BizTalk Server 2006 into your SharePoint sites
Developing list item relationships via a feature
Creating and sharing database data by combining SharePoint with SQL Server 2005 Reporting Services
Constructing queries using SQL full-text extensions
Who is this book for?
This book is targeted to SharePoint developers who want to learn about combining new .NET technologies with Microsoft Office SharePoint Server 2007.
If you're considering the vastly improved 2007 version of SharePoint, this concise, practical and friendly guide will teach you how to get the most from the latest version of Microsoft's information-sharing and collaboration platform. Essential SharePoint 2007 demonstrates how your business can use SharePoint to control documents, structure workflow, and share information over the Web using standard tools business users already know -- Microsoft Office and Internet Explorer.Written in a conversational tone by internationally recognized SharePoint consultant and trainer Jeff Webb, this book helps SharePoint administrators, site owners, and power users quickly gain the skills necessary to perform a wide variety of tasks for intranet and extranet web sites, and explains what's new in SharePoint 2007 for experienced SharePoint 2003 administrators. Essential SharePoint 2007 teaches you how to:
Use SharePoint 2007 with Outlook, Word and Excel, and as a document management tool, replacing, for example, shared network drives with libraries
Build and customize sites, lists, libraries and web parts for intranets and extranets
Use SharePoint 2007 for team communication through blogs, wikis, surveys, and RSS and email alerts
Build a SharePoint workflow application
Create and program web parts in order to deliver custom services and data to a site
Deploy and administer SharePoint 2007 Each chapter ends with a summary of best practices advocated by the author, and the first few chapters of the book are ideal as training materials for end users. Later chapters give developers and administrators tools not only to keep company sites running smoothly, but also to customize and extend them. The book also contains several appendices with a glossary of terms and hard-to-find information.Essential SharePoint 2007 is a one-stop task-oriented guide for learning what's necessary to make this tool a vital part of team productivity.

  • Ajax is one of the hottest changes in Web development methods in years; Microsoft's ASP.NET 2.0 AJAX (formerly known as "Atlas") provides Ajax add-ins for ASP.NET developers, and this comprehensive Wrox reference offers coverage of all the ASP.NET 2.0 AJAX pieces
  • Readers will find the hands-on, code-based technical discussions they need on ASP.NET 2.0 AJAX client-side Framework, writing OO-style JavaScript code, using ASP.NET 2.0 AJAX client-side controls, ASP.NET 2.0 AJAX XML, and advanced ASP.NET 2.0 AJAX topics including how ASP.NET 2.0 AJAX uses the ASP.NET 2.0 server control architecture
  • ASP.NET developers will learn to add Ajax techniques into the ASP.NET applications by prebuilding some of the underlying components and using a standardized tool-set
  • The definitive guide to Microsoft Office SharePoint Server 2007
    "This well-planned and well-written book offers a comprehensive reference for IT professionals, application developers and business analysts working with SharePoint applications." --James A. Robertson, MCSD.NET, Senior Software Engineer, Applied Information Sciences

    Deploy and manage Microsoft Office SharePoint Server 2007 in the enterprise with help from this one-stop resource. Through detailed instructions, screenshots, and code samples, this comprehensive guide shows you, step-by-step, how to use SharePoint Server and make the most of all its powerful tools and utilities.

    Microsoft Office SharePoint Server 2007: The Complete Reference explains how to develop a customized installation plan, configure the server for optimal performance, and administer users, documents, and content. You'll get full details on designing feature-rich portals and collaboration sites, creating user-friendly forms and workflows, using modular Web Parts, and incorporating business data.

    Install and configure SharePoint Server for the entire enterprise
    Manage the server from the Central Administration site
    Design SharePoint Server portals, websites, lists, and document libraries
    Work with SharePoint Web Parts or build your own
    Ensure cross-site consistency using site columns and content types
    Create site definitions and templates using SharePoint Designer and Visual Studio
    Build custom workflows using SharePoint Designer
    Extend SharePoint Server using the Object Model and Event Receivers
    Import and map enterprise information using the Business Data Catalog
    Use the advanced services of Office Search and Excel Web Services
    17.24 MB

    This title is the complete programming reference for intermediate and expert developers who want to create .NET applications with Visual C++ and the .NET Framework. Focusing on core programming techniques, instructions, and solutions, this book is designed to help developers who are already familiar with Visual C++ discover what's new in Visual C++.NET and learn how to use the language and their programming skills with the Windows operating system to produce a new generation of killer .NET applications. An enhanced eBook in Microsoft Help 2 format, extensive real-world programming examples, and reusable code on a companion CD-ROM all give readers the complete answers they need to solve specific .NET coding problems faster.faster. 14.25 MB. Download

    12.11 MB
    Download

    Must Read

    Ads by Smowtion

    adf.ly - shorten links and earn money!

    Total Pageviews