Mohammad Hamdy Ghanem
Mohammad Hamdy Ghanem
This suggestion will not break any code so what ever. The compiler will try to find a normal method then an extension method, and finally a static method that can...
I think VB.NET has no issue as a language, and can be used as it is for decades. The real problem is that it is kept away from other platforms...
Anthony posted a promising post yesterday, but he didn't say much about his intentions: http://anthonydgreen.net/2020/07/27/resume-next/
I think we need to take a look at this [RoslynPad](https://github.com/aelij/RoslynPad): A cross-platform C# editor based on Roslyn and AvalonEdit. This can be an open source alternative to VS.NET written...
@cristianlt23 We have discussed this issue months ago, and there is a new implementation alternative to and compatible with VB.NET named Mercury (see closed issues). You need to look back...
If you need different (columns) of the data, to use each as a param to different methods (such `Average(StudentGrads As List(of integer))`, `Print(Names As List(Of String))`), you have to use...
Such complexity is why I am re-designing the language! Try to do this: ``` Dim result = From Students Select ID Select Name Select Grades Select Sports ``` Please, lets...
You are free to wast your life writing whatever code you want. I am seeking a smart language that adapts to fit me, not asking millions of programmers to fits...
By the way, I am publishing a series of videos on YouTube (17 videos so far) to introduce Small Basic to Arabic children. But this will not benefit VB.NET if...
It is a VB.NET issue, since it needs a special treatment of the compiler. There is also the issue when the object is Nothing. The workaround is to use the...