Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft ASP.NET

CodeSnip: Implementing Asynchronous Remoting in .NET

Author: aspalliance.com | Published: 27th Dec 2007 | Visited: 60 times | Add Comment
Filed in: ASP NET

In this article Abhishek briefly describes the methods to implement Asynchronous Remoting in Visual Basic 2005.

Read Article
 

Sponsored Links

 


Related Articles

 Implementing WSDL in Ajax Ajax based applications are highly intricate that its functions should be reused as much as possible to ease the developer’ s job in building other applications. Debugging them as raw functions especially the web enabled services could be a little bit challenging but could be done with the ...

 Implementing JavaScript Library Implementing a JavaScript library has it ups and downs. By using a JavaScript library developers will not have to deal with manual coding of different functions. On the other hand the lack of familiarity with the library and rushing to use the functions offered will only get the application complica ...

 CodeSnip: Using Dynamic Cursor in a Procedure Using Oracle 9i In this code snippet, Deepankar examines the usage of dynamic cursors in a procedure where the table name is passed as an input parameter. After listing the SQL code sample, he analyzes it and then provides a screenshot of the final out ...

 The Asynchronous Web  Ajax applications depend on asynchronous interaction between client and server. In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially more transforming asynchronicity where updates are pushed to the client without the user having to request those updates. ...

 Article :: Implementing SOA: Using Services This chapter explores choices for integrating services into business proces ...

 CodeSnip: Unexpected behavior with C# auto-implemented properties In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project al ...

 Implementing a TString object in Delphi - String "as" Object TIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that add ...

 Understanding SAO and CAO Activation Methods in .NET Remoting In this article Abhishek differentiates Server Activated Objects (SAO) and Client Activated Objects (CAO) in .NET Remoting. He examines the implementation procedures of these activation methods separately in Visual Basic 2005 using examples. Abhishek also provides the complete project along with the ...

 CodeSnip: How to make use of parameterized cursor in Oracle Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this tech ...

 MultiThread in MOSS Page by implementing PageAsyncTask To implement PageAsyncTask for web part rendering in Parallel instead of RegisterWork ...



Next: Easy SQL to XML with LINQ and Visual Basic 2008



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links