Monday, November 1, 2010
How to write simple WCF Service
Had some time, so thought of writing something for the "community", checkout How to write simple WCF Service article published on Code Project.
| Reactions: |
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Sometime back a question was asked to develop a well performant parser– there was no restriction defined in the question whatsoever as to wh...
-
Windows Communication Foundation (WCF): Why use MessageContract when DataContract is there? UPDATED 07/15/2012: Based upon comments Nutsh...
-
Recently, I had to go through the implementation of a cheque clearing system; so, either because of the naive skull sticked on the top of my...
-
How bypass integrated authentication using WebBrowser control? Well, sometime back, I was hosting the WebBrowser control over WinForm and ...
-
Problem Response is really slow when a page of ASP.NET/MVC web(site or app) is accessed first time. It takes around(depending?) 4/5 second...
-
Couple of days ago I came across the following question over our local web blog, and following is what I replied. Question: [Discuss]: A...
-
This is a second post to the sequel to Jurgen Appelo ’s blog post , where he asks top 100 questions that a software developer should know. ...
-
It been quite a while that I created a SQL Server 2003 R2 Cluster. Though of recreating it. This is considered fairly advanced topic and is ...
-
Crystal Report Viewer "This field name is not known.” Error! I was using Crystal Reports Viewer control in my ASP.NET web application...
-
Crystal Reports: PrintControl.Cab ActiveX problem Problem: I have a crystal report (some version) with asp.net (usually v2.0), I am using...
hi friend,if u can plz answer my question in stackoverflow.i need your help.thanks
ReplyDeletehttp://stackoverflow.com/questions/4059228/keeping-array-in-an-array
See my response; http://stackoverflow.com/questions/4059228/keeping-array-in-an-array/4059605#4059605
ReplyDeleteYou will be better off keeping concerns separate. That means, make a separate module that handles UI related functionality; which includes Drag and Drop, the Draw function, the Board Layout, events, etc;