Zev Spitz
Zev Spitz
[Quote](https://github.com/dotnet/vblang/issues/499#issuecomment-599827691): > If we can get even a small percentage of that community to unite behind a common cause, I believe we can get the attention of the top executives...
@WolvenRA Or the Typescript team. Can you imagine VB.NET on a monthly or bimonthly release cadence?
@Happypig375 Would it be possible to detach it completely from the VS releases? Every so often VS would notify you that there has been an update to the VB extension....
I think there is another question that needs to be answered. **What does VB.NET gain from having its development tied to C#'s via the Roslyn compiler?** Feature parity with C#...
> But then I realised that in a high level language, an 'index' is just a 'parameter', and the implementation should be a detail that is irrelevant to the caller....
@KostetskyiYaroslav Some time after I first opened this issue, I refactored my tests, and this issue is no longer relevant to me. It may well still be a problem.
The Javascript page should also perhaps have a note about the [data access libraries available when Javascript is hosted in Microsoft scripting hosts](http://bobby-tables.com/com_automation).
Apropos, from the [MS Access page](https://bobby-tables.com/msaccess): > Note that any function which expects some form of structured text (e.g. JSON, XML, command line execution) may be similarly vulnerable when being...
It seems this folder -- `lib\site-packages\win32com\gen_py` -- (which I guess is created when installing Python Windows Extensions) needs admin write privileges. See also #1140 .
Using idiomatic C# is shorter in this case (no explicit call to `Dispose`), than the [same example in the readme](https://github.com/ume05rw/SharpCifs.Std/blob/master/README.md#read-a-file).