Posts by MayogaX • 363 points
5 posts
-
0
votes0
answers63
viewsQ: How to share the bank with two android apps?
Hello, I have 3 apps, one makes insertion in the database and another shows a list of these data (do not ask me why this idea) and I needed a third show a record Count in a table of this database.…
-
0
votes0
answers337
viewsQ: HTTP 404.17 Error - Not Found for a WCF in Windows Server 2008
Hi, I’ve tried most things on the web to resolve this issue, but I keep getting error "HTTP Error 404.17 - Not Found". I’ve been around servicemodelreg -i I’ve circled aspnet_regiis.exe -i I’ve…
-
4
votes2
answers3712
viewsA: Preventing data forwarding when updating page (F5) in ASP.NET
This is a simple problem: when giving F5, and the last action was a POST, the browser forwards the POST. As @Rodrigo Rigotti said you can in the first POST direct with a 301 to another page, for…
-
15
votes4
answers1648
viewsA: How to create a user interface with the same style that was used in Visual Studio, Office 2013, Github for Windows, etc?
In the case of Github the Github team posted on their blog how they did the layout, how they designed and made the shaman. Read here. According to another post on their blog to make the visual part…
-
4
votes1
answer857
viewsA: Why doesn’t Visual Studio 2013 let you use version 4 of the Entity Framework?
According to the official list of known bugs of Visual Studio 2013 Preview this bug in maintaining the version of Entity Framework is not in the list. See the list here. However, this may be an…