Dotnet Blogs & Blog Posts

Blogs on dotnet

  • Dave's DayDreams

    Thumbnail for Dave's DayDreamsDavid Gardiner's blog of software development, .NET and other interesting things

Posting Frequency on dotnet


  Distinct:

  Percent:

 


Latest Blog Posts on dotnet

  • Tracing the Sync Framework by Dave's DayDreams on Aug 3, 2009

    Using the Sync Framework (aka Sync Services for ADO.NET) can feel a bit like a black box. You implement some classes, override some methods, call Synchronize() and it all just magically happens.. Except when it doesn't. Sometime strange things can...

  • .NET Framework source code by Dave's DayDreams on Jul 29, 2009

    I knew that Microsoft were making it possible to Step Into .NET source code when you are debugging (if you configured Visual Studio to use the correct symbol and source server), but I didn't know that you can download the entire source by itself as w...

  • The art of Unit Testing with Examples in .NET by Dave's DayDreams on Jul 14, 2009

    The Art of Unit Testing: with Examples in .NET by Roy Osherove I recently bought a copy of The Art of Unit Testing: with Examples in .NET by Roy Osherove, taking advantage of a discount being offered by Manning. Already owning xUnit Test Patterns:...

  • Tracing and logging WPF by Dave's DayDreams on Jun 21, 2009

    Whilst researching unit testing WPF applications I came across Bob King's answer to this question on StackOverflow. WPF DataBinding can appear to be a bit of a mysterious black box, but I now know that you can enable diagnostic trace sources to see...

  • Avoiding static references to an IoC container by Dave's DayDreams on Jun 1, 2009

    It seems quite common for applications to employ a static class to encapsulate the Inversion of Control container. A simple example of such a class might be: public static class IoC { private static IWindsorContainer _container = new WindsorC...

  • “Parameter count mismatch” calling Resolve<T>() by Dave's DayDreams on May 31, 2009

    I was seeing this exception being thrown in some code recently: System.Reflection.TargetParameterCountException: Parameter count mismatch.    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder...

  • Examples of log4net PatternLayout output by Dave's DayDreams on May 24, 2009

    log4net has a lot of options when it comes to defining what you write to your log. While all the patterns are documented, it is useful to see a sample output from some code. Here is the output produced from some of the patterns available:...

Tags Related to dotnet

.net ... Asp.net ... Books ... Microsoft ... Sql ... Unit Testing ... Vb.net