随笔分类 -  Visual Studio

摘要:原文: Download All the .NET Reference Source Code at Once with Net Mass Downloader这篇文章介绍了如何使用Net Mass Downloader批量下载.NET源代码和pdb文件,如何配置VS2005以支持使用.NET源代码进行调试。End of post 阅读全文

posted @ 2008-02-12 21:59 Adrian H. 阅读(1826) 评论(0) 推荐(0)

摘要:The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as... 阅读全文

posted @ 2007-12-06 11:19 Adrian H. 阅读(598) 评论(0) 推荐(0)

摘要:Silverlight 1.1 正式更名为 Silverlight 2.0 Quote两个月前我们在Windows和Mac上发布了Silverlight 1.0,并公布了在Linux上交付Silverlight的计划。Silverlight 1.0专注于在浏览器上提供富媒体场景,并支持JavaScript/AJAX编程模型。 明 年我们会发布Silverlight的重大更新,专注于提供丰富互联网应... 阅读全文

posted @ 2007-11-30 18:53 Adrian H. 阅读(1538) 评论(0) 推荐(0)

摘要:在Scott Guthrie的博客看到一篇有关VS 2008与老版本兼容性问题的文章,因为我前段时间安装VS 2008也碰到了这个问题,遂转载之。 在启动VS 2008或创建项目时你可能碰到这样的错误提示:“Visual Studio has encountered an unexpected error" dialog”,这很有可能是因为VS 2008与某些老版本的插件不兼容有关,VS 2008... 阅读全文

posted @ 2007-11-28 21:38 Adrian H. 阅读(1216) 评论(0) 推荐(0)

摘要:匿名对象一般只在同一个Scope中定义和使用, 这样才能让VS有Intellisence: 如果是通过函数传递过来的匿名类型对象, 就只能用object来传了..当然也就没了Intellisense: 但... 从Meta-Me上面看到一个Trick..虽然不太雅观...但在关键时刻可以帮你把类型信息拯救回来: 原理很简单: 同一结构的匿名类型在同一程序集中编译器只会产生一个, 但匿名... 阅读全文

posted @ 2007-11-22 16:27 Adrian H. 阅读(8980) 评论(5) 推荐(1)

摘要:扩展方法本质上只是一个编译器级别的语法糖, 但不引用.NET Framework 3.5的程序集却无法发布程序到 2.0/3.0版本的运行环境中, 因为它将使那些方法(扩展方法)带上ExtensionAttribute属性, 而就是 ExtensionAttribute这个类却存在于.NET Framework 3.5的程序集中. 其实只要使用一个小技巧即可以保证带有扩展方法的程序在Target到.NET Framework 2.0/3.0时通过编译... 阅读全文

posted @ 2007-11-17 22:19 Adrian H. 阅读(1072) 评论(0) 推荐(0)

摘要:这不是SSCLI,更不是Mono,而是Microsoft .NET Framework的源代码,源代码和pdb文件将于今年随.NET Framework 3.5和Visual Studio 2008一起发布和公开,开发者将可以利用它们进行调试,开发人员将可以跟踪那些莫名奇妙的异常的来源,Debugging的生活应该会流畅不少吧。但是否能使用这些源代码来构建完整的程序集还是个问题,我认为概率不大。... 阅读全文

posted @ 2007-10-04 00:55 Adrian H. 阅读(1118) 评论(2) 推荐(0)

摘要:This article provides an overview of the VS.NET 2005 Design-Time Integration Support. The article highlights the .NET design-time architecture and discusses the design-time attributes and the various design-time components in details with reference to the web controls. The article also lists the reference and the namespaces required for adding design-time support to your projects. 阅读全文

posted @ 2007-03-16 23:07 Adrian H. 阅读(1292) 评论(0) 推荐(0)

摘要:The highlights of this CTP include: Improvements on the widely acclaimed Visual Studio 2005 product set Significant investments in improving product quality LINQ to Objects API ... 阅读全文

posted @ 2006-09-29 12:37 Adrian H. 阅读(821) 评论(1) 推荐(0)