Click here to Skip to main content
15,885,278 members

Comments by gicalle75 (Top 5 by date)

gicalle75 26-Aug-15 9:19am View    
Reason for my vote of 1 \n nice result, but no explanation of the code, the problems you encountered or whatever.
gicalle75 17-Sep-14 3:43am View    
Reason for my vote of 2 \n In your controller you're suddenly using PartialModel2, but not explaining where it comes from or how it is defined. You're not showing the ViewModel and the code for the Partial View itself...
gicalle75 31-Jul-14 6:16am View    
Reason for my vote of 4 \n nice solution.
gicalle75 30-Jul-14 3:12am View    
Reason for my vote of 4 \n nice article, working like a charm.
gicalle75 23-Sep-13 7:18am View    
Reason for my vote of 2 \n the easiest way to generate a property is by using the build in intellisense autocomplete feature.

usage:
type 'prop' (without quotes) in a class, followed by 2 tabs.

you get a complete get/set function like this:
public int MyProperty { get; set; }