blog community
Sign in
|
Join
|
Help
Home
Blogs
Media
May 2007 - Willem Meints
Willem Meints
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Using ASP.NET application services from Silverlight
Creating Expression Blend 3 Silverlight triggers and actions
Building Expression Blend 3 behaviors for Silverlight – An example
Drawing swords with Caliburn
Building and unit-testing .NET RIA domain services
Tags
.NET
.NET 3.5
.NET 4.0
.NET Framework 4
Acropolis
ADO.NET
ASP.NET
ASP.NET 4
Async programming
C#
Caliburn
Composite UI Application Block
CompositeWPF
CompositeWPFContrib
IronPython
Misc.
Off topic
PowerShell
Silverlight
Unit-testing
Visual Studio 2005
Visual Studio 2008
WCF
Windows Workflow Foundation
WPF
View more
Archives
March 2010 (3)
February 2010 (1)
January 2010 (1)
December 2009 (2)
November 2009 (2)
October 2009 (3)
September 2009 (2)
August 2009 (1)
July 2009 (1)
June 2009 (4)
May 2009 (3)
April 2009 (3)
March 2009 (4)
February 2009 (4)
January 2009 (1)
December 2008 (2)
November 2008 (3)
October 2008 (10)
September 2008 (4)
August 2008 (9)
July 2008 (8)
June 2008 (4)
May 2008 (2)
April 2008 (8)
March 2008 (1)
February 2008 (3)
January 2008 (1)
December 2007 (3)
November 2007 (4)
October 2007 (5)
September 2007 (8)
August 2007 (8)
July 2007 (8)
June 2007 (8)
May 2007 (6)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Something went wrong here, but what?
The last weeks of my internship are here and Martijn and I are testing our application for bugs and errors that we missed before. One of the things that's important for us is the import functionality of our application. Unfortunatly ASP.NET and IIS...
Published
31-05-2007 10:38
by
willemm
Filed under:
.NET
,
ASP.NET
Extension methods in C# 3.0
Introduction Extension methods are new to C# 3.0 and enable you to extend existing types with new Methods. It's used for the new Query operators that are introduced with LINQ. After having done some articles[1][2] on LINQ I decided that it's a...
Published
30-05-2007 8:35
by
willemm
Filed under:
.NET 3.5
Slow ASP.NET Designer surface in VS2005 [update]
There's something odd going on inside the ASP.NET designer of visual studio 2005. When you first open the designer it normally starts in markup mode, all is fine. But as soon as I move over to the Graphical designer surface it starts eating up a lot...
Published
24-05-2007 21:04
by
willemm
Filed under:
.NET
,
ASP.NET
,
Visual Studio 2005
Resign patterns
Manuel told me this afternoon a rather funny new term: Resign patterns. After looking it up on google I found this page. Gave me a good laugh :D http://www.lsd.ic.unicamp.br/~oliva/fun/prog/resign-patterns
Published
22-05-2007 12:44
by
willemm
Serialization Bug Windows Workflow Foundation - Update
Earlier I wrote about a bug in Windows Workflow Foundation where it was no longer possible to resume workflows that were persisted in a SQL when you change an activity while there are persisted workflows in the database. After having created a small test...
Published
18-05-2007 19:51
by
willemm
Filed under:
.NET
,
Windows Workflow Foundation
Serialization bug in Windows Workflow Foundation
A few days ago Martijn and I had a really weird problem with our SQL persistence store for Windows Workflow Foundation. Martijn was trying to build a small application that had to start all workflows with a timer, so that the timers that were expired...
Published
16-05-2007 17:45
by
willemm
Filed under:
.NET
,
Windows Workflow Foundation