works because this works
(function (a) {alert(a);})("kl")
Monday, December 1, 2014
Thursday, November 20, 2014
the world is really cyclical
the dynamic keyword in c# and old VB
Wednesday, November 12, 2014
app cmd script to allow ipv4 access on iis
%systemroot%\system32\inetsrv\AppCmd.exe set config "blah/subblah" /section:ipsecurity /+"[ipaddress='105.536.551.514',allowed='true']" /commit:appHost
Thursday, October 30, 2014
c# threading questions
- does a blocked thread use CPU resources?
Thursday, October 2, 2014
today I discovered that there is in sql
a switch to statement
Tuesday, September 30, 2014
object_id with table created by mistake with schema name
OBJECT_ID(N'blah.[blah.boo]')
brackets around the whole name worked
brackets around the whole name worked
Monday, September 22, 2014
Could not load type MvcApplication
just restarted VS
Subscribe to:
Comments (Atom)