About

Welcome to Crows Programming.

This is my place to rant, rave, and discuss various things mostly related to software engineering. I have been known divulge into politics, sport, etc as well.

I am currently a software engineer in the U.S. working in the automotive diagnostics industry. My real passion is making video games yet doing so professionaly would require a far relocation — something I can’t bring myself to do at this point in time.

So, be sure to leave a message if you find something interesting on this site or just feel like rambling about something.

~Crow–

2 Responses

  1. Izzy - May 25, 2009

    Hi, Crows.
    I read your post — Dynamically Invoke Web Service At Runtime, it is very helpful to me. thanks

    here, i met a problem. i hope if you have time, you can unscramble my confusion. i’m very appreciated about your help and your time.

    I write a function like this:

    public struct Test
    {
    public string str;
    public int num;
    }

    [WebMethod]

    public string TestFun(Test ts)
    {
    return ts.str + ts.num.ToString();
    }

    Then, i found this time, i got 2 AvailableServices ,
    one is “MyService”, and the other is “Test”.

    also, I found for service “Test”, there are 4 corresponding methods : get_str, set_str, get_num, set_num

    Do you know how to invoke the function TestFun???
    Thanks.

  2. Rushforgames - October 25, 2009

    Hi,

    I Am Really Intrested In Dot Net Scripting.
    So I Want To Know Is There Any Book Availbale Specially For This Which Can Help Me To Move Further.

    And I Also Want To Know Is There Any Way To Get Data From Another Application (Like DataGridView’s Data,Textbox’s Text etc) Using C#.net or Vb.net.

    Please Reply Me,I Will Be Very Gratefull

    Thanks In Advance

Leave a Reply