Posts by Elder Barbosa Lima • 11 points
4 posts
-
0
votes0
answers5
viewsQ: Search Salesforce object using Netcoreforce
When using the Postman i can make a POST call that looks for a specific object in Salesforce without using the query. Example:…
c#asked Elder Barbosa Lima 11 -
-1
votes1
answer33
viewsQ: How to use in a string that contains double quotes in its contents along with the @marker
I am creating a simple unit test that compares two strings and would like to use the marker @ to leave the contents of a string formatted in several lines as follows: var esperado =…
-
1
votes1
answer24
viewsQ: Find Normalizedusername of Identity . NET core on the Azor pages
I need to display the user name on topbar. Razor by default provides a @User object as default but providing little user information. It has the name property but brings the username instead of the…
-
0
votes3
answers3104
viewsA: Error when adding Controler to ASP.NET MVC
In startup.Cs: `public void ConfigureServices(IServiceCollection services) { var connection = Configuration["ConexaoMySql:MySqlConnectionString"];…