Stories recently tagged with 'client'

EppLib.NET - EPP client for the .NET framework(epplib.codemaker.net)

submitted by idoruidoru(20) 3 months, 30 days ago

EPP (Extensible Provisioning Protocol) is a widely adopted protocol used to comunicate between a domain registrar and the different domain name registries to provision and manage domain names, host names and contact details. EppLib.NET provides a library that makes easy for registrars to interact with registries implementing the EPP protocol. read more...

add a comment |category: |Views: 22

tags: another

Amazing Strategy!!(beyondrelational.com)

submitted by DPalkarDPalkar(228) 1 year, 9 months ago

I recently downloaded a cool fighter plane game (iFighter lite) on my iPhone. As I started playing, I felt that plane is moving a bit slow!! But soon enough I saw a little perk on the screen and I flew over it and suddenly plane's speed increased. Soon enough, enemy planes started attacking me and I shot back at them. But again I felt my bullets were too slow! I shot down few planes and a new perk showed up on the screen. As soon as I collected it, my plane started shooting more bullets per attack!! Yeeee hoo!!! I started enjoying this and before I knew, I by mistake collected a "skull and bones" perk and "darrnn!!" I said, cause I knew now my plane had lost those powerful bullets :( Now, of course I am not writing a review about the human behavior while playing games on iPhone! But what I am trying to highlight here is the plane's ability to act differently in certain conditions! And that's something the Strategy Design Pattern allows us to do. I’ll try to use this game as an analogy to discuss about Strategy Design Pattern. Definition: Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it. read more...

add a comment |category: |Views: 6

tags: another

MVVM with Prism 101 – Part 6b: Wrapping IClientChannel(www.developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 1 year, 11 months ago

I could have used the title “Ditching Client Service Proxy” or “Avoiding Add Service Reference”, but that’s not what the meat of the post is about. However, that is essentially the goal of this post. The client service proxy generated when you use “Add Service Reference…” to reference your web service from your client project is used by almost every demo I know. It quickly generates a proxy class for you that at first blush is “the bee’s knees”. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET AJAX 4.0 Template Example(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 6 months ago

Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... read more...

add a comment |category: |Views: 75

tags: another

UpdatePanel Data Transfer and the client side page life cycle(morewally.com)

submitted by wallymwallym(2085) 5 years, 3 months ago

This post shows the data transfer format used by the updatepanel as well as the client side page life cycle events beginRequest and endRequest. read more...

add a comment |category: |Views: 32

tags: another