cinar

Stories submitted by cinar

WS-Discovery to Find Web Services During Run-Time(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 5 months ago

WS-Discovery is a WCF based multicast protocol to enable run-time discovery of services within ad-hoc networks. It allows you to discover the address of Web Services during run-time. read more...

add a comment |category: |Views: 122

tags: another

WCF Callbacks between the Service and Client(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

Windows Communication Foundation (WCF) based Callbacks. read more...

add a comment |category: |Views: 227

tags: another

WCF File Upload Service(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

Windows Communication Foundation (WCF) based File Upload service. read more...

add a comment |category: |Views: 2588

tags: another

Windows Communication Foundation WCF Notes(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

These are my notes for Windows Communication Foundation. It covers many aspects of WCF services, and it can easily be used as a quick WCF tutorial. read more...

add a comment |category: |Views: 109

tags: another

CardLayout Implementation for CSharp(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

This article provides a simple Card Layout implementation for C# Windows Forms. CardPanel, our CardLayout implementation, keeps other Controls as Cards, and allows you to switch between them by only showing a single one at any given time. read more...

add a comment |category: |Views: 590

tags: another

Line Number Information from XmlDocument(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

This articles provides an extended version of XmlDocument that keeps track of LineNumber and LinePosition of each node through the IXmlLineInfo interface. read more...

add a comment |category: |Views: 80

tags: another

Implementing a Single Interface with Multiple Classes(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

This article will provide you information about how you can distribute the functionality of a single interface into multiple classes. Here are some of the places you can use this approach: - Implement a single inteface by using multiple methods from other existing classes. - Implementing only a few methods of the interface. read more...

add a comment |category: |Views: 31

tags: another

Regular Expressions based Matchers for NMock2(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

While using NMock2, in many cases, you may not be able to easily guess exact parameter values, but you may have an idea about a portion of it. RegExMatcher class fills this gap. read more...

add a comment |category: |Views: 0

tags: another

A String.Format Alternative for Using Named Variables Instead of Numbe(www2.zdo.com)

submitted by cinarcinar(80) 4 years, 6 months ago

StringHelper.NamedFormat is a String.Format alternative which will let you use names instead of numbers in your string templates. read more...

add a comment |category: |Views: 17

tags: another