-
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
In this first article of a two-part series, Mike Snell demystifies .NET reflection by explaining how assemblies self-describe via metadata and showing practical techniques to load assemblies, inspect types and members, filter and search with BindingFlags or custom delegates, and instantiate and invoke discovered types and methods at runtime; he demonstrates these concepts with code (including a simple type browser) and positions reflection as a powerful albeit specialized tool, with Reflection.Emit to be covered in Part 2.
-
Doc Detective - Nov/Dec 2002
In this installment, Doc Detective guides readers through the labyrinth of Visual Studio .NET and .NET documentation, answering real-time questions from developers and offering practical tips to accelerate discovery. Through a Q&A format, the column clarifies equivalents between VB6 and .NET (such as Shell vs ShellExecute), points to deployment and accessibility resources, and demonstrates how to tailor help views with custom filters. By demystifying documentation navigation and linking to targeted topics, Doc Detective helps practitioners deploy, interoperate with COM, and build accessible .NET applications more efficiently.