- Silverlight Cream for November 07, 2011 -- #1164<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20111107Colin Eberhardt"><u>Colin Eberhardt</u></a>, <a…
- Testing Entity Framework applications, pt. 1For good or bad, Microsoft’s Entity Framework (EF) has become one of the most widely used ORM tools out there. While some may state that it's not among…
- SourceMonitor V3.2.0.208A new version of SourceMonitor (V3.2.0.208) is available from . "The freeware program SourceMonitor lets you see inside your software source code to find…
- Silverlight Cream for November 06, 2011 -- #1163<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>Yikes... left off all my information last night!<br><br>In this Issue: <a…
- Setting up the EDMX Model to Generate DevExpress XPO/XAF ObjectsSo you have started using DevExpress XPO/XAF and now you would like to see how to use the EDMX (Entity Data Model XML) visual designer within Visual…
- Silverlight Cream for November 04, 2011 -- #1162<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20111104Michael Washington"><u>Michael Washington</u></a>, <a…
- Making HTML5 Video work with IIS ExpressOne of the cool things about HTML5 is the ability to play audio/video files out of the box without the dependency on plugins. Earlier I had written about…
- C#/.NET Little Wonders: The Generic Action DelegatesOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
- Using Table Valued ParametersIn SQL Server 2008 you can use table valued parameters which can be pretty useful. In the example I use a very simple one to overcome SQL Server’s lack of…
- Geekswithblogs.netGettings Terms asscoiated to a Specific list item Posted By: Gino Abraham | 3/22/2012 1:16 PM | 0 Comments I had a fancy requirement where i had to get…
- Using iTextSharp to correctly display Hebrew / Arabic text (Right to Left) in a PDF DocumentIntroduction iTextSharp is a useful library for creating PDF documents in .Net. However because of the right to left nature of Hebrew and Arabic texts,…
- Using FluentValidation with FubuMvcCreate the validation behavior public class ValidationBehaviour<T\> : BasicBehavior where T : class { private readonly IContinuationDirector…
- Silverlight Cream for November 01, 2011 -- #1160<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this all-submittal post-"GoLive" 3 week marathon Issue: <a…
- Javascript memory leaksLast week I pushed a new application up to production, and started hearing complaints of a memory leak. After running some diagnostics I learned two…
- Creating a Windows Azure VM RoleI wanted to have a VM that I could access remotely and thought why not take advantage of the VM role. So I just documented my steps, for those of you…
- Using Windows Azure table storageThe Azure Table service, provides a semi-structured storage in the form of tables that contain a collection of entities, these entities have primary keys…
- Some myths of 'Textbook-TDD', and why they are wrongDuring the last months, I was (for some reasons that are not related to programming) working for a dev shop where software development was done the…
- Custom assemblies for Reporting ServicesWith SSRS we can quickly generate reports that can be exported to multiple formats. What happens when you want to extend your report with custom code?…
- MEF 101 - Part2This is part 2 of a 2 part series exploring the MEF.We covered some of the basics in Part 1 In this part we'll cover the following:
- Geekswithblogs.netSetting up your project Posted By: ssoolsma | 5/27/2012 12:27 PM | 0 Comments Before any coding we first make sure that the project is setup correctly.…
