
Visual Studio 2005
文章平均质量分 78
DerryZhang
系统集成,视频编解码技术,郑州大学,清华大学,足球,咖啡
展开
-
Optimize memory footprint with the string intern pool
Origin:http://www.dotnet2themax.com/blogs/fbalena/PermaLink,guid,cecc8b4b-f362-4c59-95a1-fba055b50ec1.aspxVB.NET and C# compilers manage string constants in a rather smart way: all strings with sa转载 2006-04-30 10:32:00 · 1314 阅读 · 0 评论 -
Tricks with delegates
Origin:http://www.dotnet2themax.com/blogs/fbalena/PermaLink,guid,b2a8f5e9-ddf1-45eb-ad8e-78c88c13ab2f.aspx Consider the following code, that converts all the elements of an Int32 array into the转载 2006-04-30 11:15:00 · 1173 阅读 · 0 评论 -
Dropping portions of VB6 code during the migration to VB.NET
Origin:http://www.dotnet2themax.com/blogs/fbalena/PermaLink,guid,bedf049b-f082-4c71-b507-f4c81f4a6e46.aspx I am working at the migration of a large VB6 project and at one point I needed to drop转载 2006-04-30 14:09:00 · 1198 阅读 · 0 评论 -
The meaning of "setting to Nothing"
Origin:http://www.dotnet2themax.com/blogs/fbalena/CategoryView,category,Migrating%20from%20VB6.aspx In the VB6 world - and in the COM world, in general - you "destroy" an object by simply puttin转载 2006-04-30 14:26:00 · 1119 阅读 · 0 评论 -
String searches: Like operator, regular expressions, and System.Char methods
Origin:http://www.dotnet2themax.com/blogs/fbalena/PermaLink,guid,53da27bf-b980-4abc-a4e8-a452dc6ceb26.aspxOne of the .NET Framework features that fascinate me most is regular expressions, which I转载 2006-04-30 10:21:00 · 1223 阅读 · 0 评论 -
The power of recursion: Number-to-Text conversion
Origin:http://www.dotnet2themax.com/blogs/fbalena/PermaLink,guid,cdceca73-08cd-4c15-aef7-0f9c8096e20a.aspxI am reviewing the chapter on execution flow in Visual Basic 2005, where I cover recursion转载 2006-04-30 10:24:00 · 1117 阅读 · 0 评论 -
Arrays with non-zero lower index in VB2005
Origin:http://www.dotnet2themax.com/blogs/fbalena/CategoryView,category,Migrating%20from%20VB6.aspx In this period I am actively researching the many problems you face when migrating VB6 apps to .转载 2006-04-30 14:37:00 · 1343 阅读 · 0 评论