Posts by Renato • 79 points
7 posts
-
2
votes1
answer137
viewsQ: Which Safer, Web Application or Web API?
I have a project where there will be a web API to "communicate" with mobile applications. This one is for consultation only. In addition to this, there will be the administration that summarizes the…
-
0
votes1
answer50
viewsA: DLL created in c# fixed in the main folder
Solved ! For those who know the Clarion language, the problem is in libmaker.exe. I downloaded a "fixed" version and the DLL worked. I thank you all !
-
1
votes1
answer50
viewsQ: DLL created in c# fixed in the main folder
I am learning to develop C#Dlls, using Unmanagedexports to be exported to another language (Clarion) The DLL works, but with one exception: the application only "sees" the DLL in the main folder "C:…
-
-1
votes1
answer117
viewsQ: How to organize viewmodels and mappings in the project?
Good morning, everyone ! I am studying about mapping (model and viewmodel), using implicit Operators. But a question arose: How to organize the viewmodels and mappings within the project ? Where…
-
1
votes2
answers94
viewsQ: Azure Shared App Service
Good morning, everyone ! I am developing an entertainment portal where you will have images and text (e.g., Earth or UOL), using ASP.NET and sql-server. I was looking into Azure and I came up with a…
-
2
votes1
answer1229
viewsQ: Embedded database with C#
I’m developing a local app for desktop. As there will be no database servers, I studied some, such as Firebird, Sqlite, Access and even Localdb. But I still feel "lost" in which to work. I know the…
-
1
votes1
answer116
viewsQ: EF6 and NPGSQL : Foreign key breach error
Good afternoon ! I’m new to ASP.NET and EF6. I used to develop in PHP. I created a project (ASP.NET MVC) using EF6 and NPGSQL. I got a little bit when creating relationships between two tables but…