Check spelling or grammar in another language: a new training course on Office Online
Do you have difficulty checking spelling and grammar in a different language in Office 2007?
Do you have difficulty checking spelling and grammar in a different language in Office 2007?
I’m pleased to announce that we’ve released Japanese Visual Studio 2010 Beta1 Documentation on the MSDN Online Library. In this release we’ve tried couple of new things such as Machine Translation, English and Japanese Side by Side (SxS) View, Highlighting feature. Japan has very high-standard for everything and introducing Machine Translated Developer content to this High-Tech country is a big challenge
We would like to thank you if you had attended Tech Ed India 2009 at Hyderabad in person or through Live Meeting. It was great to meet you all and discuss about our products and technologies. We have never had such a huge amount of topics and variety of forums to discuss and everything worked out very well thanks to the efforts that went into the planning.
Hi… IE8 comes with some well selected features to help you with your daily browsing.
Good news to all Architecture Newsletter readers. The Microsoft Singapore Architecture Newsletter is now up at the Subscription Center for all to subscribe.
みなさん、お疲れさまです。最近は「暖かい」をこえて「アツ」くなってきましたね。 そんなアツい季節に VS2010 !!ついに Beta がご利用頂けます。 http://www.microsoft.com/japan/msdn/vstudio/2010/ そこで先日ご紹介したモデル駆動をちょっとだけ試してみましょう。 デザイナで Entity を新規に作成します。(当然、この時点では DB とマッピングはされていません)そしてデザイナ上で右クリックするとコンテキストメニューに「 Generate Database Script from Model 」というコマンドが存在することを確認できます。 これを実行すると、 SQL 文が自動的に生成されます。 「 Finish 」ボタンをクリックすると VS 上に SQL 文が表示されます。この時点ではまだ SQL 文は実行されていません。 ツールバーにあるアイコンをクリックして SQL 文を実行します。 SQL Server Management Studio で確認すると「 dbo.Entity1.Set」 というテーブルが生成されているのが確認できました。 デザイナに戻ると、Entityとテーブルのマッピングもちゃんと行われているのが確認できます。 以上、非常に簡単にモデル駆動型開発をご覧いただきました。 今回は非常にシンプルなエンティティからテーブルを作成してみました。 リリースまでに、どこまで対応されているのか楽しみですね。
こんにちは。 SharePoint Team ブログで、次期 SharePoint 2010 の要件に関する Annoucement がされています。 Announcing SharePoint Server 2010 Preliminary System Requirements : http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx 日本語で要旨を記載しますと、 SharePoint 2010 は 64 bit のみサポート SharePoint 2010 では Windows Server 2008 以降で動作 XHTML 1.0 に準拠したブラウザサポート (つまり、FireFox なども対象。従来の単なるレンダリングサポートのレベルとは異なります . . .) 上記チームブログでは、準備の一環として、SP 2 を導入し、将来リリースへの対応検証をおこなえる preupdatecheck…( read more )
Los repositorios en Internet, la colaboración electrónica y el etiquetado se encuentran ahora bien establecidos en el nuevo mundo del web. Pero sin duda, la capacidad de hacer más productivo al ‘trabajador del conocimiento’ queda aun con muchas oportunidades por limitaciones de las soluciones actuales: Los sistemas no hacen suficiente por detectar nueva información que altera el trabajo del individuo, hay demasiados sitios y cosas sucediendo que no están relacionados. El etiquetado de información…( read more )
Auflistung der verfügbaren Service Packs und Kumulative Updates auf dem SQL Server 2005 mit der gehörigen KB Artikelnummer. Stand: 05.05.2009 S ervice P ack Buildnummer KB Nummer Beschreibung 3 9.00.4220 KB 967909 Kumulativ Update 3 für SQL 2005 SP3 3 9.00.4211 KB 961930 Kumulativ Update 2 für SQL 2005 SP3 3 9.00.4207 KB 959195 Kumulativ Update 1 für SQL 2005 SP3 3 9.00.4035 Download Service Pack 3 2 9.00.3301 KB 958735 Kumulativ Update 11 für SQL 2005 SP2 2 9.00.3294 KB 956854 Kumulativ Update 10 für SQL 2005 SP2 2 9.00.3282 KB 953752 Kumulativ Update 9 für SQL 2005 SP2 2 9.00.3257 KB 951217 Kumulativ Update 8 für SQL 2005 SP2 2 9.00.3239 KB 949095 Kumulativ Update 7 für SQL 2005 SP2 2 9.00.3228 KB 946608 Kumulativ Update 6 für SQL 2005 SP2 2 9.00.3215 KB 943656 Kumulativ Update 5 für SQL 2005 SP2 2 9.00.3200 KB 941450 Kumulativ Update 4 für SQL 2005 SP2 2 9.00.3186 KB 939537 Kumulativ Update 3 für SQL 2005 SP2 2 9.00.3175 KB 936305 Kumulativ Update 2 für SQL 2005 SP2 2 9.00.3161 KB 935356 . Kumulativ Update 1 für SQL 2005 SP2 2 9.00.3042 Service Pack 2 1 9.00.2047 Service Pack 1 0 9.00.1399 RTM- Release Version
Windows 7 Release Candidate is now available for download: http://www.microsoft.com/windows/windows-7/download.aspx The download is available in the following languages: · English · German · Japanese · Spanish · French You can find out more about what’s new in Windows 7 here: http://www.microsoft.com/windows/windows-7/whats-new.aspx
GAT/GAX toolkit has been using property directive in Text Templates like this. <#@ template language = ” C# ” #> <#@ output extension = ” .cs ” #> <#@ property processor = ” PropertyProcessor ” name = ” ClassName ” type = ” System.String ” #> <#@ property processor = ” PropertyProcessor ” name = ” Namespace ” type = ” System.String ” #> namespace <#= Namespace #> { class <#= ClassName #> { // more. } } While this directive is not supported by the DSLTools Host which is the default Host for Text Templates in Visual Studio there is often the question how to call a Template and pass in property values like done here: <#@ include file = ” T4GAXRunner.ttinclude ” #> <# GetT4GAXRunner().Render( “GAXSample.t4″ , new {ClassName= “MyClass” , Namespace= “ns” }); #> < tangible has now posted a Standard DSL-Tools-Host Text Template nick-named “T4GAXRunner” that can call a GAX template and pass in parameters very nicely.
This is a very common case…. There are so many application that needs to enter numbers in a text box… but what is the best method to do that.