http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
PS:
Additional JSONP Tutorial (15/10 updated)
http://www.codeproject.com/KB/webservices/ASPNET_JSONP.aspx
Monday, June 29, 2009
Friday, June 26, 2009
Graded Browser Support
Yahoo Graded Browser Support
http://developer.yahoo.com/yui/articles/gbs/
The IE6 equation
http://24ways.org/2008/the-ie6-equation
http://developer.yahoo.com/yui/articles/gbs/
The IE6 equation
http://24ways.org/2008/the-ie6-equation
Thursday, June 25, 2009
10 UI Design Patterns You Should Be Paying Attention To
http://www.smashingmagazine.com/2009/06/23/10-ui-design-patterns-you-should-be-paying-attention-to/
ASP.net DataContractJsonSerializer
DataContractJsonSerializer in .NET 3.5
http://www.west-wind.com/WebLog/posts/218001.aspx
Use LINQ and .NET 3.5 to Convert RSS to JSON
http://blogs.msdn.com/kaevans/archive/2007/09/04/use-linq-and-net-3-5-to-convert-rss-to-json.aspx
Converting Data to JSON in .NET Framework 3.5
http://blogs.msdn.com/vijay/archive/2007/10/04/converting-data-to-json-in-net-framework-3-5.aspx
DataContractJsonSerializer Class
http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json.datacontractjsonserializer(VS.95).aspx
Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5
http://weblogs.asp.net/scottgu/archive/2007/10/01/tip-trick-building-a-tojson-extension-method-using-net-3-5.aspx
==========================================================
Following error occurs:
"Object graph for type X contains cycles and cannot be serialized if reference tracking is disabled."
Set dbml class "Serialization mode" to unidirectional
Use DataLoadOptions with the DataContext before executing the linq command
Returning LINQ to SQL Entities from a WCF Service
http://www.codeexperiment.com/post/Returning-LINQ-to-SQL-Entities-From-WCF.aspx
http://www.west-wind.com/WebLog/posts/218001.aspx
Use LINQ and .NET 3.5 to Convert RSS to JSON
http://blogs.msdn.com/kaevans/archive/2007/09/04/use-linq-and-net-3-5-to-convert-rss-to-json.aspx
Converting Data to JSON in .NET Framework 3.5
http://blogs.msdn.com/vijay/archive/2007/10/04/converting-data-to-json-in-net-framework-3-5.aspx
DataContractJsonSerializer Class
http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json.datacontractjsonserializer(VS.95).aspx
Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5
http://weblogs.asp.net/scottgu/archive/2007/10/01/tip-trick-building-a-tojson-extension-method-using-net-3-5.aspx
==========================================================
Following error occurs:
"Object graph for type X contains cycles and cannot be serialized if reference tracking is disabled."
Set dbml class "Serialization mode" to unidirectional
Use DataLoadOptions with the DataContext before executing the linq command
Returning LINQ to SQL Entities from a WCF Service
http://www.codeexperiment.com/post/Returning-LINQ-to-SQL-Entities-From-WCF.aspx
Tuesday, June 23, 2009
Monday, June 22, 2009
Import Excel Sheet to MSSQL2005
I have a problem importing an excel sheet to MSSQL2005.
I use oledbadapter to import the excel sheet. The problem is that some fields which are numbers disappear when I fill the datatable.
Solution:
Use the IMEX=1 in the connectionstring.
Also make sure that the format of the column is "General" as exponential number will be used if the format is "Text".
I use oledbadapter to import the excel sheet. The problem is that some fields which are numbers disappear when I fill the datatable.
Solution:
Use the IMEX=1 in the connectionstring.
Also make sure that the format of the column is "General" as exponential number will be used if the format is "Text".
Subscribe to:
Posts (Atom)