Search Results

0
votes
3answers
262 views

Set OpenFolderDialog to a special folder

Hi, I know it is possible to set the current folder of the OpenFolderDialog to a special folder, like "Program Files" or Desktop? But where do I find this? …
0
votes

when to use Collection<T> vs List<T>

in this question you can see the difference between list and collection of T …
0
votes

Best way to split an address line into two fields

What I did, but I doubt that it is the most performant solution is to reverse the address and then get the first part till you find a digit and take them all. i.e. the regex .*\d+ on …
1
vote

Strong name is must

I suggest you look here for a very good explanation about strong naming and signing. In the article it sa …