-
-
A while ago I wrote a quick and dirty guide to configuring Log4Net for ASP.NET.
-
When one assembly references a constant in another assembly, the compiler will embed the value of that constant into the assembly. For example, using Reflector to decompile the sophisticated console app presented above, the Main method is compiled as:
-
Database Dictionary Creator makes it easy to add documentation to your databases. It keeps your documentation in SQL Server Extended Properties, so the documentation stays with the database. There are some handy functions such as setting descriptions for
-
I am biased writing this article because my company is a big user of Amazon Web Services. But please read on and see why I am so excited about what the largest online retailer is doing these days.
-
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build
-
The practice of continuous integration represents a fundamental shift in the process of building software. It takes integration, commonly an infrequent and painful exercise, and makes it a simple, core part of a developer’s daily activities. Integrating c
-
From developer to developer and project to project, coding styles vary as much as personal fashion. There is no “One True Way” when it comes to a coding style.