Mohammad Hamdy Ghanem

Results 245 comments of Mohammad Hamdy Ghanem

What is not readable about: x of 10 to 13? This is exactly what `x[10 to 13]`. You can ask non programmers about its meaning and see how many can...

Also, having this as a lang feature, will be shorter and cleaner, and allow VB to do optimizations like using spans when possible. It also allows to regain an old...

Note that this way of thinking: > The frame work has a solution is combined with this way of thinking: > C# can do it all. so, we are here:...

Yes I was refering to mid, but it preservs the original length, which has no purpose since strings in .NET are immutable, and mid will create a new instance anyway....

> I don't see it that way at all. Microsoft does, so, here we are.

> Personally, I no longer return values from functions this way Me too, but in case of returning a list, it seems a better choice. But I wouldn't use the...

Recently, I am dealing with an interesting language named Ring. Blocks in this langue can be identified just by their header line, so, it is optional to add a closing...

For 15 years, MS broke the promise of making .NET work on any device and any OS. It did that on purpose thinking this gives Windows an advantage of other...

I had read Anthony's artical and I write VB code for 23 years now. I really mean to change Vb Behavior in VB# to keep one compiler with two different...

> If you do that, you just killed VB This is what VB6 programmers still saying about VB.NET. By the way, I proposed to add a VB6.NET to VS.NET, but...