{#advanced_dlg.about_title}

This just in...

Both of them are used to sending file contents to the client, but have little different. Response.WriteFile will first load the file contents to the memory before sending to the client, but Response.TransmitFile won't. [More]

Friday, October 7, 2011 | 83 Comments

Browse by category

{#advanced_dlg.about_title}

ASP.NET, ASP.NET, C#, C# »

Friday, October 7, 2011 | 83 Comments

Both of them are used to sending file contents to the client, but have little different. Response.WriteFile will first load the file contents to the memory before sending to the client, but Response.TransmitFile won't. [More]

{#advanced_dlg.about_title}

C# »

Friday, September 30, 2011 | 84 Comments

Sometimes, we don't want to create a function to handle a very simple sorting algorithm. In C#, delegate allows us to create a anonymous function to simplify our coding. [More]

{#advanced_dlg.about_title}

ASP.NET »

Friday, September 30, 2011 | 78 Comments

ASMX Web Service is the old version of WCF which first introduce in .NET Framework 1.0 and replaced by WCF in .NET Framework 3.0. When you try to transmit a large amount of data over ASMX Web Service, you will receive a System.IO.OutOfMemoryException but your physical memory is not fully used. [More]

{#advanced_dlg.about_title}

ASP.NET »

Tuesday, April 5, 2011 | 89 Comments

In the original design of localization resources (extension with .resx), this resources will not be compiled as they can be modified without re-compilation and stored in the "App_GlobalResources" folder in your web application. When the a request goes into IIS, IIS will compile the requested page and load all resources into a single dll stored in the temporary folder. [More]

{#advanced_dlg.about_title}

BlogEngine.NET »

Tuesday, April 5, 2011 | 104 Comments

The first post of using BlogEngine.NET, an open source blog web application. Looks good~~