Browse by Tags

All Tags » Architecture (RSS)

Key to Successive Enterprise Application Performance

This is extracted from an article from SDA Asia on Performance Testing Methodology Best Practises, written by Steven Haines. Although the article is written for Java environments, I think it's pertinent for almost any software developers in order to ensure...
Posted by microlau | with no comments
Filed under:

Enterprise Library: Cryptography Application Block

One of the seven application blocks in Microsoft's new Enterprise Library is dedicated only to security issues: the Cryptography Application Block. See how easily you can implement it in your .NET applications to encrypt and decrypt sensitive data. Read...
Posted by microlau | with no comments

Visual Studio 2005 TFS Dec CTP is out

MSDN subscribers - VS 2005 TFS Dec CTP is out..
Posted by microlau | with no comments

Understanding BizTalk 2006

Here's an article from David Chappell to help you understand about BizTalk 2006.

MSDN - WSE 3.0

Download the final release of Web Services Enhancements (WSE) 3.0. This add-on to the .NET Framework 2.0 is designed to build secure Web services using the latest security protocols. Hands-on Lab Xploring Security Learn how to secure Web services without...

Favorite v2.0 Features in the Base Class Libraries

Favorite v2.0 Features in the Base Class Libraries Kit George and Ari Weinstein show some of their favorite Base Class Libraries features new to the .NET Framework 2.0. Features include Generic collections, new String APIs, the TryParse pattern, Console...

CruiseControl .NET - Version 1.0 Final

CCNet 1.0 Final is now released and available for download. The release is a copy of build 1.0.0.1251 from ccnetlive. Check out the release notes from here .

Writing Requirements Specifications

It's been a long time since I drafted a Software Requirements Specifications (SRS) and I've definitely lost touch with some of those terms commonly used in a SRS. My own definitive guide to writing a good SRS is still IEEE Std 830-1998 . Here are some...

Patterns n Practices for Visual Studio 2005

Check out the Patterns and Practices for VS 2005 , here are some of my favorites: Enterprise Library for .NET Framework 2.0 (Community Technology Preview) Enterprise Library, the collection of reusable and extensible application blocks for enterprise...
Posted by microlau | with no comments

OpenLDAP v2.2.29

With the help of Matthias Mohr, I managed to overcome the problem stated here . Here's the solution as recommended by Matthias: > error loading ucdata (error -127) It seems that it is unable to find the ucdata files (or it's directory is not correctly...

OpenLDAP 2.2.19 for Windows

I was trying to hunt around for a windows open-sourced LDAP server and after much searching, I found one . After installation, I tried starting the LDAP server and here's the error I encountered: @(#) $OpenLDAP: slapd 2.2.19 (Dec 9 2004 08:55:24) $ @LUNCHBOX...

Factors to consider for Load Balancing

Factors to Consider in Implementing a J2EE Cluster There are many factors to take into account when designing a J2EE cluster. The following is a list of questions to be considered in a large-scale J2EE system design. (This list is taken from "Creating...
Posted by microlau | with no comments

Apache Load Balancing

This article teaches you how to configure load balancing using Apache and Tomcat server. Natively, it supports session affinity and takes away the headaches for load balancing from the programmer. Will post more about this soon, since I need to utilise...
Posted by microlau | with no comments
Filed under: