-
Looking Forward and Back (Editorial)
November/December 2002 Editorial by Rod Paddock.
-
Dynamically Executing Code in .NET
This article demonstrates the techniques for compiling dynamic code in your .NET applications.
-
Threat Modeling
The first step in securing your application is to understand threats. This article discusses how to understand where your application may be threatened.
-
Interview with Microsoft's Steve Lipner
David Stevenson interviews Steve Lipner, Microsoft's Director of Security Assurance; the article discusses how Microsoft is implementing security in their applications.
-
Stateful Network-Deployable .NET Components Use Isolated Storage
Sometimes an application needs to keep its data in its own secure "sandbox". This article demonstrates creating these isolated applications in .NET.
-
Securing Your SQL Server
SQL Server, like most complex databases, has potential security holes. This article discusses these security holes and how to close them.
-
Microsoft Exception Management Application Blocks
A new feature of .NET is its ability to handle exceptions. This article demonstrates implementing Microsoft's Exception Management Application Blocks.
-
Threading Support in the .NET Framework
This article explains in depth how to implement multi-threading in your .NET applications.
-
PerlINET Part 2
This second article in a series explores implementing data access and web services in PerlINET.
-
Reflection Part 1: Discovery and Execution
One feature of the .NET environment is the ability to read meta-data from classes and namespaces created in .NET. This article demonstrates accessing this data.
-