Author:
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 568
Book Description
Windows Developer's Journal
Author:
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 568
Book Description
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 568
Book Description
Windows/DOS Developer's Journal
Author:
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 100
Book Description
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 100
Book Description
Unauthorized Windows 95
Author: Andrew Schulman
Publisher: Programmers Press
ISBN: 9781568841694
Category : Computers
Languages : en
Pages : 650
Book Description
This is the first look at Chicago and the effect it will have on the way people develop software. The book shows programmers how to use VxDs to their full advantage, and it includes a 3.5" high-density disk containing various utilities that allow programmers to look inside the Windows operating system.
Publisher: Programmers Press
ISBN: 9781568841694
Category : Computers
Languages : en
Pages : 650
Book Description
This is the first look at Chicago and the effect it will have on the way people develop software. The book shows programmers how to use VxDs to their full advantage, and it includes a 3.5" high-density disk containing various utilities that allow programmers to look inside the Windows operating system.
Programming Windows Security
Author: Keith Brown
Publisher: Addison-Wesley Professional
ISBN: 9780201604429
Category : Computers
Languages : en
Pages : 612
Book Description
Windows 2000 and NT offer programmers powerful security tools that few developers use to the fullest -- and many are completely unaware of. In Programming Windows Security, a top Windows security expert shows exactly how to apply them in enterprise applications. Keith Brown starts with a complete roadmap to the Windows 2000 security architecture, describing every component and how they all fit together. He reviews the "actors" in a secure system, including principals, authorities, authentication, domains, and the local security authority; and the role of trust in secure Windows 2000 applications. Developers will understand the security implications of the broader Windows 2000 environment, including logon sessions, tokens, and window stations. Next, Brown introduces Windows 2000 authorization and access control, including groups, aliases, roles, privileges, security descriptors, DACLs and SACLs - showing how to choose the best access strategy for any application. In Part II, he walks developers through using each of Windows 2000's security tools, presenting techniques for building more secure setup programs, using privileges at runtime, working with window stations and user profiles, and using Windows 2000's dramatically changed ACLs. Finally, Brown provides techniques and sample code for network authentication, working with the file system redirector, using RPC security, and making the most of COM/COM+ security.
Publisher: Addison-Wesley Professional
ISBN: 9780201604429
Category : Computers
Languages : en
Pages : 612
Book Description
Windows 2000 and NT offer programmers powerful security tools that few developers use to the fullest -- and many are completely unaware of. In Programming Windows Security, a top Windows security expert shows exactly how to apply them in enterprise applications. Keith Brown starts with a complete roadmap to the Windows 2000 security architecture, describing every component and how they all fit together. He reviews the "actors" in a secure system, including principals, authorities, authentication, domains, and the local security authority; and the role of trust in secure Windows 2000 applications. Developers will understand the security implications of the broader Windows 2000 environment, including logon sessions, tokens, and window stations. Next, Brown introduces Windows 2000 authorization and access control, including groups, aliases, roles, privileges, security descriptors, DACLs and SACLs - showing how to choose the best access strategy for any application. In Part II, he walks developers through using each of Windows 2000's security tools, presenting techniques for building more secure setup programs, using privileges at runtime, working with window stations and user profiles, and using Windows 2000's dramatically changed ACLs. Finally, Brown provides techniques and sample code for network authentication, working with the file system redirector, using RPC security, and making the most of COM/COM+ security.
Windows Undocumented File Formats
Author: Pete Davis
Publisher: Gulf Professional Publishing
ISBN: 9780879304379
Category : Computers
Languages : en
Pages : 324
Book Description
This book and companion disk are designed for accomplished programmers who understand the Windows environment and want to optimize their files. The text will especially benefit tool developers, multimedia developers, and graphic tool developers.
Publisher: Gulf Professional Publishing
ISBN: 9780879304379
Category : Computers
Languages : en
Pages : 324
Book Description
This book and companion disk are designed for accomplished programmers who understand the Windows environment and want to optimize their files. The text will especially benefit tool developers, multimedia developers, and graphic tool developers.
Windows Developer Power Tools
Author: James Avery
Publisher: "O'Reilly Media, Inc."
ISBN: 0596527543
Category : Computers
Languages : en
Pages : 1308
Book Description
A wealth of open and free software is available today for Windows developers who want to extend the development environment, reduce development effort, and increase productivity. This encyclopedic guide explores more than 100 free and open source tools available to programmers who build applications for Windows desktops and servers.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596527543
Category : Computers
Languages : en
Pages : 1308
Book Description
A wealth of open and free software is available today for Windows developers who want to extend the development environment, reduce development effort, and increase productivity. This encyclopedic guide explores more than 100 free and open source tools available to programmers who build applications for Windows desktops and servers.
Windows 8 and Windows Phone 8 Game Development
Author: Adam Dawes
Publisher: Apress
ISBN: 1430258365
Category : Computers
Languages : en
Pages : 499
Book Description
Demonstrates how games that will run on all Windows 8 devices can be developed using C# and XAML. Covers the whole game development experience from initial setup and game design through to user interface design, coding, and deployment to the Windows Store. Intended for users who are already familiar with programming one of the two main managed Visual Studio languages, C# or Visual Basic.NET.
Publisher: Apress
ISBN: 1430258365
Category : Computers
Languages : en
Pages : 499
Book Description
Demonstrates how games that will run on all Windows 8 devices can be developed using C# and XAML. Covers the whole game development experience from initial setup and game design through to user interface design, coding, and deployment to the Windows Store. Intended for users who are already familiar with programming one of the two main managed Visual Studio languages, C# or Visual Basic.NET.
Software Development
Author:
Publisher:
ISBN:
Category : Computer software
Languages : en
Pages : 740
Book Description
Publisher:
ISBN:
Category : Computer software
Languages : en
Pages : 740
Book Description
InfoWorld
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 78
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Publisher:
ISBN:
Category :
Languages : en
Pages : 78
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Programming the Microsoft Windows Driver Model
Author: Walter Oney
Publisher:
ISBN: 9780735605886
Category : Computer programming
Languages : en
Pages : 0
Book Description
The Microsoft Windows driver model (WDM) supports Plug and Play, provides power management capabilities, and expands on the driver/minidriver approach. Written by long-time device-driver expert Walter Oney in cooperation with the Windows kernel team, this book provides extensive practical examples, illustrations, advice, and line-by-line analysis of code samples to clarify real-world driver-programming issues. It's also been updated with the latest details about the driver technologies in Windows XP and Windows 2000, plus more information about how to debug drivers. Book jacket.
Publisher:
ISBN: 9780735605886
Category : Computer programming
Languages : en
Pages : 0
Book Description
The Microsoft Windows driver model (WDM) supports Plug and Play, provides power management capabilities, and expands on the driver/minidriver approach. Written by long-time device-driver expert Walter Oney in cooperation with the Windows kernel team, this book provides extensive practical examples, illustrations, advice, and line-by-line analysis of code samples to clarify real-world driver-programming issues. It's also been updated with the latest details about the driver technologies in Windows XP and Windows 2000, plus more information about how to debug drivers. Book jacket.