Posts by Alan Oliveira • 41 points
6 posts
-
0
votes0
answers51
viewsQ: How do I make a Trigger for angular-input-masks validation?
I have a field : <input type="text" name="DataNascimento" class="form-control data" ng-model="EscolherCurso.DataNascimento" required ui-date-mask/> which I preferred to use jquery datepicker.…
-
-1
votes2
answers138
viewsA: Doubt with _viewStart on MVC4
You can separate the main and internal part in Areas, so you can use a viewStart different for each area
asp.net-mvcanswered Alan Oliveira 41 -
1
votes2
answers145
viewsA: Child references and service Pattern
The scenario you present is a scenario of a Aggregate, then logic should always be called from the Service Order service has access to your items. And it doesn’t make much sense that you can call…
-
0
votes0
answers13
viewsQ: Do I need to open an aspx in a mvc4 project is possible?
I have a MVC4 project, and I need to open an aspx page, which is a report from Report Viewer. This works by running locally with Visual Studio’s IIS, but going up to the server doesn’t work. What…
-
2
votes1
answer1058
viewsQ: How do I add more than two conditions to an Expression dynamically?
I need to pass a list of Expressions as a parameter and create the Ands in the most dynamic way possible. Just like that, whenever I add a new Expression on the list, I’m going to have to change the…
-
1
votes0
answers37
viewsQ: Is there a function to remove accents in strings c#?
I have an "Academic" string, for example, and I need to return this string as the id of a div in html, and for that I want to return it without the accent.