teemukeiski.net

Teemu Keiski's .NET site
Welcome to teemukeiski.net Sign in | Join | Help
in
Home Our Blogs BlogRoll Forums Photos Downloads

Browse by Tags

All Tags » .NET » C#   (RSS)
  • Calling WCF service asynchronously from ASP.NET

    I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementationnamespace WcfServiceLibrary1 { [ServiceContract] public interface ISampleService { [OperationContract] string SayHelloWorld(); } } namespace ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 26, 2008
  • Silverlight 2 released

    See ScottGu's announcement at: http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
    Posted to Teemu (Weblog) by Anonymous on lokakuu 14, 2008