まだみたいですねぇ・・・
MSアホでしょ
今回のこればっかりはねぇ・・・
はいはいわろすわろす
SDKインスコできますた。
>>955 わらったw
あーでも、普及するんだろうな・・・
今回はSDK入れてもVS統合はされないそうな。 「Visual Studio 2005 Extensions for WinFX Beta 1」とかいうのが来週リリースされるまで待つべし。
情報乙
そろそろ次スレ?
うむ。ここはずっと頑張ってきた名無しさん♯に押しつけ・・・ゴホンゴホン、もとい、次スレ立てを お願いしたいと思うのだが
Vistaの製品版でもWinFXランタイム別途インスコ、 開発もVS 2005+Extenstionsになりそうな悪寒・・・。 で、OrcasはLonghorn Serverに合わせてリリースと。
ドトネトベータから付き合ってきたヤシは大損だね。 LHサーバーで報われるのかどうかも分からないし。
大損というよりはこれまで通りなんだが。
さすがに今年出すVS2005には、まだBeta1のWinFX関連の開発キットは付けられないでしょ ちゃんとExtension出してくれるだけ偉いがな Longhorn Server beta1 には入っていないのかな? 試してみるか('A`)マンドクセ
【いつまでベータ?】WinFX 大ブームPart5【ペーパーウェア?】
〃∩ ∧_∧ ⊂⌒( ・ω・) はいはいわろすわろす `ヽ_っ⌒/⌒c ⌒ ⌒
紙製ソフトウェア
>>968 ペーパー(Paper)じゃなくてベーパー(Vapor)。
973 :
デフォルトの名無しさん :2005/07/31(日) 18:18:17
Longhorn Beta1も出たことだし、改めて読んでみましょう。
Mr. Grimes’ Farewell
ttp://www.ddj.com/documents/s=9211/ddj050201dnn/ > When I see the beta of Longhorn (due later this year), I will examine it carefully
> to see how much of it is implemented with .NET. I suspect very little will be.
> Here are some clues to look for: If Longhorn does not implement the shell, or will not
> allow you to extend the shell with .NET, then Microsoft has clearly lost their confidence.
> If Longhorn does not implement any services in .NET, then they will indicate (as I do) that
> .NET is not the right technology for running under the privileges of the LOCALSYSTEM account.
> 見出しはBeta1 RCですけど、 お、今見たら直っとる。
MSHでRSSをゲトするサンプル。
$doc = new-object System.Xml.XmlDocument
$doc.Load("
http://msdn.microsoft.com/rss.xml ")
$item = $doc.rss.channel.item | sort { [DateTime]::Parse($_.pubDate) } -ascending:0
$item | select title,description,link -first 10 | format-list
MSHがデフォでロードしてるアセンブリ一覧 $asm = [AppDomain]::CurrentDomain.GetAssemblies() | foreach { new-object System.Reflection.AssemblyName($_.FullName) } $asm | foreach { $_.Name } | sort mscorlib msh System System.Data System.DirectoryServices System.Management System.Management.Automation System.Management.Automation.Commands.Management System.Management.Automation.Commands.Utility System.Management.Automation.ConsoleHost System.Management.Automation.Security System.Security System.Xml
IronPythonみたいにダイナミックに。 [Reflection.Assembly]::LoadWithPartialName("System.Drawing") [Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") $f = new-object Windows.Forms.Form $f.Size = new-object Drawing.Size(800, 600) $f.ShowDialog()
Vista Beta1 で MSH 入ってる?
MSH 従来のシェルとのパイプの概念の違いに慣れるまでは結構戸惑うね。
漏れ、頭が悪いから未だにMSHを使えない 何が受け渡されて、どう振る舞うのか、なんかぴんと来ないorz
IronPythonも捨てがたいが、現時点では.NETの動的言語ではMSHが最強か。
英語わかんね。 ただ、起動時にプロンプトを「C:\>」と表示するように出来た。
990
Accessのmdb/vbsで色んなツールが作られてんだけど、これらどうなるんだろう? コンバートツールがあったところで、作ってるのはマじゃなくて庶務女なんだけど。
>>991 日本語版のVS2005にも統合できていい感じ。
情報ありがとん >#
MSHはWMIも気軽に扱えます。 get-wmiobject "Win32_Processor" | select Name Name ---- Intel(R) Pentium(R) M processor 1700MHz
ume
997
>>993 確かにテンプレートがロケール1033と1041両方に作られてますね。
goto 999
1000
1001 :
1001 :
Over 1000 Thread このスレッドは1000を超えました。 もう書けないので、新しいスレッドを立ててくださいです。。。