.NET news » Security Security Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 >
.NET Security and Cryptography (Integrated .NET Series from Object Innovations)
Authors: Peter Thorsteinson, G. Gnana Arun Ganesh
Average rating: 4.5 / 3
(3 reviews)
More .NET Security books
download
Security Briefs: Security Features in WSE 3.0
Security Briefs: Security Features in WSE 3.0
11 Oct 2005, 03:00:00   Source: Security Briefs: Security Features in WSE 3.0   Tags: Security
Learning Paths for Security
Use these learning paths to find a range of Microsoft training references and resources on security threats and appropriate countermeasures. These paths provide information on security planning, prevention, detection, and response.
4 Oct 2005, 20:55:41   Source: Learning Paths for Security   Tags: Security
High Availability: Keep Your Code Running with the Reliability Features of the .NET Framework
Reliability requires the capacity to execute a sequence of operations in a deterministic way, even under exceptional conditions. This allows you to ensure that resources are not leaked and that you can maintain state consistency without relying on application domain unloading (or worse, process restarts) to fix any corrupted state. Unfortunately, in the.NET Framework, not all exceptions are deterministic and synchronous, which makes it difficult to write code that is always deterministic in its ability to execute a predetermined sequence of operations. In this article Stephen Toub will show you why, and explore features of the .NET Framework 2.0 that help you to mitigate these situations and write more reliable code.
13 Sep 2005, 03:00:00   Source: High Availability: Keep Your Code Running with the...   Tags: Security Bugs
Security Briefs: Credentials and Delegation
Security Briefs: Credentials and Delegation
9 Aug 2005, 03:00:00   Source: Security Briefs: Credentials and Delegation   Tags: Security Bugs
Hackers Beware: Keep Bad Guys at Bay with the Advanced Security Features in SQL Server 2005
Get a peek at the new security features in SQL Server 2005 from a developer's point of view. While there are lots of admin enhancements, there are also plenty of dev-specific security improvements you can take advantage of, such as endpoint authentication and support for the security context of managed code that executes on the server. Here Don Kiely elucidates.
Security Briefs: Customizing GINA, Part 2
Security Briefs: Customizing GINA, Part 2
10 May 2005, 03:00:00   Source: Security Briefs: Customizing GINA, Part 2   Tags: Security
Security Briefs: Customizing GINA, Part 1
Security Briefs: Customizing GINA, Part 1
12 Apr 2005, 03:00:00   Source: Security Briefs: Customizing GINA, Part 1   Tags: Security
Security: Manipulate Privileges in Managed Code Reliably, Securely, and Efficiently
When the author was faced with implementing support for changing a security descriptor on an object, he noticed there was not support for that operation in .NET. So he devised two solutions to the problem: the first, simpler one, is tailored to the .NET Framework 1.1 and can be used today. The second solution incorporates several advanced features available only in the .NET Framework 2.0. Both are presented here.
15 Feb 2005, 02:00:00   Source: Security: Manipulate Privileges in Managed Code Reliably,...   Tags: Security
< 1 2 3 4 5 6 7 8 9 10 11 >