Tagged Questions

2
votes
2answers
353 views

Scalable/Reusable Authorization Model

Ok, so I'm looking for a bit of architecture guidance, my team is getting a chance to re-cast certain decisions with a new feature that we're building, and I wanted to see what SO thought :-) There ...
0
votes
0answers
49 views

Using the typed callback for Script# jQueryAjaxOptions.Success when not using the dictionary constructor

I like to use new jQueryAjaxOptions() and then set the properties on that object to create my parameters for generating Ajax requests, as it gives syntax highlighting. As opposed to using new ...