Click here to Skip to main content
15,949,686 members

Comments by George Swan (Top 200 by date)

George Swan 9-Jul-24 13:36pm View    
I would suggest using PreviewMouseLeftButtonDown. It is a Tunnel event and they are more robust than bubble events.
George Swan 25-Jun-24 10:05am View    
Each space in your arguments string acts as a separator for the arguments. So you are passing 4 arguments. Is that what you intended?
George Swan 15-Apr-24 3:31am View    
The compiler is smarter than I thought. Excellent, +5 from me
George Swan 12-Apr-24 17:51pm View    
Is the extension method example correct? Will it accept a new List as a Func that takes a key and returns a value?
George Swan 8-Apr-24 14:22pm View    
If your query executes in Sql Server Management Studio, I would suggest that you save it as a stored procedure and simply run that. It is a secure and fast way of executing queries