摘要:
广州.NET微软技术俱乐部新秀计划和每周三五晚周日下午爬白云山活动 阅读全文
阅读排行榜
Invoke a Static Method using Reflection
2011-06-15 07:20 by 叶伟民, 570 阅读, 收藏,
摘要:
class ClassWithGenericStaticMethod{ public static void PrintName<T>(string prefix) where T : class { Console.WriteLine(prefix + " " + typeof(T).FullName); }}// Grabbing the type that has the static generic methodType typeofClassWithGenericStaticMethod = typeof(ClassWithGenericStaticM 阅读全文
.NET的未来-广州.NET俱乐部学生分会
2019-03-03 15:27 by 叶伟民, 528 阅读, 收藏,
摘要:
这些学生使用的技术非常的先进,甚至是超前。.NET Core 是标配,CI/CD 搞得起来,以及 Azure 上的 Devops 也不在话下,需要强调的是,这些都是他们自学的。 阅读全文