Nawaf's Blog
When you do something, you should burn yourself completely, like a good bonfire, leaving no trace of yourself -Shunryu Suzuki
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
C#
Community News
General Software Development
JavaScript
NFA
Sketch
Tinymce plugin
WCF
Web Services
Sponsors
advertise here
Navigation
Home
Blogs
Archives
April 2009 (2)
March 2009 (1)
November 2008 (1)
October 2008 (1)
April 2008 (2)
February 2008 (1)
January 2008 (1)
December 2007 (2)
Favorite links
ScottGu's Blog
Tech-Podcasts.net
April 2009 - Posts
3
Comments
Does Web Services Message Provide Reliability?
by
nawaf.albadia
Web Service uses HTTP protocol as a communication channel, HTTP also uses TCP/IP protocol. The whole purpose of TCP is to be able to transfer data reliably and so it employs acknowledgements and sliding window mechanisms to guarantee the delivery of the...
Filed under:
.NET
,
Web Services
,
WCF
0
Comments
Simple JavaScript Debugger using jQuery
by
nawaf.albadia
Hi, Debugging has been one of the main tools developers use to detect and find application bugs. These tools vary from simple print statement to sophisticated tools such as IDE debuggers and profiling tools. I posted an entry about writing quite simple...
Filed under:
AJAX
,
JavaScript
More Posts