About 51 results
Open links in new tab
  1. what does the <> operator mean in VB.net - Stack Overflow

    Mar 19, 2012 · It means "does not equal". Equivalent c# operator is != See Comparison Operators (Visual Basic)

  2. What are the differences between C#.net and Visual Basic.net?

    Feb 7, 2009 · Visual C# .NET may have a few more "power" features such as handling unmanaged code, and Visual Basic .NET may be skewed a little toward ease of use by providing features such …

  3. VB.NET on Linux - Stack Overflow

    May 20, 2011 · You can compile and run VB.NET code and applications (part of .NET framework, consider the successor of Visual Basic, with several language differences from Visual Basic 6.0).

  4. vb.net - I can't find "Windows Forms App (.NET Framework)" in Visual ...

    Apr 19, 2023 · I can't find "Windows Forms App (.NET Framework)" in Visual Studio 2022 (free download) Asked 2 years, 9 months ago Modified 1 year, 3 months ago Viewed 15k times

  5. vb.net - How to generate a Visual Basic .NET client from an OpenAPI ...

    Jun 28, 2022 · VB.Net can use C# assemblies (dlls), and Visual Studio is happy to build mixed projects. This makes it fairly simple to use a C# client generated by Swagger from an app that is otherwise …

  6. Leer un Xml, cargarlo a un DataTable y recorrer lo en Visual Basic .net ...

    verán estoy tratando de leer un Archivo XML, montarlo en un DataTable y luego recorrer el DataTable, pero no lo logro y ya llevo su buen rato intentandolo, para ello estoy usando el siguiente códig...

  7. .net - How to draw arbitrary lines and shapes in Visual Studio (C# ...

    Mar 8, 2023 · I'm developing an app in Visual Studio (C#, Windows Forms, .NET 4.7.1). Back in the old days of Visual Basic 6, there were buttons on the toolbar that provided the ability to draw arbitrary …

  8. Custom numeric format string in Visual Basic .NET

    Aug 24, 2014 · I'm trying to learn Visual Basic .NET step by step, but now I have a problem with a custom numeric format string using the String.Format () method. I have an Integer variable like this …

  9. vb.net - Deserializing JSON in Visual basic - Stack Overflow

    Deserializing JSON in Visual basic Asked 12 years, 2 months ago Modified 6 years, 6 months ago Viewed 116k times

  10. Convert a .NET Framework VB project to .NET Core

    Jul 4, 2020 · 3 For some reasons, I have to convert some projects (VB.NET and C#) to .NET Core. I've followed info from various sources, from Convert .Net Core to .Net Framework and the Assembly …