Search results for query: *

  • Users: Jone
  • Order by date
  1. J

    Strings (parameters substitution)

    Probably an easy question, but what function will allow me to subsitute parameters in a string. I want to do something like ("The {1} fox jumped over the {2}.","brown","fence") which would make "The brown fox jumped over the fence.". Simple yes, but I cant find the function.
  2. J

    Best approach for startup info

    In a straight ADO.NET application over a LAN what is the best way to persist startup information, such as user preferences, system rules and roles, for the length of a user session? Upon user login I initially read this data, but where do I store it? Should I save it in an object based on the...
Back
Top