PontiacGTX
❔ itextsharp not rendering cells for a table
I am trying to display a cell in iTextSharp Version in a second page but it does not display the cells for some reason here is the code
the output is the following: https://i.stack.imgur.com/ni8WA.png
3 replies
❔ problem trying to embed image sources with itextsharp converting html element to pdf
this code is showing that I am converting HTML TO pdf but only is able to embed the image source from the qr path which is an absolute path only located in a different folder but the other images arent showing up
code in comments below
8 replies
❔ "Invalid object name '...' "
I am trying to use a Database first(model) with Reverse engineering from EF Core Power tool) but I havent applied automatic migrations or anything) but the project tells me this table doesnt have such name but indeed it does, and I am not sure what else I could try
2 replies
❔ In blazor server,in which Method should you usually implement JWT assignation
I have been wondering since I have used scaffolding por identity to receive the JWT token in J's but really the token isn't assigned on the Razor pages(scaffolding uses razor ) from the Http context into the User,since it seems to get lost as if they were using 2 different HttpContext,how would you usually do about assigning the JWT in a header with identity scaffolding?
2 replies
❔ Restoring project with DB Schema only with EF and NET Framework
I am restoring a Database from a .bak file whenever I try to query something from DB, there is a lack of attributes and the context does not use fluent api.... so what can i do to restore this project from the existing DB and Code/models entities without writing all those attributes/fluent validation?
3 replies
❔ Invalidating Claims from previous sessions claims when Logging In
I am using ASP.NET Core 2.0 AND IdentityServer(4?) and I need to invalidate the previous login when this user logins but I see that calling UpdateSecurityStampAsync logs me out from all previous login even tho I make it login once more...(this event is called everytime it logins but i dont know hwo ot invalidate the previous logins, do you mind helping me? thank you
2 replies
How to define an Anonymous type lambda parameter in Linq Expression
0
I had found in a stackoverflow post how they created an anonymous object but I would like to create a Lambda expression which select only a field within an object to be able to Group by Id
currently the coude from here Linq: Group by multiple columns using Expression-tree syntax
creates a new type but I would like that it could be able to work on GroupBy linq method....
using this type using a single field(I only need the field rather the class... groups by an entity MyType which doesnt exist...it should group by either of the entities/fields in my class
linq.net-coresystem.reflection
1 replies
Incorrect dynamic lambda generation
I have setup a method to dynamically create a lambda to select a parameter and create a new object based on certain fields the code looks like when generated but shows an error when using the compiled lambda expression.... here is the code
6 replies