Felix Rabinovich

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Felix Rabinovich created a post, R# recommends MaxBy that is not supported by Entity Framework
Consider the following code: var blah = _context.Customers.Where(...).Select(w => new CustomerDTO { CustomerTrak = new CustomerTrakDTO { CustomerTrackNote = w.CustomerNavigation.CustomerT... -
Felix Rabinovich created a post, Cannot resolve JavaScript tags from dependent modules
I have AngularJS module that has several dependent modules (angular-ui, momentJS, etc). While angular directives are recognized and even have Intellisense support, I am getting a dreaded "Cannot r...