CONVERTER CÓDIGO VB.NET PARA C#
Existe algum tipo de software que converta o código de um projeto em VB.NET para C#?
Eu uso esse http://www.developerfusion.com/tools/convert/vb-to-csharp/
Como o ambiente que estou agora, não tem as ferramentas para testar a conversão, vou testar assim que chegar em casa... Agradeço muito a ajuda PEDRO47501
Bom olhar este também.
http://www.macoratti.net/11/11/conv_cvb.htm
http://www.macoratti.net/11/11/conv_cvb.htm
Veja isso
Aqui
Eu utilizo para converter de C# para vb, mas tb tem outros, como vb para C#
Aqui
Eu utilizo para converter de C# para vb, mas tb tem outros, como vb para C#
Vou fazer o teste de um por um. A linguagem C# e C#.Net são os mesmo?
In addition to what Andrew said, it is worth noting that:
.NET isn[ô]t just a library, but also a runtime for executing applications.
The knowledge of C# implies some knowledge of .NET (because the C# object model corresponds to the .NET object model and you can do anything interesting in C# just by using .NET libraries). The opposite isn[ô]t necessarily true as you can use other languages to write .NET applications.
The distinction between a langauge and runtime and library is more strict in .NET/C# than for example in C++, where the language specification also includes some basic library functions. The C# specification says only a very little about the environment (basically, that it should contain some types such asi int, but that[ô]s more or less all).
Fonte: What is the difference between C# and .NET?
.NET isn[ô]t just a library, but also a runtime for executing applications.
The knowledge of C# implies some knowledge of .NET (because the C# object model corresponds to the .NET object model and you can do anything interesting in C# just by using .NET libraries). The opposite isn[ô]t necessarily true as you can use other languages to write .NET applications.
The distinction between a langauge and runtime and library is more strict in .NET/C# than for example in C++, where the language specification also includes some basic library functions. The C# specification says only a very little about the environment (basically, that it should contain some types such asi int, but that[ô]s more or less all).
Fonte: What is the difference between C# and .NET?
Tópico encerrado , respostas não são mais permitidas