No announcements
Found 1703677 threads
-
0 Votes
Binary serialization performance for a KeyedCollection
;T>(T value, System.Diagnostics.Answered | 4 Replies | 4910 Views | Created by JocularJoe - Tuesday, May 8, 2007 2:06 PM | Last reply by JocularJoe - Wednesday, October 3, 2007 5:34 PM -
0 Votes
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>'
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>' You can't tell System.Collections.Generic.List, a ...Answered | 2 Replies | 12363 Views | Created by ForumHelp7 - Sunday, July 19, 2015 8:23 PM | Last reply by DA924 - Sunday, July 19, 2015 9:30 PM -
0 Votes
VPN from Azure Linux VM <-> AWS Linux VM
Hi, is it possible to setup a VPN between an Azure Linux VM to another Linux VM on AWS?Answered | 1 Replies | 534 Views | Created by vinalb - Friday, October 27, 2017 2:28 PM | Last reply by Micah McKittrick - Friday, October 27, 2017 3:03 PM -
1 Votes
what is the difference between int a[] and vector<int> a[]?
So someone else recommended me using vector<int> and I did it: vector<int> ...Answered | 10 Replies | 1922 Views | Created by C-Z - Sunday, November 11, 2012 9:31 PM | Last reply by Barry-Schwarz - Monday, November 12, 2012 4:39 AM -
0 Votes
How to iterate over Dictionary<int, List<int>>?
What I wanted to do was to do an iteration over Dictionary values (List<int>) over an iteration Dictionary keys; and I got this to perform with ...Answered | 4 Replies | 20206 Views | Created by jeff00seattle_2 - Saturday, August 28, 2010 2:03 AM | Last reply by jeff00seattle_2 - Thursday, September 2, 2010 3:41 PM -
3 Votes
Bing Maps > REST > Imagery > Metadata > Birdseye image doesn't return data
key=[KEY] <Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...Answered | 5 Replies | 1657 Views | Created by b.trung.164 - Tuesday, October 31, 2017 10:33 AM | Last reply by Ricky_Brundritt - Wednesday, November 1, 2017 3:13 PM -
4 Votes
The type 'int list' is not compatible with the type 'List<int>'
let sumList l1 = l1 |> Seq.sum let list1 = ResizeArray<int>() list1.Add(1) list1.Add(2) list1.Add(3) let sum1 = ...Answered | 4 Replies | 3341 Views | Created by zydjohn - Sunday, May 5, 2013 8:44 PM | Last reply by zydjohn - Monday, May 6, 2013 8:29 PM -
5 Votes
Int Massive
Short and simple string filePath = @"your file path"; string[] lines = File.ReadAllLines(filePath); int[, ] numbers = new int[lines.Length, ...Answered | 8 Replies | 960 Views | Created by GuruMan94 - Monday, December 16, 2013 7:43 PM | Last reply by Deepak Kalra - Friday, December 20, 2013 8:52 AM -
0 Votes
Webservice returning '>' and '<' in place of angle brackets when called using MSXML:: IXMLHttpRequest
But this response is having data like ">", "<" etc. whereas it should return angle brackets in place of ">" and ...Answered | 2 Replies | 9054 Views | Created by vivek03 - Thursday, March 18, 2010 4:14 AM | Last reply by Shuhai - Friday, July 23, 2010 3:19 PM -
0 Votes
What would be binding path for KeyedCollection?
[0].Name}"/> // put item's index in [ ] if you want to bind KeyedCollection to ComboBox, and display items' Name as selection ...Answered | 5 Replies | 11316 Views | Created by maxima - Saturday, April 4, 2009 3:36 PM | Last reply by maxima - Thursday, April 9, 2009 5:39 PM -
0 Votes
CollectionDataContract - KeyedCollection
I just want to be able to define a service that returns a KeyedCollection.Answered | 7 Replies | 16488 Views | Created by crosbb - Thursday, November 12, 2009 10:27 AM | Last reply by Bryant Likes - Thursday, November 12, 2009 3:53 PM -
3 Votes
KeyedCollection - How To Sort???
Cast the IList interface to a concrete List<T> and you can access the Sort() method.Answered | 4 Replies | 13006 Views | Created by M_Over - Thursday, February 22, 2007 7:18 PM | Last reply by webJose - Monday, July 22, 2013 9:12 PM -
0 Votes
WAP accessibility/usability standards met
Hi, Where can I find documentation on the level of accessibility/usability standards being met by the WAP tenant portal (e.g.Answered | 2 Replies | 710 Views | Created by sammych - Monday, July 13, 2015 8:46 PM | Last reply by sammych - Wednesday, July 15, 2015 6:51 PM -
0 Votes
wstring to int or int to wstring
I have a wstring array and I want to compare it to an int.Answered | 2 Replies | 32611 Views | Created by Vader699 - Monday, March 16, 2009 1:33 AM | Last reply by «_Superman_» - Monday, March 16, 2009 5:20 AM -
0 Votes
Passing int[][] as int**
The function could equivalently be written as void Test(int (*iTest)[][3]) { iTest[1][1] = 3; }David Wilkinson | Visual C++ MVPAnswered | 4 Replies | 3807 Views | Created by DejasPer - Friday, September 4, 2009 5:10 PM | Last reply by davewilk - Friday, September 4, 2009 7:16 PM -
1 Votes
AutoAttend.xml error: Can not read <productKey> setting in the answer file for unattended installation
> <Disk ...Answered | 2 Replies | 943 Views | Created by stpe15 - Tuesday, March 15, 2016 12:08 PM | Last reply by stpe15 - Wednesday, March 16, 2016 9:12 AM -
1 Votes
NumericUpDown control - value > int
Just cast what the Value property returns (a decimal value) to int.Answered | 3 Replies | 7022 Views | Created by zenzai - Thursday, April 5, 2007 7:35 AM | Last reply by zenzai - Thursday, April 5, 2007 8:06 PM -
0 Votes
How to convert int* data to arr<int>^ data in C++/CLI
array<int> ^ data2 = gcnew array<int>( 4 ); for( int i = 0; i < 4; ++i ) { ...Answered | 7 Replies | 1411 Views | Created by Sudhakar_M - Friday, September 4, 2015 12:30 PM | Last reply by WayneAKing - Monday, September 7, 2015 9:57 AM -
1 Votes
Generate List<int>
If you want an IList<int> that merely acts like it has the numbers 1..100 in memory, then you could use Nito.Linq (currently in prerelease, ...Answered | 6 Replies | 2807 Views | Created by MDMoura - Wednesday, December 16, 2009 9:42 PM | Last reply by Stephen Cleary - Thursday, December 17, 2009 3:33 PM -
0 Votes
Get particular value from List<object> by comparing the value from the Generic list while iterating in c#
Hi Lance, I cannot change the exisiting List<object> ctlFileInfo = new List<object>();, ...Answered | 5 Replies | 849 Views | Created by Vanitha Loganathan - Tuesday, March 19, 2019 8:15 PM | Last reply by Lance Li-MSFT - Monday, March 25, 2019 1:39 AM
No announcements