Posts by Junior BnuSC • 109 points
7 posts
-
1
votes2
answers233
viewsQ: Web Service may be active, or only passive (always receive a request)
What is called a Web Service (Active, Middleware, Passive, or is it always Web Service?) that sends data to a client or other Web Service when an event occurs in the system to which it belongs?…
web-serviceasked Junior BnuSC 109 -
1
votes0
answers23
viewsQ: Simple lib to save data
I’m making some simple, static institutional websites, and I want to put some customizations. These customizations will be few and simple, and will only be accessed by one user. But you will have…
-
-3
votes3
answers10445
viewsA: React Native or Ionic?
For those who want to know better how React works underneath, this is an excellent article https://medium.com/nutripad/react-native-webview-ou-realmente-nativo-4e30a37ae020: React Native is JS…
-
2
votes0
answers172
viewsQ: how the moon (Corona sdk) runs on android
I’m testing the sdk Corona for android, and I’m finding it very good. Of course they are simple tests, but ran very well on an old phone with android 2.3, and the same apk ran on android 6. Both the…
-
2
votes1
answer410
viewsQ: Disadvantages for Brazilians to use the Google App Engine
I’ve done some app and some testing with Google App Engine. I’ve read about several of your limitations, and some of them are a little bit boring, but nothing that worries me too much, because as I…
-
2
votes3
answers877
viewsA: Asp.net serving statics files
I managed to make it work, I put runAllManagedModulesForAllRequests="true", I changed the application pool to integrated mode, and I put the Begingrequest method in global.asax, I restarted the…
-
3
votes3
answers877
viewsQ: Asp.net serving statics files
I have an application in mvc3 (Asp.net 4.0, dotnet 4.0), running at iis8 (but also running at iis 7 and iis 7.5). Inside the application I have a folder called /dados, example…