Quantcast
Channel: C#タグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9374

VB6マイグレーション でわかったこと

$
0
0

①Trimとかの関数が何故、関数名だけかくことが上手く行かないのか

https://www.atmarkit.co.jp/ait/articles/1606/15/news028.html

②.net バージョンは違いが起きる

https://docs.microsoft.com/ja-jp/archive/blogs/jpvsblog/net-framework-3

③イベント記述の違い

https://www.chuken-engineer.com/entry/2019/08/15/121828

④My 用法

http://rucio.a.la9.jp/main/dotnet/shokyu/standard37.htm

⑤ 諸々を書いてくれて、ありがとう

https://t-ashula.hateblo.jp/entry/2011/12/06/210804

⑥コントロール配列の解決方法
https://www.itlab51.com/?p=2236

⑦ icsharpcode は SharpDevelopより進化している可能性もある。
https://github.com/icsharpcode/CodeConverter
VSへのアドインもあるようだ。

⑧ VB C# 仕様変化

https://elleneast.com/?p=10679

⑨VB レガシーを封じる
https://earlgreytea.hatenablog.com/entry/2016/05/10/073046

⑩vs2008 と sharpdevelop のエラーの原因は
Option Stirct On
https://docs.microsoft.com/ja-jp/dotnet/visual-basic/language-reference/statements/option-strict-statement

型変換が実行時行われるのは、C#erには当然ありえないのだが、VB6などは存在した。
それが両者の変換エラーにつながったのではないか。

VBにはこういう弱点があるので、やはりC#かと思うけど、喰わず嫌いみたいにあまり知らないのにケチつけたくない。
https://www.atmarkit.co.jp/fdotnet/vb6tonet2/vbnet2_13/vbnet2_13_01.html


Viewing all articles
Browse latest Browse all 9374

Latest Images

Trending Articles