Other News

Community

Server-Level Security

(Rand Morimoto) The term Microsoft security was long considered, whether fairly or unfairly, to be an oxymoron. High-profile vulnerabilities and viruses that were exploited in Windows NT and Windows 2000 often made organizations wary of the security, or lack of security, that was built into Microsof

Community

Code Documentation in .NET

(Steven Swafford) As a developer, I myself have a very strong opinion that all code that is written should be documented. Documentation should always be foremost in your thought process. Why, you may ask? Well, let me explain. Have you ever been in a position where you were hired for a project, and

Community

Abolish XML namespaces?

(Parand Darugar) Experience shows XML namespaces can be a common cause of confusion and a major complicating factor in XML adoption. In this article, the author argues that XML namespaces do not offer a good solution for the problems they aim to solve, and are not needed for the majority of XML use

Community

T-SQL Coding Standards

(Brian Walker) Coding standards are often overlooked when it comes to T-SQL programming, but they’re a crucial component of a smoothly operating development team. The coding standards I espouse here are ones that I’ve developed over the years. No, they’re not universally accepted, and, admittedly, s

Community

The Mists of Avalon

(Guido Stercken-Sorrenti) This article introduces “Avalon,” the exciting new presentation layer of the upcoming Windows version (codenamed Longhorn). I’ll first point out what’s so fundamentally new and advantageous about the way Avalon deals with graphics, and then show you how to use XAMLPad,

Community

MySQL Tutorial – Introduction

(Gez Lemon) Released in January 1998, MySQL is an open source relational database management system (RDBMS). It’s based around the Structured Query Language (SQL), and is best for managing the content of the database as opposed to transactions, as MySQL does not support COMMIT or ROLLBACK. One of th