Geeks with Blogs
HomeAbout
  • How to Serialize an Interface using the XMLSerializer
    The short answer is you can't. At least not without some trickery and giving the serializer some help, and even then it's not pretty.
    ChrisD · 2008-01-16
  • Toronto Code Camp 2008
    Toronto Code Camp 2008 Date: Saturday March 1st, 2008 Event Description: In case you aren't familiar with Code Camps, they are designed to provide a forum…
    User Group Leader · 2008-01-16
  • Binding to an Attached Property
    Yesterday, I have some ideas in my mind on how to give out ValidationRule errors after the values passes the converter, and I was trying to see if I can…
    Muljadi Budiman · 2008-01-15
  • VPC to VMWare Mouse Problems
    Thanks to Virtual PC's inability to utilize USB (insert the 'Old Bit' siren sound) and my need for USB support in my virtual machines, I'm in the process…
    Greg Zarkis · 2008-01-14
  • C# - vNext
    I've been reading lately about what people are interested in with the next version of C#. It's amazing to think how far the language has come from the…
    Matthew Podwysocki · 2008-01-11
  • "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM."
    While working on an application I faced the following error when trying to submit changes to the database using DLINQ:
    Mohammad Azam · 2008-01-10
  • Network Solutions is a bunch of thieving bastards
    I've suspected this for years, but the proof is starting to show up. If you look up the availablility of a domain name via the Network Solutions website,…
    Chris G. Williams · 2008-01-09
  • Object Mother Pattern versus Test Data Builder Pattern
    When creating my unit tests, I've been a big believer in the Object Mother pattern for creating state for my immutable value objects. Basically, I need to…
    Matthew Podwysocki · 2008-01-08
  • Fixing WCF/WPF VS 2005 Extensions installation after installing VS 2008 or .NET 3.0 SP1
    I've encountered a problem trying fix the WCF / WPF Visual Studio 2005 Integration components after I've installed Visual Studio 2008.
    Timur Fanshteyn · 2008-01-08
  • .NET 3.5, Design by contract and Spec# Wrapup
    Update: Adding Visual Studio Integration discussion Update: Stay tuned for additional posts in this series as things permit
    Matthew Podwysocki · 2008-01-07
  • Using Http PUT method for file upload
    The PUT method not as widely used as the POST method is the more efficient way of uploading files to a server. This is because in a POST upload the files…
    Narendra Tiwari · 2008-01-04
  • Firefox and "inline-block" support
    This may be old news for some, but Firefox v2.0 does not support the display style "inline-block". I've read several blogs and articles on the subject,…
    Doug Butscher · 2008-01-04
  • Testing ASP.NET Application Using Watir And Ruby
    Wednesday, January 02, 2008 9:27 AM Now, this is freaking awesome. Testing your ASP.NET pages using Ruby code. I used to test my ASP.NET pages using…
    Mohammad Azam · 2008-01-02
  • Community-Credit | I won the Butt/Face Soap!
    ![buttfacesoap\new](/images/jjulian/118149/a2ee5d47-buttfacesoapnew2.jpg) This is the first month I have been involved with submitting credits to as it is…
    Jeff Julian · 2008-01-02
  • Disappearing System Tray Icons on Windows Vista
    I've been running Vista on my work laptop since the first quarter of this year and on my development system at home since August. So far, I haven't had…
    Scott Dorman · 2007-12-31
  • Linq - Handle Insert/Update/Delete of child entity in tiered application
    Linq - Handle Insert/Update/Delete of child entity in tiered application Recently I've done a series of posts all related to using Linq in a tiered…
    Steve Michelotti · 2007-12-30
  • Real Life Examples of Agile Development
    I just saw this challenge to find real life examples of agile development by Tom Perry. He was hanging Christmas lights and found a way to incorporate…
    Robz / Fervent Coder · 2007-12-28
  • Be mindful of your DataContext's "context"
    Be mindful of your DataContext's "context" In a previous post here, I discussed implementation of Attaching Linq entities to a DataContext. In that post,…
    Steve Michelotti · 2007-12-27
  • [Download] MemAnalysis - Native memory leak analysis tool
    Advanced Windows Debugging got me hooked onto Detours and that led me to experiment with it a bit more. It resulted in this. Over the past three days, I…
    Gaurav Khanna · 2007-12-26
  • Linq - Attach an entity that is not new, perhaps having been loaded from another DataContext.
    Linq - Attach an entity that is not new, perhaps having been loaded from another DataContext. This exception using the Linq Attach method is somewhat…
    Steve Michelotti · 2007-12-25
← Prev1…163164165…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.