SWE101 TDD GreeGame challenge

2. March 2010
SWE101 TDD Greed Game Solution [More]

Retrieving and saving images from SQL Server using RIA Services and Silverlight

16. February 2010
In this small Silverlight project I put together what you need to be able to retrieve and save images from a SQL Database using RIA Services. [More]

Blog, BlogEngine.NET , ,

Capture rendered asp.net page

30. September 2009
Ever needed to capture what was being rendered by a page but could not setup a test environment or could not just render the page in the live server because it is part of some e-commerce transactional workflow. Here is a simple code snippet to allow you to do that. [More]

Running Fedora 11 in Virtual Box hosted in Windows 7

9. September 2009
Running Fedora 11 in Virtual Box hosted in Windows 7 [More]

Updated to BlogEngine 1.5

3. September 2009
Updated to BlogEngine 1.5 [More]

BlogEngine.NET

Silverlight 3 WriteableBitmap to Jpg

17. July 2009
Silverlight 3 WriteableBitmap to Jpg [More]

MS Access SQLOLEDB connection

24. June 2009
I got a call from a client that uses an MS Access database as a front end to a SQL Server 2008 back end. Suddenly they said that they could not access the database. I knew that recently their IT department had added a domain controller and joined the server to the domain. It turned out that the Grou... [More]

Silverlight 3 Ria Services Paging

5. June 2009
If you start going through examples using Silverlight 3 and RIA Services you'll encounter a settle issue with the paging functionality. It took me a while to realize why it wasn't working until I experimented with the Domain Service and found some posts on the issue. Paging requires your data layer ... [More]

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]