987 reputation
1519
bio website
location
age
visits member for 1 year, 11 months
seen 7 hours ago
stats profile views 77

May
11
comment C# revert to previous version
I know you want to hear there is some magical way to restore any data - but there just isn't. At least, this is not a C# question, but rather a data backup question. If your programmer did not do any backup, and did not use any backup or VCS software, the data is gone. Deal with it.
May
10
accepted Selectively disable certain REST Services in ServiceStack during runtime
May
10
asked Selectively disable certain REST Services in ServiceStack during runtime
May
10
answered C# revert to previous version
May
10
comment How to access the Request object in a custom exception handler in ServiceStack
Yes, request is the original requestDto, not the service, my bad. The ServiceRunner approach looks promising, but now that I have the Request i would also need access to the Responseobject - so that I can sent my custom error DTOs or HTTP return codes.
May
8
asked How to access the Request object in a custom exception handler in ServiceStack
May
7
awarded  Favorite Question
May
7
comment ServiceStack with mono on linux
I run ServiceStack on Linux without any trouble. If you are more specific on your setup, i.e. what webserver you use (xsp/fastcgi/apache+mod_mono) and maybe post the configuration files and global.asax one might help you out
Apr
26
awarded  Popular Question
Mar
8
awarded  Revival
Mar
4
awarded  Popular Question
Feb
26
awarded  Popular Question
Feb
11
comment twitter bootstrap's button in navbar not correctly vertically aligned
Yes you are right, it is fixed with 2.3.0. I've modified the above jsFiddle without changing anything but the bootstrap version, and it looks nice now. See: jsfiddle.net/zLk2U
Feb
11
accepted twitter bootstrap's button in navbar not correctly vertically aligned
Feb
10
comment Bundle a folder with a .Net application
If you are providing website data through http requests, I think you already got the path somehow. So if a user requests /js/myscript.js or /css/site.css, pass this relative path to the above function, it will work (because Yourproject/UI/css/site.css actually ends with /css/site.css. Best is you take a look with the debugger to the res variable. It contains your folder structure, but prefixed with the location of the files in your namespace.
Feb
10
answered How can I exclude certain files from being compiled in Typescript?
Feb
10
answered Bundle a folder with a .Net application
Feb
9
accepted Get table name of class at runtime in ServiceStack.OrmLite / avoid hardcoding table names
Feb
8
asked Get table name of class at runtime in ServiceStack.OrmLite / avoid hardcoding table names
Feb
8
comment How do I get notifications on new GitHub issues?
There is no such section (anymore?).