When you start coding in c#, EF you need to get familiar to Lambda. By time you start to use…
Beware of the field you used for. If its simple field, noproblem. If you use lookup or entityreference, you can…
You have lots of restrictions i know. You are at client side and you can nothing about business logic. But…
From https://stackoverflow.com/questions/4791794/client-to-send-soap-request-and-received-response
You can use template literals to ease your coding with strings. Especially with many parameters and multi lines. Don’t mix…
First thing first. This may be basic but , nice to know to beginner. You need to run your code…
Unfortunately debugging is still problematic and takes time. For targeted debugging just use debugger keyword in your code. Life saver!