Posts by Ro_GEEK • 53 points
5 posts
- 
		2 votes0 answers90 viewsQ: LINQ with Left Outer Join in ManytomanyI searched a lot about LINQ and Extension Methods, but I did not find a solution for this query that I need to do. The fact is that I have the model below (I left only the entities used) and I need… 
- 
		0 votes2 answers477 viewsA: View Ocutar Password using EditorforI found a simpler solution. Just put the HTML type attribute as below: @Html.EditorFor(model => model.Senha, new {htmlAttributes = new { @class = "form-control", @type = "password"}})… 
- 
		1 votes2 answers56 viewsA: Dynamically create Servicecontroller arrayThe correct is to instantiate in the For loop, passing the names as parameter for each Array item: //Eu declaro uma variável global ServiceController[] scService; //Aqui vai o código que busca os… 
- 
		1 votes2 answers56 viewsQ: Dynamically create Servicecontroller arrayI would like to create a Windows service monitoring and I want to register a customizable amount of services. For this I need to have a Servicecontroller array dynamically, the problem is that of… 
- 
		1 votes0 answers43 viewsQ: Popup.html interacts with Document?I’m a beginner in making extensions for Chrome and would like to do an Extension with the popup that contains some buttons that complete text fields from the page loaded on the active Tab. At the…