Home Contact

Jeroen Bourdeaud'hui

web application developer

News

Twitter












Archives

Post Categories

Image Galleries

.NET url

Friends/Other developers

Syndication:

about me


Personal update

I recently switched my job from a Silverlight/Winforms C# developer at Saga System, I'm now working as a consultant at UniPartners. If you want to contact me, please add me to your professional network You can also follow me at Twitter: @JeroenBdH ......

Consuming a web service asynchronously

When you want to consume your web service. It could take some time, to get the result back. Because we want, to handle other methods in our code, during the process of invoking the WebMethod and getting back the result. We can invoke the WebMethod Asynchronously. To invoke the web service asynchronously, we have to utilize the Begin(Method) and the End(Method). In this is example, we are consuming a web service and we add a counter. I've created a helloWorld method in my webservice. With a pause ......

My first blog post

Welcome to my first blog. I'm happy to see you here. You're reading my first useless post. But I promise, I'll post some useful information on this blog in the near future . Something about me. I'm Jeroen born in may 1985. I'm developing websites since I was 17y old. Just simple HTML and CSS. A bit later a I went to college at PIH. And 3y later, I'm graduated as Bachelor in Multimedia & Communication Technology with specialisation into Web technology. Now I'm working at Impact Software, a small ......