Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic Sample: Turtle Plus Flickr

    Code GraphicsWindow.Show() pic = Flickr.GetRandomPicture("lightning") gw = GraphicsWindow.Width gh = GraphicsWindow.Height GraphicsWindow.DrawResizedImage(pic, 0, 0, gw, gh) distance = 50 Turtle.Speed = 9 For sides = 3 To 20 DrawPolygon() EndFor Sub DrawPolygon...
  • Wiki Page: Effective C# Coding

    Make your C# code efficient The following set of effective C# articles contains various ways to improve your C# code. Item 1 - Prefer the Length property when checking string size [ Performance] String comparison involves unnecessary overhead. If all you need is to check whether the...
  • Wiki Page: Wie fügen Sie formatierten Windows PowerShell-Code im TechNet Wiki ein (de-DE)

    Dieses Thema ist eine Vorgehensweise. Bitte halten Sie es so klar und einfach wie möglich. Vermeiden Sie spekulative Diskussionen sowie Grundsatzdiskussionen der zugrunde liegenden Mechanismen oder verwandte Technologien. Sie können formatierten und farbigen Code-Syntax einfügen (der...
  • Wiki Page: Wiki: 整形されたコードを挿入するには (ja-JP)

    人間が読み易いコードを TechNet Wiki に挿入することは、読み手にとって多くの価値があります。ただ、記事の編集者にとってはいろいろ工夫が必要です。この記事を How to 情報として共有して利用してください。 Wiki のエディターには整形コードブロックオプション ( ) があります。クリックしてみてください。いくつかのコードを入力し、言語を選択してから OK をクリックします。それにより、整形されたコードが記事へ挿入されます。 その他のオプション TechNet Wiki に整形された Windows PowerShell のコードを挿入する方法...
  • Wiki Page: Wiki: How to Insert a Formatted Code Snippet and Code Block on TechNet Wiki

    Table of Contents How to Use the Format Code Block Tool Other Code Insertion Options See Also Other Languages Inserting human-readable code into your TN Wiki articles adds a lot of value for the reader, but it can be a challenge for the author. Use this article to share how-to information. How...
  • Wiki Page: CRM 2011 Write a Plugin with Early Bound Types

    If you want to use early bound types(CrmSvcUtil) in your plugins, you should add the following code in your Plugin project AssemblyInfo.cs. [ assembly : Microsoft.Xrm.Sdk.Client. ProxyTypesAssemblyAttribute ()]
  • Wiki Page: How to Paste Formatted PowerShell Code with Line Numbers on TechNet Wiki

    The line numbers portion of this script is only really useful for displaying longer scripts. The line numbers are probably better suited for use in TechNet Gallery. This is an extension to the article " How to Insert Formatted Windows PowerShell Code on TechNet Wiki ". With this method...
  • Wiki Page: StockQuote Sample: How to Avoid Error 80072ee5 (Windows Embedded Compact 7)

    When you run the Web Services on Devices (WSD) StockQuote sample provided by the Windows Embedded Compact 7 SYSGEN_WSDAPI_SAMPLES catalog item, StockQuoteClient.exe may report error 0x80072ee5 (ERROR_INTERNET_INVALID_URL). In this article: Cause Resolution Cause To work...
  • Wiki Page: 13 Tips to Comment Your Code

    THE CODE SHOULD EXPLAIN HOW. THE COMMENTS SHOULD EXPLAIN WHY. Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. 1. Comment each level Comment each code block, using a uniform approach for each level. For example: For...
Page 1 of 1 (9 items)
Can't find it? Write it!