Search:

Type: Posts; User: vielktus

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    11,455

    Okay never mind, i got this :d . By the way,...

    Okay never mind, i got this :d . By the way, please help me one more thing. I got the Run method below:



    public void Run()
    {
    go = true;
    int c = 0;
    Random rand = new...
  2. Replies
    7
    Views
    11,455

    Okay okay. I have a database (SQL Server...

    Okay okay.



    I have a database (SQL Server 2008) and a table. I have some codes (C#) to insert rows into this table. Random seconds per row.
    On the web client, i have three Items, which has...
  3. Replies
    7
    Views
    11,455

    The example you gave me is too tough, i cant...

    The example you gave me is too tough, i cant understand all those codes.
    My problem is only how to stream parallely. Lets say, i have one more item "greetings2". Its "message" and "timestamp"...
  4. Replies
    7
    Views
    11,455

    Streaming 2 or more items parallel

    Hi,

    I got this code from the ".NET HelloWorld Example":


    while (go)
    {
    IDictionary eventData = new Hashtable();
    eventData["message"] = c % 2 == 0 ? "Hello" :...
Results 1 to 4 of 4
All times are GMT +1. The time now is 12:21 AM.