Wednesday, March 31, 2004

Continuous Integration

we are using the visual build professional right now, but the tools here are free.
To GAC or not to GAC?

it is not my first time seen such article, so getting away from GAC
FxCop Team Page
it is a tools that could make your dotnet code solider
Visual C# Home: C# 2.0: Create Elegant Code with Anonymous Methods, Iterators, and Partial Classes

Visual Studo 2005 and ASP.NET 2.0 made it simple ... way too simple

VS.Net is very easy to use comparing to other development tools such as java, but it also tied the developers with the MS's framework, is it good or bad?

Friday, March 26, 2004

Design Guidelines Update: Generics

introduce the generics deeply
Paging with Repeater control in ASP.NET

Repeater is a replacement of array or list in ASP.net, could it be used in somewhere else?
COCOON's Tech
some DotNet book download

Thursday, March 25, 2004

Exception Handling in C#

using clause is used to do the exception handling,
and the class inside the using clause have to implement the IDisposable interface
A Brief Synopsis of C# Class and Method Modifiers
microsoft effective functional specification-chinese version