Browse by Tags
-
-
So, in the comments on my post about the lack of Resharper 3.0.2 Intellisense for .NET 3.5/LINQ, I made the comment that I actually I use both Resharper and CodeRush!! That's right, I can't live without either :) Both products have distinct advantages...
-
-
In trying to do any LINQ/.NET 3.5 Beta 2 stuff with Resharper I noticed that the Intellisense is not right: db.Log = Console .Out; IQueryable < Customer > custQuery = from cust in Customers where cust.City == "London" select cust; I confirmed...
More Posts