NEWS(10/08/24 15:01) ビジネスアプリケーション開発環境「Visual Studio LightSwitch」ベータ版が公開 既存の資産を活かしつつ最新技術を利用した業務アプリを手軽に開発可能 「Visual Studio LightSwitch」Beta 1 米Microsoft Corporationは23日(現地時間... 続きを読む
MSDN マガジン > Home > 発行物 > 2010 > MSDN マガジン April 2010 > よりよいコーディング - Visual Studio 2010 を使ったよりよいコーディング マイクロソフトが Visual Studio を発表してから 13 年経ちました。Visual Studio は、息の長い、同社の統合開... 続きを読む
I wanted to let people know that an (almost) final VB 9.0 language specification has been posted on the download center. The spec is missing some copy-edits from the documentation folks, but is otherwise complete. Since I'm not going to get a... 続きを読む
Knowing that I love to play with such things, a friend recently asked me to help write a simple tool that could export to Microsoft® Excel® a sortable list of all the members of a new assembly that she was required to document. The tool neede... 続きを読む
I've always had a bit of a fascination with drawing maps. I also think that Visual Studio® 2008 and Visual Basic® 9.0 are amazing. As a result, when I got the opportunity to play around with Visual Studio and then write an article about it, I... 続きを読む
« みんなのPopfly | メイン | これからのEngineerに求められる素養 - Casual Thoughts » 2007年10月20日 Visual Basic Language Specification 9.0 Beta2時点での言語仕様を文書化したもの。 Download details: Visual Basic Language Specification 9.0 Word形... 続きを読む
With traditional object-oriented development, extending classes is typically achieved by deriving from a base class and enhancing the functionality in the derived class. Visual Basic® still supports these object-oriented concepts, but classes... 続きを読む
NAL さんのこの日記を見ていて VB と C# で匿名型の動作が違うということに初めて気づいた。 C#の匿名型はメンバがすべて読み取り専用のプロパティとして宣言されるため、最初に宣言した時に設定した値を変更する事ができないからです。 とりあえず C# と VB.NE... 続きを読む
In order to support Language Integrated Query (LINQ), a suite of new technologies was added to the upcoming release of Visual Basic® 2008 that includes type inference. In earlier versions of Visual Basic, a member's type was assumed to be Obj... 続きを読む
Microsoftは6日、「Microsoft Visual Basic 2005 Power Packs 2.0」を公開した。Microsoftダウンロードセンターより無償でダウンロードできる。 「Microsoft Visual Basic 2005 Power Packs 2.0」は、Visual Basic 2005 Power Packsをバージョンアップしたもの... 続きを読む
少し前に 八巻さん が紹介 していた Visual Basic PowerToy 2.0 というマイクロソフトが提供しているカスタムコントロール集があります。便利そうなのでインストールしてみました。 当たり前ですが、 C# やそのほかの .NET プロジェクトでも使用することができ... 続きを読む
Lambda expressions, new in Visual Basic® 2008, are a handy addition to any programmer's toolbox. They are callable entities that are defined within a function, and they're first-class citizens; you can return a lambda expression from a functi... 続きを読む
My name is Jared Parsons and I am a developer on the VB Compiler and Debugger. One of the features I implemented for VB 9.0 is lexical closure support. This a great addition to the VB language and I wanted to do a series of blog posts to de... 続きを読む