Serializing to attributes in WCF with DataContractSerializer

by Lord Zoltan 6. May 2009 14:31
Need to serialize to XML attributes in WCF with the DataContractSerializer? Don't want to it be really difficult!? Find out how! [More]

Currently rated 3.0 by 7 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Technical

WCF URI Template Url-Encoded Character Issues

by Lord Zoltan 25. March 2009 23:18
Have you tried using URL-encoded parameter values in URLs that get pumped through WCFs UriTemplate as bound-path segments? Have you found that sometimes these parameters don't get interpreted correctly? It's a bug in the framework... [More]

Currently rated 3.3 by 6 people

  • Currently 3.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Technical

Using WPF to Render Bitmaps

by Lord Zoltan 25. February 2009 23:57
There are a few posts around the net about this, but a lot of them focus on taking XAML controls or pages, and turning parts of them into bitmaps. This is fine, but I want to be able to use WPF entirely off-screen in order to create rich graphical content. What I'm going to present h... [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

Entity Framework Update

by Lord Zoltan 10. February 2009 22:06
Microsoft fix a bug! And an apology to EF. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

NotSupportedException from ObjectContext constructor - Entity Framework

by Lord Zoltan 26. November 2008 11:35
Getting a NotSupportedException when you construct your EntityFramework-generated ObjectContext object? The problem is probably an AssemblyBuilder being probed by the EF framework code. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Technical

Linq To Sql 1 - 0 Entity Framework

by Lord Zoltan 24. November 2008 12:55
We're pitting a few different data-layer strategies to the test, and it's not looking good for Entity Framework. While Linq to Sql comes out smelling of Roses. [More]

Currently rated 4.5 by 8 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

Passing ref parameters in a params object[] array

by Lord Zoltan 28. October 2008 09:32
Using dynamic code generation to turn a 'ref' or 'out' parameter into an IntPtr that can be passed as a normal parameter, and then dereferencing it back to the original target of the reference. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Technical

Generic overloads and ref parameter hell (the return of the Stack overflow)

by Lord Zoltan 4. September 2008 08:22
Trials and tribulations I encountered when I tried to overload a method which took a ref TBase with a generic that took a T : TBase and did the reference conversion for the programmer. A possible bug in the C# compiler is discovered, and a silly stack overflow pops up along the way. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

Exception when using WCF Client to Web Service Reference behind a proxy

by Lord Zoltan 27. August 2008 09:15
Accessing web services via WCF through ISA Server. [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

More C# generic extension methods - non-interface interface methods

by Lord Zoltan 1. August 2008 09:26
Introducing common functionality for types with generic extension methods for empty interfaces [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen