In-Depth

Books: Secure Your .NET Apps

The .NET Developer''s Guide to Windows Security helps put you on your way to developing secure applications in .NET.

We live in a world where the majority of computers are connected and in need of some form of protection. Developers need to program with this in mind. The .NET Developer's Guide to Windows Security helps you do just that by providing reference information and examples about security-related coding issues.

The author Keith Brown begins by discussing the basic concepts of writing secure code and the thought process you need to develop it successfully. He addresses the most basic issues and increases the complexity gradually as the book progresses. Brown writes all the examples in Managed C++, which is unusual for most books using C#.

Brown covers Kerberos, SIDs, ACLs, and privileges in good detail, and he writes informative sections on impersonation and authentication, helping you determine when is a good time to use these features. Brown concentrates on network-based security issues throughout the majority of the book, though he also addresses some local-based issues as well.

I recommend this book for anyone who is security-conscious, but especially for those just getting started in developing in .NET. It's never too soon to think about how to make your applications secure. The examples are easy to follow, and the author provides a Web site where you can download examples. Security is never an easy subject to cover, but The .NET Developer's Guide to Windows Security manages the job well.


The .NET Developer's Guide to Windows Security
by Keith Brown
Addison Wesley
ISBN:
0321228359
Price: $44.99
Quick Facts: How to use the .NET Framework to develop code with security in mind.
Pros: Covers Kerberos, SIDs, ACLs, privileges, impersonation, and authentication in detail.
Cons: None.

About the Author

David Mack is a technical lead and consultant for the National Intelligence Division at Titan Systems. He has more than 10 years of experience in management and software engineering. Reach him at [email protected].

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube