Sign In
Discovering coding pearls
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Ajax
async
Callback
ChannelFactory
Duplex Channel
Java
Joins
more than one endpoint
performance
proxy
REST
Shared-dll
SQL
Unit Tests
Visual Studio 2008
WCF
wsdl2java
Archive
Archives
March 2009
(2)
August 2008
(2)
April 2008
(3)
March 2008
(1)
February 2008
(1)
April, 2008
MSDN Blogs
>
Discovering coding pearls
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Discovering coding pearls
WCF Callback Gotchas
Posted
over 4 years ago
by
jxk5005
1
Comments
I got to use WCF callbacks recently and realized some of it's gotchas , which are listed here: Callbacks requires communication over duplex channel Requires all clients to implement the callback interface, exposed by the service BasicHttpBinding...
Discovering coding pearls
Joins to be clear
Posted
over 4 years ago
by
jxk5005
2
Comments
Just to be clear, there are 5 types of a SQL joins: Cross-join or Cartesian Product - Joins all rows from one relation with rows from the other relation Inner join - Joins only those rows that have same data in the common attributes of the two...
Discovering coding pearls
Ambiguous reference to System.UI.Web.Extensions.dll
Posted
over 4 years ago
by
jxk5005
2
Comments
If you install Visual studio 2008 while the 2005 version exists, and you have a website project that uses ajax, you're bound to run into the following issue: You'll see an error saying: "Ambiguous reference of System.UI.Web.Extensions.dll found" ....
Page 1 of 1 (3 items)