添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
  • Comments

    Neha on Windows 7 – Unable to cr…
    gurucharan prajapati on Validating controls of Editabl…
    delhi on Manage Active Directory for Wi…
    espace.artemis@free.… on Manage Active Directory for Wi…
    machindra on Windows 7 – Unable to cr…
  • Top Posts & Pages

  • Categories

  • .Net4.0
  • .Net Interview
  • Appfabric
  • ASP.Net
  • ASP.net 4.0
  • Controls
  • Extension Methods
  • File Operations
  • Categories
  • Cloud
  • Office 365
  • Fiddler
  • Log4Net
  • Microsoft
  • SoapUI
  • Uncategorized
  • Visual Studio 2011 Developer Preview
  • Visual Studio Tools
  • WF4.0
  • Windows 7
  • Tags

    .Net .Net 4.0 .Net4.0 65536 Appfabric Asp.net asp.net 4 Categories ClientIDMode CodeActivity Code Activity Control ‘Button1′ of type ‘Button’ must be placed inside a form tag with runat=server Could not find a part of the path custom activity custom activity in WF 4 deriving from CodeActivity delete folder from C# dynamically loading usercontrols in asp.net edit web.config for wcf EndpointNotFoundException Events exception Extension Methods external tools FaceBook FaceBook Like button integration with your aspx page File Copy guidgen.exe I find some exes in Microsoft SDKs folder.Can I run those from Visual Studio? Invoke WorkFlow ListBox Log4Net Method Not Allowed Microsoft microsoft sdks NETFX 4.0 Tools New to WCF Optional Parameters Oracle Practical WCF Reading XML documents using LINQ render html Robotics steps to create workflow SvcConfigEditor.exe System.Activities System.InvalidCastException System.InvalidOperationException was unhandled test activity test WCF services test workflow The maximum message size quota for incoming messages (65536) has been exceeded The property 'Collection' of 'AddToCollection' is not initialized The type or namespace name Tuple could not be found Tuple Unable to cast object Unable to cast object of type 'Oracle.DataAccess.Client.OracleParameter' to type 'System.IConvertible'. Unable to cast object of type ‘System.Web.UI.WebControls.ListItemCollection’ to type ‘System.Collections.Generic.List`1[System.Web.UI.WebControls.ListViewDataItem]‘ Unauthorized Acess Exception Visual Studio WCF client throws EndpointNotFoundException WF4.0 windows service windows workflow in .net 4 WorkFlowInvoker Workflow Service xamlx XML using LINQ
  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Email Address: Posted: February 3, 2011 in .Net4.0
    Tags: , , , , ,

    In one of my stored pocedure’s an input parameter accepts Guid value & every time I wanted to test it,I used to run class from C# with Guid.NewGuid().ToString() to copy value & add it to stored procedure.Quite weird right 🙂 Because I never knew how else I can generate a guid value.

    Visual Studio External Tools come with a tool guidgen.exe that can help you create Guid in a specified format.

    Path – C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\guidgen.exe

    How to Use guidgen.exe?

  • Run exe
  • Select the format you want for the GUID.
  • Click New GUID & then Copy.
  • The GUID is copied to the Clipboard so that you can paste it whereever you want.

    If you want to generate another GUID, click New GUID

    This is a web-based version of same Microsoft’s guidgen tool 🙂 Thanks for sharing!