Hi, I m a dotnet developer, wanted to learn aws for c# developer
Can I get some useful resource links or YouTube channel through which I can cover what ever needed for a dev
i mean don't get me wrong, from 32 to 7ms is a huge difference, but the end user at the end doesn't feel the performance but what it does impact is the fact that if it would take 10 users to get an immediate feedback, now it could scale to 50 users...
Читать полностью…Your web server processes hundreds of them per second, that improvement can add few dozens more
Читать полностью…cmon... from 32ms to 7ms, i mean is that really that bad? i don't think any user would feel a difference if an api request took him 32ms or 7ms. of course, every performance improvement is blessed, but the fact they benchmarked this No tracking feature is kinda silly, despite the fact that i don't know what it does..
Читать полностью…listen, i dont have a problem adding the classes manually to the assembly using "Add class", but i have a dependency in that class that uses an external nuget (dll), what can i do?
Читать полностью…Input and output are both datasetresult , just checking on based of object's parametres(dynamic array) before passing further is taking time.
Читать полностью…the single user would not feel the difference but improving performances allows your application to scale higher and faster to serve a bigger userbase without delays or timeouts so it's always something good
what I would check tho is what the AsNoTracking()
does, if it actually helps with performances and in Wich cases
the pic doesn't explain nothing about that and looks like something someone would post on LinkedIn as tips for C#/.net just to get some visibility
I have a datasetresult of 10000 records, but logic says that I have to check each record through the datasetresult again to pass it further which is taking whole lot of time.. is there any other way?
Читать полностью…Is there any alternative to pull and confirm each record for 10000 records other than getValue method to speed it up?
Читать полностью…let me ask this, what is a way for me to have a compiled assembly used inside an existing assembly?
Читать полностью…anyways, i have a question. using dnspy, how can i reference an external assembly into an existing executable?
Читать полностью…