Development tips

Development tips by Dennis Gorelik

Sunday, July 29, 2012

Proper error handling in ASP.NET Web Forms

›
I want to show users two custom pages: 1) Error500.aspx -- for uncaught exceptions. 2) Error404.aspx -- for non-existing page. The...
Thursday, July 26, 2012

Drop orphaned user who holds SQL Server service

›
It's easy to google "The database principal owns a schema in the database, and cannot be dropped" error, but have you tried to...
2 comments:
Thursday, May 19, 2011

Role-based permissions vs. Enterprise permissions

›
The problem My application has multiple features. For example: 1) View resume . 2) Sending message to resume poster. 3) Viewing contact inf...
3 comments:
Tuesday, January 25, 2011

Fixed headers scrollable content in HTML table

›
It's a tough problem to create HTML table in such a way that supports all of the following requirements simultaneously: 1) Has scrollabl...
Monday, October 18, 2010

Boolean Search to SQL CONTAINS

›
Today I rolled out Boolean Search feature for PostJobFree . PostJobFree uses SQL Server backend, so it seems obvious to use Full-Text searc...
2 comments:
Thursday, September 23, 2010

How to set executionTimeout for individual requests?

›
You probably know that you can change http request processing timeout for specific page like this: <location path="MyLongRunningHtt...
1 comment:
Monday, September 13, 2010

Sneaky MaxItemsInObjectGraph attribute in WCF

›
I spent almost couple of days trying to figure out what caused WCF service to crash (in a weird way) when it was tried to return large resul...
›
Home
View web version

About Me

My photo
Dennis Gorelik
Email me: blog@postjobfree.com
View my complete profile
Powered by Blogger.