vblang icon indicating copy to clipboard operation
vblang copied to clipboard

The home for design of the Visual Basic .NET programming language and runtime library.

Results 110 vblang issues
Sort by recently updated
recently updated
newest added

I just read that OpenSilver will support VB.Net - beta in Q1 2023, see (blow roadmap) https://www.opensilver.net/links/whatsnew.aspx This means a real Web Assembly solution that works for VB.Net will be...

Dear Microsoft, I have been a professional developer since 2006 and have been working for the same company since then. Starting with C/C++ (MFC), the main application was later extended...

官方和vb使用者,大家好,如标题所言请继续支持vb。我是一名来自中国的vb爱好者,也用vb在做商业工具。在中国依然有活跃的vb用户,我们使用QQ群交流。 我希望vb能增加以下两个功能。 1,多行字符串里直接支持双引号,用来和webview2做混合应用开发。 2,能让vb方便的开发webapi,智能家居等等行业用的上。目前我们用的是中国国内一位vb开发者的dll,这个dll可以非常方便的开发webapi而且不依赖iis。 至于maui等c#稳定后可以考虑支持vb也可以不支持,我们目前用b4x来做安卓开发。 社区很多都是专业程序员在发言,我发布这些是希望大家能看到除了专业程序员外,还有很多vb爱好者,我们用vb来解决工作和生活中的问题,也用他来做创业项目。vb Good,谢谢。 Official and VB users, hello everyone, as the title says, please continue to support VB. I am a VB enthusiast from China, and...

In my opinion, ASP.NET was one of the reasons that made VB.NET popularity go down over the past decade. VBScripts run only in Internet Explorer, So it is born dead...

From time-to-time, it happens that the developers of some library of interest decides to use essentially the same name for a string, a property, an enum etc., that are made...

Discussion

The Null Conditional operator when used in conjunction with a boolean function should result in a nullable value and not require parentheses around it before checking GetValueOrDefault or HasValue ```...

![image](https://github.com/VBAndCs/sVB-Small-Visual-Basic/assets/48354902/e5493926-7c5a-4e70-9df2-f6738650047f) Hi everybody. I spent 3 years to get sVB so far: Half a year to make small Basic videos and discover its downsides, 2 years to create [Small Visual...

Just ran into this today, apparently it's a long standing bug: https://github.com/dotnet/roslyn/issues/2780, although I disagree with the recommended behavior. IMO the correct fix is for the call to Conversions::ToDate(string) to...

@jrmoreno1 commented on [Fri Aug 26 2016](https://github.com/dotnet/roslyn/issues/13403) Microsoft Visual Studio Enterprise 2015 Version 14.0.25123.00 Update 2 Microsoft .NET Framework Version 4.6.01590 Visual Basic 2015 00322-90150-04967-AA372 Microsoft Visual Basic 2015 **Steps...

I am trying to implement an interface created in a C# assembly in .NET 8, which has both static virtual and abstract members. However, it's not possible to implement this...