Posts by Jabrel • 49 points
6 posts
-
0
votes1
answer252
viewsA: Error deserializing Json . NET CORE 5 - Jsonexception: A possible Object Cycle was Detected
I did not understand but it was something related to the body of Sponse. Basically: var streamTask = client…
-
1
votes1
answer252
viewsQ: Error deserializing Json . NET CORE 5 - Jsonexception: A possible Object Cycle was Detected
I basically created an API project on. NET 5. My idea is to consume their API (Take repository information), and then make some information available in my API. The request is successful but there…
-
0
votes1
answer101
viewsA: How to persist extended Identity(Authentication) fields. net CORE 5.0
To be able to persist the data customized (additional fields of the aspNetUser table) and use them anywhere in the code I did the following: First I created a class that adds CLAIMS. public class…
-
1
votes1
answer101
viewsQ: How to persist extended Identity(Authentication) fields. net CORE 5.0
I have a project in ASP.NET MVC CORE 5.0 . What I want to do: Retrieve the information dadAleatorio user logged in, in any controller to insert them in wheres and creates. For example I want to…
-
0
votes0
answers135
viewsQ: Object Reference not set to an instance of an Object - Does not display error message
My system (WEBFORMS VB.NET) has presented a null object exception(Object Reference not set to an instance of an Object), which happens only on the production server after an indefinite period of…
-
1
votes1
answer232
viewsQ: Responsive table with scroll if screen is smaller than data
I am having difficulties in a certain responsive point of the site I am creating. I need a north. In this image the side menu is closed, occupying less space. As my div has fixed size it remains the…