这样的问题,你也要来问吗!
MFC :http://baike.baidu.com/view/10918.htm 微软基础类
WPF却没有一个中文名啊
是不是觉得这问题有点弱,可是有很多人仍旧回答不上来。
就像有很多程序员竟然不知道C++的英文名字是CPLUSPLUS一样。
WPF Windows呈现基础
MFC 微软基础类
IQueryable<t> table = null;
var query = from c in table
where c.Date >= DateTime.Parse("2012-04-21") && c.Date < DateTime.Parse("2012-05-23")
group c by c.Name into g
where g.Count() > 0
select new { Name