This book teaches how to create dynamic websites using the free products
DotNetNuke 4.0 and Visual Web Developer 2005 Express. It's a book for
beginners and hobbyists, but and suggests how to tackle more advanced subjects
if desired.
The importance of data integrity in software development is emphasized, highlighting the critical role of application developers in managing the vast amounts of information in modern applications. The principle of "Garbage in, garbage out" serves as a reminder that the quality of input data directly affects the output, making verification and control essential for successful software projects.
"Internationalization and Localization Using Microsoft .NET" shows how to localize code using Visual Studio .NET. Author Nick Symonds is an experienced developer and project manager of Windows applications intended for use worldwide. Symmonds knows the advantages of localization in the design stage and the disadvantages of localizing a project after the fact. Both methods of localizing code are discussed in this book.VS .NET has quite a few tools available for the developer to aid in the localization process. These tools are discussed in depth, and the pros and cons of each are presented to the reader. Symmonds includes a comprehensive example of a resource editor that takes readers through writing this editor in both C# and VB .NET. This project is not only useful as a product in itself, but is also instructive in how to write fairly complicated code in both .NET languages.
The book explores DotNetNuke, a user-friendly programming framework designed for creating and deploying web projects in ASP.NET 2.0. It emphasizes accessibility for non-programmers, allowing them to utilize ASP.NET 2.0 features effectively. Additionally, it highlights the framework's seamless integration with various Microsoft products, such as SQL Server 2005 Express, enhancing its appeal as a robust solution for web development.