Posts by Cleber • 61 points
3 posts
-
1
votes1
answer344
viewsQ: Hierarchical Object Filter
I have an Asp.net MVC 4.5 C# Razor screen typed by a main class: public class ClassePaiDTO { public virtual ICollection<Filho1DTO> Filho1s { get; set; } public virtual…
-
2
votes1
answer55
viewsQ: How to develop Check-In policies only after a Get Last Version in TFS 2012?
I wonder if it is possible and how to stop Check In if the Developer has not done the Get Last Version before trying to climb, given that in the presented scenario does not have Team Foundation…
team-foundation-serverasked Cleber 61 -
3
votes2
answers1266
viewsQ: Regex time greater than 00:00
I’m developing a regex validation using the System.ComponentModel.DataAnnotations and RegularExpression from Asp.net mvc C#, in this regex it is necessary to validate unlimited duration time in…