Posts by Felipe • 327 points
8 posts
-
0
votes1
answer315
viewsQ: How to calculate database usage in Microsoft Azure?
I’m developing a platform where it has two parts, one administrative and the other open to the public. The administrative part will insert users and some other things. Already the user will access…
-
1
votes1
answer586
viewsQ: Read an xml file
I’m trying to read an XML file. string pagina =…
-
4
votes2
answers1532
viewsQ: Send request get and receive data
According to Pagseguro, I need to do a GET and then receive the data that comes in XML format Documentation. I’m caught up in that part: To consult a transaction notification, you must make a…
-
0
votes1
answer110
viewsQ: External mobile database
I’m new to mobile programming. I use sqllite as a database. However, I can only create and use a local database. I wonder if there is another database or sqllite option to be doing a CRUD. For…
-
10
votes2
answers5369
viewsQ: Communication with Pagseguro
I need to make an application to communicate with the pagseguro. That is he makes the purchase, I send and then I need to automatically update in the bank when you make the payment. Until sending to…
asp.net-mvcasked Felipe 327 -
10
votes1
answer4542
viewsQ: 3 layers vs MVC
3 layers: DAL (Where the classes (model) and bank operations are located BLL (Where the business rule is) Presentation (Usually the WEB) An example: DAL public class AlunoBanco { public void…
-
1
votes2
answers324
viewsQ: Generic repository with SQL
Seeing this question: Here I wondered if it is possible/right to use a scheme like this in a project in which I do not use any framework for connection to a database. I would like an example of the…
-
4
votes1
answer850
viewsQ: Different ways to stream a video
I am developing an application where the administrator will upload videos and then students will watch. A portal of distance courses. I currently use the Locaweb hosting service, and I’m thinking…