|
SledgeHammer01 wrote: Ok, so the Linux snobs / internet geeks believe auto-client generation is evil
You come on to this forum with blasphemy, yapping on about REST and full of WAD, and yet you fail to recognize the raw socket?
There "was" an option of asking an objective and non-religiously tainted question. So, now that we started it, whatever gave you the impression that there's something that's more efficient than a heavily customized HttpServer ?
For those that missed it; post contains a "Joke" icon. Yes, I know, but I need to practice somewhere
Bastard Programmer from Hell
if you can't read my code, try converting it here[^]
|
|
|
|
|
|
So size DOES matter!
Interesting article, thanks for the link.
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
i am newbie in wcf. i have few question regarding wcf and those are.... 1) can we write line in web.config for multiple binding for any wcf program. we know that we define endpoint in web.config like
<endpoint address="TestWcfService" binding="wsHttpBinding" contract="TestWcfService.IService"/>
so i just need to know can we define multiple endpoint for single wcf service. one with HttpBinding one with tcp binding etc. if possible then can anyone give me sample web.config code for that.
2) wcf duplex pattern is possible for asp.net because callback method call invoke at client side.so if asp.net consume then any method can be invoke for call back.
2) with duplex pattern can we fire any event at client side instead of firing any callback method.
thanks
tbhattacharjee
|
|
|
|
|
Tridip Bhattacharjee wrote: i have few question regarding wcf Which would be better posted to the WCF forum.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
|
How to share GSM modem connected to server USB port...?
How i want to give input port number from the client application to access server USB port coonected GSM modem...?
|
|
|
|
|
Presuming this is about doing it yourself.
1. Learn how the modem works and learn about the programmetic API used to control it.
2. Write code to control it.
3. Learn how to write a server
4. Learn how to do plug an play devices. This is if you want it visible as a modem. If instead you want to write an app that runs on the other system and just talks to the modem then it isn't needed.
5. Put all of the above together.
|
|
|
|
|
Hello All,
Here is the requirement:
Can we design a point chart with y axis values say xyz,abc etc and x axis with dates.
This means xyz may be in 28/11/2012 but the actual x axis values would be fixed with say one month interval.
The point should be mapped on the proper spot.
If we can design this, then please let me know how.
Thanks and Regards
Sagar G K
|
|
|
|
|
Sorry I forgot to tell that we have to make it in c# with asp.net. Please let me know if you have any ideas.
|
|
|
|
|
Yes you can design it, what exactly is your problem? If you are looking for charting tools then Google will have many suggestions.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hi I searched alot in google but couldn't get the kind I was thinking.
The basic problem is,
We should have a timeline at the top indicating work weeks(Milestones for the project).
below that there should be a line of project 1 and project2 and so on.
There should be symbols on the project lines with respect to standard timeline.
Say for example project start date would be WW34.5 but the project may be delayed to WW35.1 , so this should be on the chart.
Can you give details that how it could be achieved??
Thanks and Regards
Sagar G K
|
|
|
|
|
SagarGK wrote: I searched alot in google but couldn't get the kind I was thinking. Are you sure you checked all of these[^]? The only other one I could suggest would be Microsoft Project.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Yes but none of them helped me
Basically I need the point chart.
Cleearly its the timeline. but none of charting controls satisfy my requirements
Thanks and Regards
SAgar G K
|
|
|
|
|
Sounds like you should be searching for a Gantt chart.
|
|
|
|
|
No I am very clear about it. I need point chart because I only have to point it on the chart.
|
|
|
|
|
Then write one yourself. It's not hard.
|
|
|
|
|
Hi , Its hard for me.
Can give provide some details, so that I can make it possible
Thanks and Regards
Sagar G K
|
|
|
|
|
No I can't. A forum post is not an appropriate place to provide implementation details like this. Download some of the chart examples and see how they work behind the scenes - use that as the basis for your logic.
|
|
|
|
|
SagarGK wrote: none of charting controls satisfy my requirements Then you must have some very obscure requirements. Try adapting an existing control to provide whatever specific needs you have.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Even I am thinking that my requirement is very unusual.
Can I get information from you to implement the below description?
X axis should contain dates which are milestone dates.
and y axis should contain different designs in the main project.
for example release date is some work week 42.2 and one of designs released on 42.4
Can we project this on the point chart.
I am trying but not getting it
Can you please help me??
Thanks and Regards
Sagar G K
|
|
|
|
|
SagarGK wrote: Can I get information from you to implement the below description? I am afraid not, I don't do consultancy, even for money. Have you looked at Microsoft Project, because that is the closest thing I can think of that will give you at least most of what you are asking for.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
I'm currently using JQPlot[^]
I'm dynamically defining the chart depending on the selected data. Works pretty good.
You can also use : dygraphs[^]
And there are probably other libraries too.
You 'could' write your own tool, but that would be time consuming.
|
|
|
|
|
Please supply us with a question, what you have here is closer to a statement of intent.
Please refer to this site's guidance about asking a question.
|
|
|
|
|