Ajit Mungale - Böcker
Visar alla böcker från författaren Ajit Mungale. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
396 kr
Skickas inom 10-15 vardagar
Active Directory is at the heart of Windows 2000 and Windows 2003 Server. It is the central repository where Windows stores information on network resources and about users. To access Active Directory programmatically, you need to know about directory services programming. .NET gives programmers a whole new APIthe System.DirectoryServices namespacethat they can use to access Active Directory and other directory services. This API largely (and happily) replaces COM-based ADSI. Pro .NET Directory Services Programming shows you how to use the classes in the System.DirectoryServices namespace. The aim is not to give you a laundry list of classes with their methods and properties, but to enable you to focus on how to solve real problems, such as searching a directory for specific objects. After covering the general techniques for working with directory services in .NET, the book zooms in on three particular scenarios: managing users and groups, network administration, and working with Exchange Server.
606 kr
Skickas inom 10-15 vardagar
Networking is one of the core tasks of enterprise-level programming, and this book covers key concepts, like network programming in .NET with C#, and building network-based applications in .NET. You will gain confidence to use the classes shipped with .NET, and eventually implement your own application-level protocols. The text first overviews important background material, like physical network architecture, network protocols, the Open Systems Interconnection (OSI) model, streams in .NET, and stream access. Also covered in detail: socket programming complete with introduction, and descriptions for use in .NET. Finally, the book explores Internet programming, with a look at HTTP - the underlying protocol of e-mail and Internet. By the end of the book, you will also have learned to secure network communications in .NET.