Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express


Book Description

DotNetNuke is a framework for creating and deploying web projects in ASP.NET 2.0. This book opens with detailed installation instructions for DotNetNuke, Visual Web Developer, and SQL Server 2005. This ensures that every reader, whatever their level or ability, has a working suite of tools that will see them through the rest of the book, and stand them in good stead throughout their ASP.NET 2.0 careers. Next come tutorials on creating and publishing an ASP.NET 2.0 website written in Visual Basic 2005, without excluding non-programmers who will be using the book to get up to speed on DotNetNuke.




Building Websites with VB.NET and DotNetNuke 4


Book Description

A practical guide to creating and maintaining your own DotNetNuke website, and developing new modules and skins.




Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express


Book Description

This book teaches you how to create your own dynamic websites using the free products DotNetNuke 4.0 and Visual Web Developer 2005 Express. It’s a book for beginners and hobbyists, people who don’t necessarily have a deep understanding of computer systems, but who never the less want to get the job done and create a website that will be of value to their lives or businesses. After reading this book, and for no additional outlay, they will be able to create a website on their computer that is virtually indistinguishable from one that cost thousands from a professional firm. All they need to do then is host it.




Professional DotNetNuke 4


Book Description

DotNetNuke is a powerful open source framework that creates and deploys robust modules on the ASP.NET platform. Written by its core team of developers, this book will provide you with the tools and insight you'll need to install, configure, and develop your own stunning Web applications using DotNetNuke 4. You'll first gain an inside look into the history of this project as well as the basic operations of a DotNetNuke portal. You'll then find detailed information on how the application is architected and how you can extend it by building modules and skins. With this information, you'll be able to complete projects such as commercial Web sites, corporate intranets and extranets, online publishing portals, and custom vertical applications. What you will learn from this book The latest features and functionality of DotNetNuke 4 for ASP.NET 2.0 The best way to install DotNetNuke on the server Proven tips for managing and administering a DotNetNuke portal How to dramatically enhance your Web site's user interface using skins Techniques for extending the portal framework Ways to create a unique look for your porta Who this book is for This book is for the nondeveloper or administrator who wants to dive into the exciting DotNetNuke framework. It is also for experienced ASP.NET developers who want to use DotNetNuke to build dynamic ASP.NET sites or create add-ins to DotNetNuke. 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.




Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express


Book Description

DotNetNuke is a framework for creating and deploying web projects in ASP.NET 2.0. This book opens with detailed installation instructions for DotNetNuke, Visual Web Developer, and SQL Server 2005. This ensures that every reader, whatever their level or ability, has a working suite of tools that will see them through the rest of the book, and stand them in good stead throughout their ASP.NET 2.0 careers. Next come tutorials on creating and publishing an ASP.NET 2.0 website written in Visual Basic 2005, without excluding non-programmers who will be using the book to get up to speed on DotNetNuke.







Agile Principles, Patterns, and Practices in C#


Book Description

With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#. This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors’ Web site. Readers will come away from this book understanding Agile principles, and the fourteen practices of Extreme Programming Spiking, splitting, velocity, and planning iterations and releases Test-driven development, test-first design, and acceptance testing Refactoring with unit testing Pair programming Agile design and design smells The five types of UML diagrams and how to use them effectively Object-oriented package design and design patterns How to put all of it together for a real-world project Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst, Agile Principles, Patterns, and Practices in C# is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.




Real-World Functional Programming


Book Description

Functional programming languages like F#, Erlang, and Scala are attractingattention as an efficient way to handle the new requirements for programmingmulti-processor and high-availability applications. Microsoft's new F# is a truefunctional language and C# uses functional language features for LINQ andother recent advances. Real-World Functional Programming is a unique tutorial that explores thefunctional programming model through the F# and C# languages. The clearlypresented ideas and examples teach readers how functional programming differsfrom other approaches. It explains how ideas look in F#-a functionallanguage-as well as how they can be successfully used to solve programmingproblems in C#. Readers build on what they know about .NET and learn wherea functional approach makes the most sense and how to apply it effectively inthose cases. The reader should have a good working knowledge of C#. No prior exposure toF# or functional programming is required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.




Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express


Book Description

This book teaches you how to create your own dynamic websites using the free products DotNetNuke 4.0 and Visual Web Developer 2005 Express. It’s a book for beginners and hobbyists, people who don’t necessarily have a deep understanding of computer systems, but who never the less want to get the job done and create a website that will be of value to their lives or businesses. After reading this book, and for no additional outlay, they will be able to create a website on their computer that is virtually indistinguishable from one that cost thousands from a professional firm. All they need to do then is host it.




C++/ Cli In Action


Book Description

C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You ll learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries.