I need to give a demo on the working of Soap and Rest(practical example). Could anyone help please and suggest an example using .net frame work or any other suitable ways.
Let me put it this way "I want to implement Soap and rest web services in asp.net. I need the required steps to do it"
Thanks in advance.
A simple example that I usually use is the calculator service. This is an example Restful implementation and this is the same one using SOAP.
Searching in internet would help you.
I wound this artticle that may help you in your presntation of pros/cons of the two.
http://geeknizer.com/rest-vs-soap-using-http-choosing-the-right-webservice-protocol/
or a nice presentation taken from here
http://www.slideshare.net/cesare.pautasso/rest-vs-soap-making-the-right-architectural-decision-1st-international-soa-symposium-amsterdam-october-2008-presentation
Hope it helps.
WCF is smart. He can make us go. We need him. REST / SOAP endpoints for a WCF service
Given the fact that you're about to do a presentation, I think you want examles in terms of use cases and not technically, right?
Here are a few examples:
Translation service
Currency converter
Related
I am using elmahr for my web application. I want to extend it to my batches and console application. Do we have any direct references for the same? Thanks in Advance
Regards
Amal Thomas
ElmahR does not support that out of the box, but there is a fork that implements something very similar to what you did:
https://stackoverflow.com/a/16139769/720780
From there you could probably extract what you need. I never tried it personally but the idea is very promising, so I'd advise you have a look.
What I need is a good example of creating restful wcf with vb.net syntax, but all I can find is C# examples, and I spend my time trying to convert to vb.net. If anyone knows of good sample code in vb.net please let me know, or send me a link.
I would like to see how to create and consume collection data. anything would be a big help, I am struggling.
Tried having a look at this?
http://msdn.microsoft.com/en-us/library/bb412178(v=vs.90).aspx
or this:
http://www.vb-tips.com/Making_a_REST_service_with_VB_and_WCF.aspx
I know that there's somewhat limited resources in VB.NET out there, but look at the c# ones and get the idea of how yo achieve it and then implement the same thing in VB.NET, I promise it's not that hard, I've gone from VB.NET to C# myself once.
I'm developing a asp.net application and I use some components. I have a component with a resource file with a lot of keys in English. I need to translate it to Portuguese (Brazil, pt-br). I would like to know, if is there any way to translate it with a program? Or if is there a program that do this?
Thanks
I have the same issues and was looking to use Google's Translation APIs, based on this article Automatic Resource File Translation via Google Translate
I will let you know how it goes - but obviously you may still need someone to validate the output, I know I will.
Maybe my free Zeta Resource Editor is of some help for you.
I have not been satisfied with the various solutions out there so I wrote something: https://github.com/ekkis/Powershell/blob/master/MT.ps1
Please, could you provide me some resources (web-links) to learn qt-dbus?
I already have a process which provides QtDBus interface, I want to learn it so that I can communicate with it.
First hits from a Google search for qt-dbus and qt-dbus tutorial:
http://doc.trolltech.com/4.2/intro-to-dbus.html
http://wiki.forum.nokia.com/index.php/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials#D-Bus
There were many more interesting hits to list here. Their usefuleness to you depends on what you want to do, of course.
There are some more useful links since Dec '10:
http://qt-project.org/doc/qt-4.8/qtdbus.html
http://qt-project.org/doc/qt-4.8/examples-dbus.html
In my opinion, this is the best tutorial to start: http://techbase.kde.org/Development/Tutorials#D-Bus
http://developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes
If you want to introspect D-Bus objects and messages you can use following tools:
http://doc.qt.digia.com/4.6/qdbusviewer.html
https://wiki.gnome.org/DFeet
Nokia has some great Maemo code that you can look off of. I found it's well documented and useful.
http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/DBus/DBus_Basics
Can anyone recommend a good (AS3) logging API for Flash/AIR/Flex? I need something to capture and record mouse and keyboard events in addition to coded events. Preferably something well documented/supported. Thanks in advance.
I've been using Thunderbolt. It allows you to see your log results in Firebug.
I developed and manage Loggee!, a Flash/Flex Logging Tool: http://davidbuhler.org/loggee-flex-logging-tool/
You must see http://sourceforge.net/projects/log4flash/
with no more....
bye bye
I would recommend Arthropod if you are looking for a development tool (this wasn't very clear in your question), if it's to log your client's behavior, I'm not aware of any tool sorry.
I always end up writing my own logging solutions. They generally are very simple compared to the rest of the project, and by writing my own I can tailor it exactly to what I need. Whereas using a pre-built one, always seems like either it is too over-engineered and complex to use, or it's too simple and lacking a couple features I need.
Try to use Log5F logging utility for ActionScript 3.0