Silverlight Cross Domain Web Service Access Error
2010-10-30
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
2010-10-29
How do you have the code to Find something from a List? ...
Scripting.FileSystemObject in ASP.NET 4.0
2010-10-23
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 !!
2010-10-23
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
2010-10-21
If you use Global.aspx in your ASP.NET project, you will see 2 different but look like the similar e ...
WCF Impersonation On the Service Hosting side
2010-10-19
Here a good example of setting WCF Impersonation on the server side (not client side): ...
basicHttpBinding vs wsHttpBinding vs webHttpBinding
2010-10-18
WCF has introduced multiple bindings and protocols. There are popular 3 bindings: basicHttpBinging, ...