Silverlight Cross Domain Web Service Access Error

When you created WCF services, if you put your services on different severs in some case, just like ...

3 methods in C# to get List.FindAll

How do you have the code to Find something from a List? ...

Get Application Path in Web App and Window App (.NET)

Windows Application: ...

Scripting.FileSystemObject in ASP.NET 4.0

If you have some old VB code to insert into your new ASP.NET 4 project, and there is "Scripting ...

Firewall can not turned on, ICS Service can not started, and internet disconnected - Rootkit tdl3 !!

IF you found your computer gets the the following problems, please beware of your computer most like ...

Application_Start vs Application_BeginRequest event in Global.aspx

If you use Global.aspx in your ASP.NET project, you will see 2 different but look like the similar e ...

About memory mapping file

1:

ASP.NET Timer control to fresh web page

1: Walkthrough: Using the ASP.NET Ti ...

WCF Impersonation On the Service Hosting side

Here a good example of setting WCF Impersonation on the server side (not client side): ...

basicHttpBinding vs wsHttpBinding vs webHttpBinding

WCF has introduced multiple bindings and protocols. There are popular 3 bindings: basicHttpBinging, ...