If you get this error while debugging your Sharepoint application, you have probably to know that you must call the fields with their INTERNAL NAME, which can be different from the name you see on labels on the site.
How can you find the correct internal name?
You can go to a page in which you [...]
I really love using regular expressions.
It’s so easy to check strings… for example if you want only alphanumeric or only numbers or a very specific format like two letters, one point, one number and a #, in the specific order.
In my opinion, it’s highly difficult to create the reg exp from scratch.
I have found a [...]