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

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".

Monday, June 8, 2009

Google Earth - Shelter Competition

http://sketchupdate.blogspot.com/2009/06/announcing-design-it-shelter.html

Thursday, June 4, 2009

SharePoint Interview Questions

http://www.scribd.com/doc/4729115/SharePoint-Interview-Questions

Monday, June 1, 2009

Diaster Recovery Planning

http://en.wikipedia.org/wiki/Disaster_recovery

http://www.utoronto.ca/security/documentation/business_continuity/dis_rec_plan.htm

https://wiki.internet2.edu/confluence/display/secguide/Disaster+Recovery+Planning+Guide