About 50 results
Open links in new tab
  1. NAR function in C# - confusion - social.msdn.microsoft.com

    Jul 12, 2011 · Yes, that's right, by default, C# pass object by reference to the function. It does not need to add ref to in the parameter. If we pass the basic data type, such as int, double, long, we can add …

  2. MSDN

    MSDN

  3. How convert wstring to const char*? - social.msdn.microsoft.com

    Sep 19, 2016 · I have an cryptographic function that returns wstring and i'm using fprintf to write ecrypted string to a txt file, but fprintf have the second parameter as const char*. So, how write a …

  4. Include @Html.ActionLink in a @helper

    May 20, 2014 · Thats a limitation see here, you might want to pass the HtmlHelper as parameter to your helper method and use it to call the built-in helper functions.

  5. XmlInclude/SoapInclude: Serializing derived classes

    Jan 30, 2007 · I've a Web Service with a method ShearSheep () that takes a custom type (Sheep) as a parameter. The custom type is defined in a Web Service (that's automatically defined again in the …

  6. SQLHANDLE type for c# - social.msdn.microsoft.com

    I am converting code C++ VS 6.0 to c# VS 2005. I have types that C# doesn't recognize for example SQLHANDLE, RETCODE, HSTMT. I am having trouble finding the equivelent types in c#. My …

  7. SUM IIF between daterange expression help Report Builder 2.0

    Feb 2, 2011 · The Value expression for the textrun ‘ID_People1.Paragraphs [0].TextRuns [0]’ contains an error: [BC30455] Argument not specified for parameter 'FalsePart' of 'Public Function IIf …

  8. reinitialize Log Shipping - social.msdn.microsoft.com

    Feb 9, 2011 · Can I take a nightly backup from the Primary to reinit the secondary, and will the log shipping pickup with transaction logs beyond the backup time and resynch my secondary?

  9. CString Problem in VS2010 - social.msdn.microsoft.com

    Nov 2, 2011 · > I am migrating old VC++ 6.0 code to VC++9.0. The code has a class CGpsString which is drived from CString. The structure of CString is very different from VC6 to VC8/9. In fact, VC6's …

  10. Hide a column or set of columns in excel using OpenXml.

    Sep 3, 2010 · I need to export data from a DB into an excel spreadsheet, and based on certain conditions i need to hide a set of columns. Can anyone guide me in the direction which class (es) will …