322 reputation
411
bio website gravic.com
location United States
age 52
visits member for 4 years
seen Mar 21 at 19:33
stats profile views 85

Senior Programmer/Architect designing and implementing web applications for the education market using ASP.NET MVC, Web API and all kinds of other neat server technologies.


Nov
20
awarded  Notable Question
Nov
15
accepted NHibernate with Second Level Cache Not Rehydrating Properties Marked insert=“false” update=“false”?
Nov
15
comment NHibernate with Second Level Cache Not Rehydrating Properties Marked insert=“false” update=“false”?
Thanks, Radim. This appears to have solved the problem. I assume that the []'s surrounding the field name are necessary to the formula. Can the []'s be used for all databases, or will I need to specify a different formula if I change the back-end database?
Nov
14
asked NHibernate with Second Level Cache Not Rehydrating Properties Marked insert=“false” update=“false”?
Oct
1
awarded  Notable Question
Aug
16
answered Problems Self-Hosting ASP.NET Web API in a Windows Service Application
Aug
16
comment Problems Self-Hosting ASP.NET Web API in a Windows Service Application
The problem turned out to be old assemblies installed in my GAC. I have corrected the problem and I am successfully self-hosting web api in a service running under the local system account.
Aug
8
accepted Is it possible or even advisable to use OAuth 1.0 to secure a RESTful web API without redirecting the user to a separate provider?
Aug
8
answered Is it possible or even advisable to use OAuth 1.0 to secure a RESTful web API without redirecting the user to a separate provider?
Aug
8
comment Problems Self-Hosting ASP.NET Web API in a Windows Service Application
I am running the service under the local system account.
Aug
7
asked Problems Self-Hosting ASP.NET Web API in a Windows Service Application
Jul
23
answered Pass a parameter to a field in another page ASPMVC3
Jul
23
answered In MVC3, how do I use Session for logged in users, in my layout?
Jul
20
asked Is it possible or even advisable to use OAuth 1.0 to secure a RESTful web API without redirecting the user to a separate provider?
Jul
12
accepted ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON
Jul
12
comment ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON
Thanks, Darin. I resolved the problem using your DataMember attribute suggestion - turns out I just left off the required DataContract attribute on the class, which is needed in order to make the DataMember attributes work. Still seems like a problem, and the fact that it works OOTB in C# and not in VB seems like a defect. Thanks for the help and the sample code.
Jul
12
comment ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON
Sure, that would be great. BTW, I assume since you said that adding the DataMember attribute worked for you that you are seeing the underscores as well? Why would that happen? Not even the standard .NET serializer does that under normal circumstances. Why would I want underscores on my element names?
Jul
12
comment ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON
RC. Downloaded and installed from the ASP.NET website.
Jul
12
comment ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON
Darin, thanks for the suggestion, but the change had no effect on the output. The element names still contain the leading "_".
Jul
12
asked ASP.NET WebAPI Putting Underscores on Returned Element Names in XML and JSON