Krishna
How to implement RateLimiting in a dotnet application that is built using .net461 framework version?
I am currently working on a project which is using .net461 framework version. I need to implement RateLimiting in the application. Are there any built in tools or libraries that I can use for this purpose or Should I implement my own RateLimiter?
12 replies
What is the better way to identify who is the exact culprit in this exception?
Root Cause: Database Column and Entity Property mismatch (Nullable in Db and NotNULL in C# Entity).
Message: Data is Null. This method or property cannot be called on Null values.
StackTrace:
I want to know Can we figure out which is the exact column for which type or nullability has not matched?
25 replies