snaits

Stories submitted by snaits

Tackling timeouts(softscenario.blogspot.com)

submitted by snaitssnaits(197) 1 month, 2 days ago

A brief how-to of how to cope with SQL timeouts. read more...

1 comment |category: |Views: 128

tags: another

Automatic web deployment from TFS build(softscenario.blogspot.com)

submitted by snaitssnaits(197) 8 months, 11 days ago

A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server. read more...

1 comment |category: |Views: 105

tags: another

ASP.NET Web service gotcha(softscenario.blogspot.com)

submitted by snaitssnaits(197) 1 year, 7 months ago

If you try to overload a web method in .NET 3.5 apparently there is no error or warning, or even when you open the test form to invoke the method. The only thing that shows up is a blank page. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET AJAX createDelegate and the JavaScript "this"(www.dennydotnet.com)

submitted by snaitssnaits(197) 2 years ago

Saved me a bunch of headaches on how to refer to this after a callback from a web service scriptmethod. Well worth your two minutes of reading! read more...

add a comment |category: |Views: 19

tags: another

E-mail reporting from Maintenance tasks in SQL Server 2008(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 5 months ago

How to send e-mails if maintenance tasks fail read more...

add a comment |category: |Views: 12

tags: another

Sending XML input to a web method expecting a string(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 5 months ago

How to properly send XML input to a web method that expects the parameter to be a string. For example when testing web methods with soap UI. read more...

add a comment |category: |Views: 27

tags: another

How to get the values of an enum?(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

My suggestion to how you can get the values of an enum as an array, and use it to pouplate a DropDown, ListBox, etc. read more...

add a comment |category: |Views: 7

tags: another

Finding stuff in Visual Studio 2008(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

A short intro to the find dialog in Visual Studio, with a few helpful hints how to refine your searches using wildcards. read more...

add a comment |category: |Views: 8

tags: another

Performance testing of Dictionary, List and HashSet(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

A quick little test of how the .net 3.5 Dictionary, List and HashSet compare adding and finding items. read more...

add a comment |category: |Views: 1950

tags: another