blog community
Sign in
|
Join
|
Help
Home
Blogs
Media
October 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
The future of Acropolis
Few months back I tried the new client framework Acropolis and was pretty surprised by the features it offered. However I also noticed that it was far from being a complete solution What did you expect from a CTP? I hear you say and that's pretty much...
Published
30-10-2007 18:38
by
willemm
International CAPS-LOCK day
It's internation caps-lock day, I don't think I have to explain this ;P http://crave.cnet.com/8301-1_105-9801944-1.html
Published
23-10-2007 9:20
by
willemm
Parallel LINQ
With dual core and even quad core processors around it's time to ramp up the workload so that software takes full advantage of the processor cores available in todays computers. One of the more exciting advancements for me personally in this area...
Published
19-10-2007 12:03
by
willemm
Filed under:
.NET 3.5
Auto implemented properties C# 3.0
Saturday evening I was coding again on my scheduling app when something odd striked me. Visual Studio 2008 generated a very strange piece of code when I used the prop snippet. The result was the following: public string Name { get; set; } This looked...
Published
01-10-2007 9:21
by
willemm
Filed under:
.NET 3.5
,
C#
C# Code snippets for Visual Studio 2005 and higher
Visual Studio comes with snippets for VB 2005, but C# seems to be missing. Luckely Microsoft published a set on MSDN that you can download to make the snippets from VB available in C#. Heck, they even come with a license that allows developers to change...
Published
01-10-2007 9:02
by
willemm
Filed under:
.NET
,
Visual Studio 2005
,
C#