About 7,420 results
Open links in new tab
  1. In C# is there a way of refreshing query in EXCEL (REFRESH ALL)

    Sep 2, 2019 · Need C# code in SSIS Sript task which should refresh all excel data which extracts from a table using Microsoft query.

  2. How to use bing Map in asp.net - social.msdn.microsoft.com

    Nov 4, 2013 · You can also check out the following sites for some additional examples, walkthroughs and information on using the Bing Maps Controls : Getting Started with the …

  3. How to query SQLite in C# using SQL (instead of LINQ)

    Nov 28, 2012 · ...but have not found any examples of querying SQLite in C# using SQL. Does anybody have any samples on doing that? IOW, I need some sort of a reader to read the …

  4. How to enable and disable start up programs using C#

    Feb 26, 2014 · Hello, I have Windows Forms app. C olleagues I want get list with all start up programs and after disable or enable. I see many examples but nobody cant help me.

  5. bcp utility using c# - social.msdn.microsoft.com

    Jan 2, 2014 · The bcp utility bulk copies data between an instance of Microsoft SQL Server 2005 and a data file in a user-specified format. The bcp utility can be used to import large numbers …

  6. Focus on a row in the DataGridView - social.msdn.microsoft.com

    Jan 25, 2012 · Please help Wednesday, January 25, 2012 7:24 PM 0 Sign in to vote this is using c# if not a c# code please provide the c# code to select a row Thanks Wednesday, January …

  7. Assignment chaining - differences between C# and C++

    Oct 24, 2018 · The code spits out " a=0 b=3 ", which is different than the C++. Interestingly enough, if I remove the assignment chaining, and break it into 3 assignments as below:

  8. How Can I Tell Who Has A File Open?? - social.msdn.microsoft.com

    Jun 30, 2011 · I have a copy of C# Express installed and I am wondering if I can create an executable to run on my desktop, and I would like to distribute this to people on my team, that …

  9. Zip large file in C# - social.msdn.microsoft.com

    Jun 13, 2019 · Hi All,I want to zip a large file (size 100GB) in C#.Can any one suggest me how can i proceed to do this?

  10. Return a single integer value from an sql stored procedure to C

    Mar 10, 2014 · You can use an OUTPUT parameter to get the value and retrieve it (output parameter) from your application code.