Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamically declared
Message
From
21/06/2013 20:40:28
 
 
To
21/06/2013 13:12:12
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01576814
Message ID:
01576898
Views:
37
>Thanks. To turn the logic around a bit. How would I refer to the nth credential in the list of credentials?
>
>credentials[n]
>
You should decide early on if you need a named or positional access and use a dict/hashmap or array based data structure. Dunno if Dotnet has an ordered dict as a base type, but if not I am sure there are OS implementations - but as they are hybrid they show perhaps not best speed, so go this road only if you REALLY need both types of access...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform