27
Apr
Brilliantly Simple Code Sharing
Filed Under (Development, software management) by Emad Alashi on 27-04-2011
Tagged Under : .net, C#, extension, indexOf, nth occurrence, string occurrence, substring
Today I was looking for a fast way to find the index of a nth occurrence of a string in a string, so I found this very simple and intuitive site on which you can find and share .net extension methods, the website is http://www.extensionmethod.net Dah! ![]()
I couldn’t find what I looked for, so I shared my solution here; the website made it crazy easy to share this! Something I definitely would add to my log on how to create wonderful websites, simple and effective.

