Pro .NET Directory Services Programming


Book Description

* People who are interested in accessing directory services (and particularly Active Directory) from .NET code: 1. System administrators who need to write code to automate Active Directory and/or Exchange related tasks. 2. Developers who need to access objects in a directory service programmatically. * The only book dedicated to Directory Service programming on the .NET platform. * Goes beyond theory to show real uses of Directory Service programming, such as automated administration of users and groups, network resources such as computers and printers, and Exchange mailboxes. * Contains many real applications that can be used to perform directory service administration tasks.




Professional C# 2005


Book Description

Professional C# 2005 prepares you to program in C#, and it provides the necessary background information on how the .NET architecture works. It provides examples of applications that use a variety of related technologies, including database access, dynamic web pages, advanced graphics, and directory access. The only requirement is that you are familiar with at least one other high-level language used on Windows—either C++, VB, or J++. It starts with a tutorial on C# and the .NET framework. This introduction assumes no prior knowledge of .NET, but it does move rapidly, on the assumption that the reader is an experienced programmer. Once this background knowledge is established, the book starts to sweep through the vast .NET class library, showing how you can use C# to solve various tasks. This comprehensive coverage is one of the key selling points of previous versions of the book, and is maintained and enhanced with this new edition by adding new chapters on Generics, ObjectSpaces, Yukon, and Indigo. Some reference material is included either as appendices or is available to download from the Wrox website. After the introduction and initial chapter, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas. Coverage includes: Writing Windows applications and Windows services Writing web pages and web services with ASP.NET Manipulating XML using C# 2005 Understanding .NET Assemblies Using ADO.NET to access databases Integration with COM, COM+, and Active Directory Distributed applications with .NET Remoting Generating graphics using C# 2005 Accessing files and the Registry, and controlling .NET security




WSH and ADSI Administrative Scripting


Book Description

This title will offer the reader instruction and plenty of example code listings for developing administrative scripts with VBScript or JScript scripting languages. "WSH and ADSI Administrative Scripting" will give network administrators the knowledge and tools to develop time-saving scripts that will automate time-consuming tasks.




PRO PHP PROG,


Book Description

This publication covers middle-tier programming with PHP, a server-side, HTML-embedded scripting language. It features: practical experience and techniques, definitive coverage of core PHP language and database addressing, and LDAP connectivity addressing.




Professional C# 4.0 and .NET 4


Book Description

This is the ultimate guide to C# 4 and the .NET 4 framework. Updated with more coverage of intermediate and advanced features, new examples, and detailed discussions of recent language and framework additions, this book covers everything you will need to know about C# and putting it to work. You will also find in-depth reviews of various topics including traditional Windows programming, working in Visual Studio 2010 with C#, base Class Libraries, and communication with Enterprise Services among others.




Pro MSMQ


Book Description

This will be the only book on the market with in-depth coverage of using Message Queuing from .NET code – it won't just be the number one in its category; it will be the only book in its category. * The only book targeted at developers with in-depth coverage of MSMQ 3.0 and MSMQ triggers * The only MSMQ book that covers working with the PocketPC Covers VB, C++, and C# and will appeal to all developers using MSMQ, no matter what language they use Highlights problems such as the lack of support for the System. Messaging namespace in the .NET Compact Framework and shows how to get around the problems




Windows 2000 Professional Handbook


Book Description

Focusing on the needs of the technical professional who is responsible for a series of Windows NT and Windows 2000 systems, The Windows 2000 Professional Handbook is designed to be both a handy desk reference in addition to a textbook for MCSE courses. This book provides readers with insights into how Microsoft's latest enterprise-based operating system solves the connectivity challenges with hands-on examples and cases that arise in organizations running multiple operating systems.




Inside Active Directory


Book Description

Inequality in Education: Comparative and International Perspectives is a compilation of conceptual chapters and national case studies that includes a series of methods for measuring education inequalities. The book provides up-to-date scholarly research on global trends in the distribution of formal schooling in national populations. It also offers a strategic comparative and international education policy statement on recent shifts in education inequality, and new approaches to explore, develop and improve comparative education and policy research globally. Contributing authors examine how education as a process interacts with government finance policy to form patterns of access to education services. In addition to case perspectives from 18 countries across six geographic regions, the volume includes six conceptual chapters on topics that influence education inequality, such as gender, disability, language and economics, and a summary chapter that presents new evidence on the pernicious consequences of inequality in the distribution of education. The book offers (1) a better and more holistic understanding of ways to measure education inequalities; and (2) strategies for facing the challenge of inequality in education in the processes of policy formation, planning and implementation at the local, regional, national and global levels.




Professional C#


Book Description

C# is designed to work with .NET to provide a new framework for programming on the Windows® platform. This comprehensive reference prepares you to program in C#, while at the same time providing the necessary background in how the .NET architecture works. In this all-new third edition, you’ll be introduced to the fundamentals of C# and find updated coverage of application deployment and globalization. You’ll gain a working knowledge of the language and be able to apply it in the .NET environment, build Windows forms, access databases with ADO.NET, write components for ASP.NET, take advantage of .NET support for working with COM and COM+, and much more. Here is the complete C# resource for developers, packed with code and examples that have been updated for the latest release – the .NET Framework 1.1 and Visual Studio .NET 2003. What you will learn from this book How to program in the object-oriented C# language Methods for manipulating XML using C# Integration with COM, COM+, and Active Directory How to write Windows applications and Windows services Distributed applications with .NET Remoting An understanding of .NET Assemblies How to generate graphics with C# Ways to control .NET security, and much more Who this book is for This book is for experienced developers who are already familiar with C++, Visual Basic, or J++. No prior knowledge of C# is required. 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.




Professional Apache Tomcat


Book Description

What is this book about? Tomcat is an open source web server that processes JavaServer Pages and Java Servlets. It can run as a stand-alone server or be integrated with Apache. Like Apache, the core Tomcat program is relatively simple, but there are many enhancements that can be added to make it much more complex. What does this book cover? You will learn how to integrate Tomcat with the Apache HTTP server (and the situations when you should and you shouldn't), how to set up database connectivity through JDBC, and how to ensure your web applications are secure. This book will provide you, the server administrator, with the necessary knowledge to install and configure Tomcat, as well as many of the most popular enhancements to the Tomcat package. It will help you plan the installation and possible growth options of your site. Here are just a few of the things you'll find covered in this book: Tomcat 3.x, Tomcat 4.0.x, and Tomcat 4.1.x The Tomcat architecture Tomcat installation and configuration Apache and Tomcat integration using the AJP and WARP connectors Tomcat security with SSL, realms, and the Java Security Manager Shared Tomcat hosting, server load testing, and load balancing Managing and administering web applications JDBC with Tomcat Ant and Log4j It will also cover some of the tools that can be integrated with Tomcat, such as Ant (for automatically building web applications) and Log4J (for advanced logging). Who is this book for? This book is for professionals working with Java web applications. It assumes a certain knowledge of the JSP and Servlet technologies, but only from an administrator's point of view. Knowledge of databases, XML, HTML, networking, and general administrative techniques is also assumed.