11 2009 档案
摘要:*申明,本文引自 《Accelarated C# 2008》一书 废话不多说,直接看例子 using System;using System.Collections.Generic;public interface IShape { double Area { get; }} public class Circle : Ishape { public Circle(double ...
阅读全文
摘要:IntroductionAn addition to the Microsoft .NET framework 2.0 to 1.x is the support for FTP. All these days we had to rely on 3rd party libraries which pretty well suited most of our needs, but for sure...
阅读全文