Fengzhimei@Dot.Net
Designing My Colorful Dream
摘要: Take a look at these, they were published recently by the CLR perf team: 1. Writing High-Performance Managed Applications 2. Garbage Collector Basics and Performance Hints 3. Writing... 阅读全文
posted @ 2004-06-01 23:11 fengzhimei 阅读(745) 评论(0) 推荐(0) 编辑
摘要: Alex have made a great tool titled Smart Paster, it can help you to save your much time in your day to day coding. It was really a great help to me 阅读全文
posted @ 2004-06-01 12:10 fengzhimei 阅读(711) 评论(0) 推荐(0) 编辑
摘要: Interview Questions : .NET Remoting 1. What's a Windows process? It's an application that's running and had been allocated memory. 2. What's typical about a Windows process in regards to memory a... 阅读全文
posted @ 2004-06-01 00:27 fengzhimei 阅读(2298) 评论(0) 推荐(0) 编辑
摘要: Interview Questions : ASP.NET 1. Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process. inetinfo.exe is the Microsoft IIS server running, handling ASP.N... 阅读全文
posted @ 2004-06-01 00:15 fengzhimei 阅读(6446) 评论(5) 推荐(0) 编辑
摘要: I love the new song from MLTR in their latest released album - "Take Me To Your Heart".Have you ever heard it? What do you think of the theme song "Take Me to Your Heart"[you could watch the music... 阅读全文
posted @ 2004-05-31 16:26 fengzhimei 阅读(1356) 评论(0) 推荐(0) 编辑
摘要: TcpTrace is a handy little tool that helps you debug your remoting applications that use binary over HTTP. This was especially useful when trying to debug the BinaryFormatter Version Incompatibili... 阅读全文
posted @ 2004-05-31 11:23 fengzhimei 阅读(813) 评论(0) 推荐(0) 编辑
摘要: In my previous post, I get a custom key's value from config file in web/windows applications by writing a custom class. shortly afterwards, jjstar gave me a feedback, he reminded me of using Syste... 阅读全文
posted @ 2004-05-27 14:21 fengzhimei 阅读(1699) 评论(5) 推荐(0) 编辑
摘要: In this post, ghj mentioned a few problems about using ConfigurationSettings.AppSettings[""] in our web or windows forms applications. The config files are only loaded when an application loads... 阅读全文
posted @ 2004-05-27 11:49 fengzhimei 阅读(2671) 评论(4) 推荐(0) 编辑
摘要: When you copy from one program's document and paste in another program's document, you almost never want to keep the formatting.A simple example is when you copy from word or other document into t... 阅读全文
posted @ 2004-05-25 16:24 fengzhimei 阅读(1159) 评论(2) 推荐(0) 编辑
摘要: These days I am working on some basic research on Microsoft Office Html Viewer.The Microsoft Office HTML Viewer is a HTML viewer for displaying Office documents in an HTML format.If you don't know... 阅读全文
posted @ 2004-05-24 12:00 fengzhimei 阅读(3275) 评论(7) 推荐(0) 编辑
摘要: Issue Description I want to use window.showModalDialog to open a pop up window and then select a value in the Pop up window and return it back to Opener window. My pop up window is an .aspx page that... 阅读全文
posted @ 2004-05-20 16:09 fengzhimei 阅读(12499) 评论(27) 推荐(0) 编辑
摘要: I plan to blog useful code snippets regularly. Just little bits of ActionScript that help me in my day to day coding. Here is the code. 1/// 2/// 获得汉字拼音 3/// 4/// 汉字字符串 5/// 汉字拼音字符串 6public st... 阅读全文
posted @ 2004-05-10 18:00 fengzhimei 阅读(1295) 评论(0) 推荐(0) 编辑
摘要: If you are still puzzled about how to creat a sharepoint webpart,these following articles can help you out. Create SharePoint Webparts With ASP.NET User Controls (+ Demo Video!) User Control Contai... 阅读全文
posted @ 2004-04-28 17:45 fengzhimei 阅读(1826) 评论(2) 推荐(0) 编辑
摘要: Here is a quick summary of the steps to add Stored Procedures to the .NET IDE: Install VS.NET on client machine Install VSS on client machine Open the VS.NET IDE and make sure to enable "version co... 阅读全文
posted @ 2004-04-26 23:59 fengzhimei 阅读(866) 评论(0) 推荐(0) 编辑
摘要: In this implementationtime,I will tell you how to clone a node from a XmlDocument and then insert into another XmlDocument. And i will do this by two different way,why?yes,I just want to explai... 阅读全文
posted @ 2004-04-21 11:16 fengzhimei 阅读(920) 评论(2) 推荐(0) 编辑