This is a free standalone web server for .NET 1.1 and .NET 2.0.
http://www.ultidev.com/products/Cassini/index.htm
Just some random development ramblings mostly related to the Microsoft .NET platform.
Tuesday, January 22, 2008
Thursday, January 3, 2008
Microsoft SQL, stored procedures, optional parameters
Here is a good article on the pros/cons and performance considerations of using optional parameters in SQL stored procedures:
http://www.sommarskog.se/dyn-search.html
http://www.sommarskog.se/dyn-search.html
Calling Web Services from SQL 2005
Here is an article on how to call Web Services from SQL 2005. The article addresses SQL triggers, but the same approach can be used for user-defined functions or stored procedures.
http://www.codeproject.com/KB/database/SQLCLR.aspx
http://www.codeproject.com/KB/database/SQLCLR.aspx
Subscribe to:
Posts (Atom)
Can't RDP? How to enable / disable virtual machine firewall for Azure VM
Oh no! I accidentally blocked the RDP port on an Azure virtual machine which resulted in not being able to log into the VM anymore. I did ...
-
Oh no! I accidentally blocked the RDP port on an Azure virtual machine which resulted in not being able to log into the VM anymore. I did ...
-
Here is a full test program that demonstrates how to use SharpZipLib to zip an XElement into a byte array. This allows you to transfer larg...