.NET is powerful because it can interrogate language constructs. The "reflection" subsystem lets you find out anything about anything.

.NET is powerful because it can interrogate language constructs. The "reflection" subsystem lets you find out anything about anything.
Learn about a simple yet elegant way to secure managed assemblies from easy disassembly by using the powerful interoperability features of .NET.
Describes how to build a .NET Named Pipes multithreaded server and a client communicating with it.
Learn how to use reflection classes to read at runtime the attribute and other information defined in your assemblies (.NET Programs).
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.
Learn how to search for keywords in a command line app on Flickr.
See how easy it can be to implement Role-based Security in your Visual Basic applications.
As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.