Posts by Gabriel Gomes • 11 points
5 posts
-
0
votes0
answers25
viewsQ: How do I index a system’s pages to Google? (SEO)
I have a doubt, that I could find no answer anywhere, the ones I found left me somewhat confused. How to index the urls of my system in ASP.NET on google, for example a static site already has the…
-
0
votes0
answers97
viewsQ: Add deleted files when publishing ASP.NET Core
In my Asp.Net Core project I have some deleted files from the project. Only when I publish these files do not appear in the wwwroot folder of the project. <ItemGroup> <None…
-
1
votes2
answers329
viewsQ: Laravel architecture for Saas systems
I am making a system in Laravel, but this system will serve several users, and these users can register their customers. The big question is, so that it doesn’t stay all in a single database, I…
-
0
votes0
answers323
viewsQ: C# Windows Forms - Integrated Database
I will develop a Desktop application, and this application will make access to Local Database, my question is: If I make an application that accesses SQL Server normally, when I generate the release…
-
0
votes1
answer324
viewsQ: C# - Passing data between Windows Form using Listview
I have a project in C# Windows Form, in my project I have 2 screens, 1 - Listview to show the information, 2 Form to get the user data and pass to Form1 Listview, but the problem is: pass the…