Vous voulez voir cette page en français ? Cliquez ici.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
25 used & new from CDN$ 33.16

Have one to sell? Sell yours here
 
   
Professional DotNetNuke Module Programming
 
 

Professional DotNetNuke Module Programming (Paperback)

by Mitchel Sellers (Author), Shaun Walker (Series Editor)
No customer reviews yet. Be the first.
List Price: CDN$ 59.99
Price: CDN$ 37.79 & eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details
You Save: CDN$ 22.20 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.

Only 3 left in stock--order soon (more on the way).

18 new from CDN$ 33.16 7 used from CDN$ 60.63

Frequently Bought Together

Professional DotNetNuke Module Programming + Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET + Beginning DotNetNuke Skinning and Design
Total List Price: CDN$ 167.97
Price For All Three: CDN$ 105.81

Show availability and shipping details

  • This item: Professional DotNetNuke Module Programming by Mitchel Sellers

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details

  • Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET by Shaun Walker

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details

  • Beginning DotNetNuke Skinning and Design by Andrew Hay

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details


Customers Who Bought This Item Also Bought

Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET

Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET

by Shaun Walker
CDN$ 37.79
Beginning DotNetNuke Skinning and Design

Beginning DotNetNuke Skinning and Design

by Andrew Hay
CDN$ 30.23
DotNetNuke 5 User's Guide: Get Your Website Up and Running

DotNetNuke 5 User's Guide: Get Your Website Up and Running

by Christopher J. Hammond
CDN$ 34.01
DotNetNuke Websites Problem Design Solution

DotNetNuke Websites Problem Design Solution

by Shaun Walker
CDN$ 37.79
Professional ASP.NET 3.5: In C# and VB

Professional ASP.NET 3.5: In C# and VB

by Bill Evjen
CDN$ 41.57
Explore similar items

Product Details


Product Description

Product Description

This book was written to provide insight into the development techniques needed (and the options available) to work within the DotNetNuke framework. Emphasis is placed on the available methods to extend the framework, as well as the situations and rules governing when each respective extension model should be used. Along with this emphasis on selecting the right extension method, the book stresses the importance of leveraging the framework in as many areas as possible, and ultimately using the framework to the advantage of the developer, rather than merely working with it.

One current weakness of the DotNetNuke framework is developer documentation. The framework provides developers with numerous amazing methods to extend the framework and build truly robust applications, but as of this writing, minimal API documentation exists, and overall development topics are scattered all over the Internet. Many community members have helped to supplement this lack of developer content by writing blog articles and technical tutorials to help teach the individual concepts, but because there is no central repository, it can be tedious and difficult to find just what you need.

This book helps truly identify and document some excellent new features that are supported starting with DotNetNuke 5.0. The inclusion of jQuery exposes developers to a great JavaScript library that will enable interactive and animated interfaces to be created easily. The new Module Packaging system (discussed in detail in Appendix D) provides module developers and skin designers with many much-needed options when it comes to deploying applications. This book was written to expose this information, and to function as a key resource for the development community.

This book assumes that the reader has a working knowledge of standard ASP.NET development techniques and terminologies. Samples in the book are provided in both C# and Visual Basic (VB) to enable readers with diverse backgrounds to fully understand the concepts presented. Users do not need to have a comprehensive understanding of DotNetNuke prior to using this book because the early chapters discuss the configuration of both DotNetNuke and the development environment, and careful consideration has been taken to ensure that DotNetNuke-specific terminology is explained as the book progresses.

Readers already familiar with DotNetNuke 4.x development will find this book valuable because it introduces many of the new features of the latest software version, although some of the beginning chapters for these readers will be redundant because the overall concepts of environment configuration and basic interface elements have not changed from 4.x to 5.x. Differences between versions 4.x and 5.x are pointed out as appropriate.

As the title implies, this book primarily covers development techniques within the DotNetNuke 5.x platform. The chapters point out similarities and differences between the 4.x and 5.x platforms, enabling readers to apply some newer concepts to the older technology. Although this book primarily focuses on the concept of module development, it discusses other extension models as well, such as skin objects and authentication providers. Also covered in this book are recommended practices for successful integration with the framework.

This book begins with an introduction to development within DotNetNuke. The discussions walk you through DotNetNuke setup, terminology, development environment setup, and options for .NET project setup.

The book then presents a scenario-based model to introduce basic concepts of module development. This is accomplished by building a simple guestbook module that demonstrates how individual portions interact with one another. The discussion lays the foundation for the most basic elements of development within DotNetNuke. Later in the book, you learn about the more advanced module programming concepts, such as optional interfaces and DotNetNuke user controls. This discussion additionally introduces other extension methods, such as authentication providers and skin objects, as well as best practices.

In short, the main content of the book creates a working model that guides you through the most common development scenarios; at the same time, it provides the detail needed to tightly integrate custom code with the framework.

The appendixes provide supplemental information to what is contained in the chapters. This is material that, while not critical to an understanding of the individual chapters, is nonetheless important. The appendixes include items such as community resources and general DotNetNuke configuration items, as well as a detailed look at the new module manifest and a few key integration API points that are not well documented overall.



From the Back Cover

Professional DotNetNuke® Module Programming

As the force behind the creation of new functionality to DotNetNuke Web sites, DotNetNuke modules are reusable programming components that offer a way to extend the basic DotNetNuke framework. With this resource, you'll learn the best practices for DotNetNuke module development, and you'll gain a clear understanding of the development techniques needed to work within the DotNetNuke framework.

This book begins with a look at development within DotNetNuke. The book walks you through DotNetNuke setup, terminology, development environment setup, and options for .NET project setup. You'll gradually move on to discussions of more advanced module programming concepts, such as optional interfaces and DotNetNuke user controls. A scenario-based model introduces other extension methods (such as authentication providers and skin objects), and demonstrates how to communicate with the API. Real-world examples throughout serve to enhance your grasp of ways to successfully market and distribute a completed DotNetNuke module.

What you will learn from this book

  • How to properly create requirements for a DotNetNuke module project

  • How to create modules that support static text localization

  • Why it is important to adhere to the API, and how to take full advantage of it

  • How to tightly and safely integrate custom code with the framework

  • Techniques for packaging, installing, and debugging modules

  • Tips for dealing with third-party components and controls

  • Tips for working with both DotNetNuke 4.x and 5.x

  • Implementation details for various Ajax frameworks, including jQuery and ASP.NET Ajax

l An understanding of alternative integration options such as authentication providers and skin objects

Who this book is for

This book is for DotNetNuke users of all levels of experience who are looking to expand their expertise. A knowledge of DotNetNuke is not required, but will be helpful.

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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What do customers ultimately buy after viewing this item?

Professional DotNetNuke Module Programming
54% buy the item featured on this page:
Professional DotNetNuke Module Programming
CDN$ 37.79
Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET
32% buy
Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET
CDN$ 37.79
Beginning DotNetNuke Skinning and Design
9% buy
Beginning DotNetNuke Skinning and Design
CDN$ 30.23
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0
2% buy
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0
CDN$ 27.71

Customer Reviews


There are no customer reviews yet.
Video reviews
Video reviews
Amazon now allows customers to upload product video reviews. Use a webcam or video camera to record and upload reviews to Amazon.



Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.