Altmank
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Altmank created a post, Resharper Linq Expression Function Autocomplete -- Like Linqpad?
Hello, I use Linqpad a lot and it has a feature where if you take a collection and type one of the IQueryable methods like "myCollection.Where" and then press tab, Linqpad will automatically comple... -
Altmank created a post, Wildcard in Custom Replace Pattern
Hello, I am trying to make a custom replace pattern that will detect if a variable name of a specific type is not a specific string. The idea is to use it to enforce that across the whole code base...