Mohammad Hamdy Ghanem

Results 245 comments of Mohammad Hamdy Ghanem

You can't compare with values unless you are certain of the Var type. Your example doesn't make any sense.

This still messy. At least it will not work when Option Strict is On. I see no practical using worth concerning for mixed values and pattern match in the Select...

> Still to do is remove the requirement of declaring the result variable before hand. This is a deep trap in your design. What if I need to use an...

Seems to found the answer, so, closing this.

I re-opn this after the discussion in #576. I find it useful to minimize code where the signature of the anonymous type contains many fields (some of them are keys)...

Not necessary. Using the same type many times in just one local function, makes it wasteful to crate a full type for it. Especially that you need many of such...

@CyrusNajmabadi A link for the discussion will be helpful. Thanks.

If I am looking for a workaround, then it easier to write a stored procedure to filter the names directly. It will need some work to use dynam9iic sql to...

Inlining functions in SQL is a compiler job, as it can be used in LinQ to SQl, EF6, EF Core, or any other tech to come. I reported an error...

You can use: ```VB.NET If Not IsNothing(Object) Then 'Do Something End If ``` `IsNothing()` is a legacy VB6 function, defined in `Microsoft.VisualBasic.Information` module. It will be easy to ask to...