ADO.Net Data Services Linq to SQL

28. March 2009
I did a recent presentation on consuming ADO.Net Data Services with Silverlight at the Nashville .Net user's group web focus meeting. You can download the code here, AdoNetDemo.zip (1.32 mb). You'll need to change the connection string in the web.config file. You can download the NorthwindEF da... [More]

BlogEngine.NET ,

SyntaxHighlighter update

27. March 2009
I was using BlogNet Engine's codeformatter plug-in but was not happy with it. So I upgraded to use SyntaxHighlighter. This blog engine uses tinyMCE to enter posts so I had to change tinyMCE's init code to not remove line breaks in the control tinyMCE.ascx. <script type="text/javascript"> ... [More]