Posts by ILDYONE • 70 points
12 posts
-
0
votes2
answers608
viewsA: Select columns dynamically with Linq
I will follow the tip of the user "LINQ", thanks man. O Odata is the best option in my case. I am implementing a restful api, following all good practices, so this is the best option. Because by…
-
0
votes2
answers608
viewsQ: Select columns dynamically with Linq
I have an action in an API that should return a model, but the fields that should be returned are informed in the request. I can do a query with the System.Linq.Dynamic.Core package, but the…
-
1
votes2
answers179
viewsA: Tool to generate poco
I created a package in nuget.org called "Cap" that does what I need, generates the templates and context class to use with Entity Framework 6 and Postgresql. Link to Chap.…
-
0
votes2
answers179
viewsQ: Tool to generate poco
I have a postgre bank with several tables and I need to generate their classes. Is there a free tool that manages the pocos to be used with EF6? I searched but did not find. I am using VS2015 and…
-
0
votes2
answers212
viewsA: Identify file execution within a ZIP
Your process is right. A technician should do the installation of soft, be it yours or the client company. This is an error in the installation procedure by the user. What you should do is put a…
-
1
votes0
answers27
viewsQ: Update on Playframework not working
I am testing the play-framework 2.4.3 and I coded below to update the template I receive via json, but only the update is not working. I have the query log enabled but only a select appears for this…
-
-1
votes2
answers2328
viewsA: Generate XML based on XSD
If xsd is valid, just open it in Visual Studio. An Xml Schema Explorer window will appear, then just right click on one of the root elements and select Generate Sample XML option.…
-
0
votes1
answer233
viewsA: How to login to a website through a webforms application?
Very easy. Follow these steps: Identify the type of request expected by the site: GET/POST/Other Identify the parameters expected by the request Use a library to make the requests. You can use the…
-
2
votes2
answers455
viewsA: Read remote xml file
Clayton, with the url that generates the xml, what you have to do is use a library that requests Rest to download the xml for your application and after that you process the xml.
-
0
votes1
answer88
views -
0
votes1
answer202
viewsA: Android emulator does not run in Visual Studio 2015 Community
I found the statement below in a blog of a Hyper-v mvp. She says that the Hyper-v that runs virtual machines can only run on physical machines, that is, it doesn’t work in virtualized environments.…
-
0
votes1
answer202
viewsQ: Android emulator does not run in Visual Studio 2015 Community
I am running a Windows Server 2012 R2 on Hyper-V and installed VS 2015 Community. I’m trying to run a basic android application, but when the emulator starts running, the following message appears:…