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

  • GitHub Copilot for Azure Gets Preview Glitches

    This reporter, recently accepted to preview GitHub Copilot for Azure, has thus far found the tool to be, well, glitchy.

  • New .NET 9 Templates for Blazor Hybrid, .NET MAUI

    Microsoft's fifth preview of .NET 9 nods at AI development while also introducing new templates for some of the more popular project types, including Blazor Hybrid and .NET MAUI.

  • What's Next for ASP.NET Core and Blazor

    Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has evolved into a mature, fully featured framework. Integral to the ASP.NET Core ecosystem, Blazor offers developers a unique combination of server-side rendering and rich client-side interactivity.

  • Nearest Centroid Classification for Numeric Data Using C#

    Here's a complete end-to-end demo of what Dr. James McCaffrey of Microsoft Research says is arguably the simplest possible classification technique.

  • .NET MAUI in VS Code Goes GA

    Visual Studio Code's .NET MAUI workload, which evolves the former Xamarin.Forms mobile-centric framework by adding support for creating desktop applications, has reached general availability.

Subscribe on YouTube