About 892,000 results
Open links in new tab
  1. What are the differences between C#.net and Visual Basic.net?

    Feb 7, 2009 · Visual Basic .NET is a true object-oriented programming language that includes new and improved features such as inheritance, polymorphism, interfaces, and overloading. Both Visual Basic .NET and Visual C# .NET use the common language runtime. There are almost no performance issues between Visual Basic .NET and Visual C# .NET.

  2. Do you prefer C# or Visual Basic .Net? - Stack Overflow

    Jan 11, 2009 · In my opinion, C# was created only for marketing reasons to bring Java developers to .NET. There are many more developer jobs in the job marketplace for C# over VB. Visual Basic got a bad wrap from the get go because it was an interpreted language. Back in the early days of computers, interpreted was bad and slow.

  3. C# vs. Visual Basic : r/learnprogramming - Reddit

    Nov 16, 2020 · Modern Visual Basic (.NET and beyond) is actually a totally different language than classic Visual Basic - it shares some syntax but it runs on the Common Language Runtime, the same as C#. So you have access to all the same Windows APIs …

  4. Is C# code faster than Visual Basic.NET code? [closed]

    Apr 12, 2013 · On the other hand, learning C# may very well be an effective way of speeding up your code. Not because C# can produce faster code, but because you will get a better understanding of both C# and VB.NET, enabling you to write code that performs better in either language. Edit: The C# and VB.NET compilers are obviously developed more or less in sync.

  5. What are the most important functional differences between C

    Aug 14, 2008 · VB supports implicit late binding (C# has explicit late binding now via the dynamic keyword) VB supports XML literals; VB is case insensitive; More out-of-the-box code snippets for VB; More out-of-the-box refactoring tools for C#Visual Studio 2015 now provides the same refactoring tools for both VB and C#.

  6. what shall i use VB.net or C# for desktop application

    Oct 27, 2009 · But C# is the way forward, and to the best of my knowledge I would have to say more work opportunities exist for C# developers than those who only know vb.net. VB.net might be easier to learn if you come from a pure vb6 background, but I've found most web developers with a bit of JS experience can pick up the C# syntax easily enough.

  7. What is the difference between c# and visual c#? [duplicate]

    Aug 18, 2013 · Visual C# is an implementation of the C# language by Microsoft. Visual C# is just C#. You can build any kind of .NET application using C# and Visual Studio makes it easier test and debug your application. for example using Visual Studio brings you lots of capabilities : Code Editor . Debugger. Designer. Windows Forms Designer. WPF Designer,...

  8. Null (In C#) Vs Nothing (in vb.net) - Stack Overflow

    May 26, 2017 · From Visual basic language specification about Nothing: Nothing is a special literal; it does not have a type and is convertible to all types in the type system, including type parameters. When converted to a particular type, it is the equivalent of …

  9. Quais as principais diferenças entre VB.NET e C#?

    Jul 31, 2019 · Agora um conselho de que veio do VB6 e começou a aprender agora VB.net e C#, para quem tiver dúvida, foque no C# e não se arrependerá. Para quem quiser começar: Curso Iniciando no C# - Inglês (com legenda) Microsoft Virtual Academy. Microsoft Virtual Academy (se estiver pensando em pesquisar por VB.NET ou Visual Basic não clique aqui) ;)

  10. c# - Difference between "Windows Forms App" vs "Windows …

    Dec 15, 2020 · Windows Forms App(.NET Framework) is the type which makes desktop apps using .NET Framework. Windows Forms App(.NET) is the type which makes desktop apps also but it uses .NET Core (Latest Version is .NET Core 5.0) The Windows Control Library project template is used to create custom controls to use on Windows Forms like we use button from the tool box Developers use the .

Refresh