-
2010
-
August
-
Basic Security Settings for ASMX
08/12/10
I often find that Microsoft's older SOAP service pattern is quicker to set up and provides better performance than a more complex WCF service. Here are a few basic settings you should use when publishing an ASMX service.
Have an API folder
Use a completely separate folder for a -
Temp tables vs Declare Tables
08/04/10
SQL Server offers two different ways to create a temporary table in your stored procedure. The two options are declaring a local variable and creating a temporary table.
DECLARE @test TABLE (n int, v int, etc int)
CREATE TABLE #test (n int, v int, etc int)
When you
-
Basic Security Settings for ASMX
- July
- May
-
August
- 2009
- 2008
- 2007

Calendar



