| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 13 hours ago | |
| stats | profile views | 25 |
|
May 12 |
comment |
Using Expand on List property: The argument must be of type 'IEnumerable'. OData Yes, It works in 5.4.0. Seems it's bug in alpha version. |
|
May 3 |
comment |
Getting values of ApplicationData.Current.LocalSettings in static context Seems you're right. Thanks! |
|
Apr 30 |
comment |
How to return deep serialized object (with complex type properties) in Asp.Net web api? Thanks a lot!!! |
|
Apr 10 |
comment |
How to return deep serialized object (with complex type properties) in Asp.Net web api? Can I subscribe to something to get notification about any changes? |
|
Mar 21 |
comment |
Entity framework, remove entity if it detached from another entity Can EF do this automatically? |
|
Mar 4 |
comment |
Valid method does not clear error message if it returns true Thank you very much! |
|
Feb 14 |
comment |
Remote validation doesn't pass data to action It doesn't invoke my action anymore. |
|
Feb 14 |
comment |
Remote validation doesn't pass data to action I tried SomeNumber, Somenumber, somenumber and someNumber :) |
|
Feb 14 |
comment |
How can I rename parameter in action It still doesn't give me ability to do this: public class FormModel { public string ViewModelName.SomePropValue{get;set;} } |
|
Feb 14 |
comment |
How can I rename parameter in action You about it? public JsonResult IsAwesome(string ViewModelName.SomePropValue) |
|
Dec 17 |
comment |
How to validate a field only when focus is out for this input element? (Unobtrusive validation) unobtrusive validation jquery |
|
Nov 20 |
comment |
StructureMap with two initializers I have add initializers to my 2 and 3 projects. Now it work like this: - Execute base initializator; - Execute initializator for 2 or 3 projects; But it throw exception if i try to do something that use any implementation defined in base initializator. If I reverse invoking it throw exception for implementation from "initializator for project". |
|
Oct 29 |
comment |
Can I replace default validation message for integer field in MVC4? How can I apply it for integer validation? |
|
Oct 1 |
comment |
How to pass spaces in table (specflow scenario)? I want to test trimming of spaces in my site) |
|
Sep 17 |
comment |
How to return to execution of cmd command after ftp command “bye”? yes :) I see: ftp> bye 221 Goodbye. |
|
Jun 17 |
comment |
cannot implement setters (Moq) UrbanEsc , problem with setter. _Nvp is empty too. |
|
Jun 17 |
comment |
cannot implement setters (Moq) yes, dictionary. getter - called but setter not called. |
|
May 11 |
comment |
Xpath. Get element, if it class contain some text Perfect! Thank You! |
|
Apr 25 |
comment |
Can I create .config file and include it to web.config? Thank you very much! Now everything works as it should. |