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.
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.
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.
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.
Programming in the .NET Environment
Title | Programming in the .NET Environment PDF eBook |
Author | Damien Watkins |
Publisher | Addison-Wesley Professional |
Pages | 564 |
Release | 2003 |
Genre | Computers |
ISBN | 9780201770186 |
Not only does this book describe the goals and architecture of the .NET Framework, but it also demonstrates how it implements facilities and services to meet these goals. This book shows developers how to produce generic frameworks, libraries, classes, and tools to be used in the .NET Framework.