Posts by Robson Ferreira • 91 points
4 posts
-
3
votes1
answer87
viewsQ: How to refresh the context? ASP.NET
I’m starting to develop in ASP.NET and always have a small problem. When I need to generate a context (That class that will reference with the database), example below: I do the following procedure:…
-
-1
votes1
answer150
viewsA: Webservice PHP + PHONEGAP
You will need a webservice to consume the database data and return to your phonegap app. I recommend using Yii Frameework. I hope I helped, hug.
-
4
votes3
answers1496
viewsA: Why is it possible to define two or more methods with the same name in the same class in C#?
You can define the method with the same name if the method receives different parameter types. Realize that the method SendCode(string returnUrl, bool rememberMe) receives two parameters, and the…
-
2
votes1
answer467
viewsQ: Access another project’s controller in the same Solution
Guys I have 3 projects in the same Solution: Knockdocweb, Kanodockmodels and Knodockapi as shown in the image below: When I compile the project it starts Kanodockweb, but I want to Access a…