Programming .NET Security
Title | Programming .NET Security PDF eBook |
Author | Adam Freeman |
Publisher | "O'Reilly Media, Inc." |
Pages | 717 |
Release | 2003-06-27 |
Genre | Computers |
ISBN | 0596552270 |
With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. Yet, because a developer's carelessness or lack of experience can still allow a program to be used in an unintended way, Programming .NET Security shows you how the various tools will help you write secure applications.The book works as both a comprehensive tutorial and reference to security issues for .NET application development, and contains numerous practical examples in both the C# and VB.NET languages. With Programming .NET Security, you will learn to apply sound security principles to your application designs, and to understand the concepts of identity, authentication and authorization and how they apply to .NET security. This guide also teaches you to: use the .NET run-time security features and .NET security namespaces and types to implement best-practices in your applications, including evidence, permissions, code identity and security policy, and role based and Code Access Security (CAS) use the .NET cryptographic APIs , from hashing and common encryption algorithms to digital signatures and cryptographic keys, to protect your data. use COM+ component services in a secure manner If you program with ASP.NET will also learn how to apply security to your applications. And the book also shows you how to use the Windows Event Log Service to audit Windows security violations that may be a threat to your solution.Authors Adam Freeman and Allen Jones, early .NET adopters and long-time proponents of an "end-to-end" security model, based this book on their years of experience in applying security policies and developing products for NASDAQ, Sun Microsystems, Netscape, Microsoft, and others. With the .NET platform placing security at center stage, the better informed you are, the more secure your project will be.
Programming .NET Windows Applications
Title | Programming .NET Windows Applications PDF eBook |
Author | Jesse Liberty |
Publisher | "O'Reilly Media, Inc." |
Pages | 1249 |
Release | 2004 |
Genre | Computers |
ISBN | 0596003218 |
From the acclaimed authors of "Programming ASP.NET" comes this comprehensive tutorial on writing Windows applications for Microsoft's .NET platform.
Writing Secure Code
Title | Writing Secure Code PDF eBook |
Author | Michael Howard |
Publisher | Pearson Education |
Pages | 800 |
Release | 2003 |
Genre | Computers |
ISBN | 0735617228 |
Howard and LeBlanc (both are security experts with Microsoft) discuss the need for security and outline its general principles before outlining secure coding techniques. Testing, installation, documentation, and error messages are also covered. Appendices discuss dangerous APIs, dismiss pathetic excuses, and provide security checklists. The book explains how systems can be attacked, uses anecdotes to illustrate common mistakes, and offers advice on making systems secure. Annotation copyrighted by Book News, Inc., Portland, OR.
ASP.NET Core Security
Title | ASP.NET Core Security PDF eBook |
Author | Christian Wenz |
Publisher | Simon and Schuster |
Pages | 366 |
Release | 2022-07-26 |
Genre | Computers |
ISBN | 1633439984 |
ASP.NET Core Security teaches you the skills and countermeasures you need to keep your ASP.NET Core apps secure from the most common web application attacks. With this collection of practical techniques, you will be able to anticipate risks and introduce practices like testing as regular security checkups. You’ll be fascinated as the author explores real-world security breaches, including rogue Firefox extensions and Adobe password thefts. The examples present universal security best practices with a sharp focus on the unique needs of ASP.NET Core applications.
NET Programming
Title | NET Programming PDF eBook |
Author | Pradeep Kumar Tapadiya |
Publisher | Prentice Hall Professional |
Pages | 500 |
Release | 2002 |
Genre | Computers |
ISBN | 9780130669452 |
Tapadiya takes a straightforward, hands-on approach to explain everything readers need to know from development to deployment and maintenance for this platform--all from a developer's perspective. Using C# as the primary language, and with plenty of code examples throughout, this book is an excellent way to learn.
Programming Windows Security
Title | Programming Windows Security PDF eBook |
Author | Keith Brown |
Publisher | Addison-Wesley Professional |
Pages | 612 |
Release | 2000 |
Genre | Computers |
ISBN | 9780201604429 |
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.
Programming .NET Components
Title | Programming .NET Components PDF eBook |
Author | Juval Lowy |
Publisher | "O'Reilly Media, Inc." |
Pages | 644 |
Release | 2005-07-27 |
Genre | Computers |
ISBN | 0596102070 |
'Programming .NET Components', second edition, updated to cover .NET 2.0., introduces the Microsoft .NET Framework for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.