-
Recent Posts
Archives
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Monthly Archives: October 2010
Live Writer 2011
I have been using Live Writer since it was beta, sometime back in year 2007. There are 2 key reasons for me to use Live Writer. Firstly, in Malaysia not everywhere can connect to Internet easily. Lastly, inserting picture into … Continue reading
An error occurred while processing this request – WCF Data Service
In some of the operational in WCF Data Service you have hit an error message “An error occurred while processing this request”. This error message is not useful. You have to click View Detail to view the InnerException. In my … Continue reading
Posted in .Net
Leave a comment
HTTP Error 500.19 – Internet Server Error when trying to browse web service asmx file
You might see a similar screen like below. For our case it is because of the read only attribute. It should work after disable the read only attribute.
Posted in .Net
Leave a comment
Microsoft PDC 10
Missed your opportunity to attend PDC10 in Redmond? If so, you can still join in on the excitement via the live stream and in-person delivered sessions. Attend this October 28th event at the Microsoft Silicon Valley Campus – this year’s … Continue reading
Windows Azure Tools – Failed to initialize the Development Storage service.
Windows Azure Tools – Failed to initialize the Development Storage service. If you are first time running DevFabric and see the above error, there are 3 common possibilities. 1. You do not have MS SQL 2008 Express installed. To … Continue reading
Posted in .Net
Leave a comment
Threading and Parallel Programming in C#
Threading in C# by Joseph Albahari covered Parallel Programming http://www.albahari.com/threading/
SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used
If developers hit an error “SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used” in cloud application that has shown as below. Most of the developers will troubleshoot their code. Take a step back and look carefully what had … Continue reading
Posted in .Net
Leave a comment
Windows Phone 7 Development Toolkits
Many developers and users are asking “what happen to Windows Mobile development?” Windows Phone 7 Development Toolkits RTW has released. The Silverlight for Windows Phone template is added when creating a new application after toolkits is installed. In another machine … Continue reading
Posted in .Net
Leave a comment
Silverlight WCF RIA Domain Service Class – CRUD (Part 5 Delete Entity – Row)
This sample is to Delete the rows from the entity. It is quite similar to Update if you look closely at the code. 1. Add a button control name btnDelete. <Button Content=”Delete” Height=”23″ HorizontalAlignment=”Left” Margin=”218,155,0,0“ Name=”btnDel“ VerticalAlignment=”Top” Width=”60″ Click=”btnDel_Click” /> … Continue reading
Posted in Uncategorized
2 Comments