Sign In
Erwin van der Valk's blog: Practicing patterns
The only way to truely master something is to keep trying to improve yourself.. Keep practicing!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
CAL
Claimz
Dependency Injection
Design Patterns
patterns & practices
Prism
Sharepoint
Silverlight
Unit Testing
Unity
WIF
WPF
Archive
Archives
December 2009
(1)
October 2009
(2)
September 2009
(3)
August 2009
(4)
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(7)
March 2009
(4)
February 2009
(2)
January 2009
(2)
November 2008
(2)
October 2008
(3)
July 2008
(1)
June 2008
(2)
MSDN Blogs
>
Erwin van der Valk's blog: Practicing patterns
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Erwin van der Valk's blog: Practicing patterns
Goodbye…
Posted
over 3 years ago
by
erwinvandervalk
3
Comments
It has been a bit quiet on my blog the last couple of weeks. Sorry about that. I have been very busy the last couple of weeks. Unfortunately, I have decided to quit my (awesome) job at Microsoft and move back to The Netherlands to be close again with...
Erwin van der Valk's blog: Practicing patterns
how to work with animations in Silverlight in the mvvm pattern
Posted
over 3 years ago
by
erwinvandervalk
0
Comments
One of the things I found a bit more challenging than it should have been is working with animations in Silverlight. Often people will resort to code behind and triggering animations from code. However, I don’t really like that approach, because animations...
Erwin van der Valk's blog: Practicing patterns
Announcing the guide for claims based identity and access control
Posted
over 3 years ago
by
erwinvandervalk
0
Comments
Today, we’ve put the first beta drop of the book ‘Guide for Claims based identity and access control’ online. You can find the beta of the guide at Codeplex . Over the next couple of weeks, we’ll keep placing new releases online, so keep looking. So what...
Erwin van der Valk's blog: Practicing patterns
how to build an outlook style application – part 1
Posted
over 3 years ago
by
erwinvandervalk
1
Comments
[Update] This is part 1 of this post. Read the second post here. At the end of building prism V2, we have played around with different application styles to see how easy it is to consume our own libraries. In this blog post, I’m going to describe my attempt...
Erwin van der Valk's blog: Practicing patterns
how to apply a viewmodel to new windows
Posted
over 3 years ago
by
erwinvandervalk
1
Comments
A colleague asked me a question today. How do you apply the Model View ViewModel pattern to new Windows and Popups. To illustrate that, i wrote a small sample app, which I wanted to share with you. This post is part of a series: <Back to intro>...
Erwin van der Valk's blog: Practicing patterns
writing applications that target both wpf and silverlight with a single codebase
Posted
over 3 years ago
by
erwinvandervalk
0
Comments
A while back, I wrote an MSDN article on writing multi-targeted programs with Prism. http://msdn.microsoft.com/en-us/magazine/ee321573.aspx Hope you like it!
Erwin van der Valk's blog: Practicing patterns
how do i adapt a simple vs complex model
Posted
over 3 years ago
by
erwinvandervalk
0
Comments
When I started with separated presentation patterns, I always thought that to create a single screen, I ALWAYS had to create a view to display the data, a presenter/controller/viewmodel class to hold the logic and a model class to hold the data. Later...
Erwin van der Valk's blog: Practicing patterns
Implementing the Model View ViewModel pattern
Posted
over 3 years ago
by
erwinvandervalk
6
Comments
In this third part of my series of blog posts on the ViewModel pattern, I’m going to demonstrate how to implement a simple example of the ViewModel pattern. Not to worry, we’ll dive into more exiting examples later. <Back to intro> <Back to:...
Erwin van der Valk's blog: Practicing patterns
the difference between model-view-viewmodel and other separated presentation patterns
Posted
over 3 years ago
by
erwinvandervalk
5
Comments
This is the second blog post in a series on the Model View ViewModel pattern. Before I’m going to dive into the details of the Model View ViewModel pattern, I thought it is handy to describe the differences and similarities between this pattern and other...
Erwin van der Valk's blog: Practicing patterns
how do i do… With the Model-View-ViewModel pattern
Posted
over 3 years ago
by
erwinvandervalk
4
Comments
While building the Composite Application Guidance for WPF and Silverlight (AKA Prism V2), we relied heavily on the Model View ViewModel pattern. But while this pattern is definitely the best thing ever, it took me a while to come to grips with it: First...
Erwin van der Valk's blog: Practicing patterns
Unveiling my latest project
Posted
over 3 years ago
by
erwinvandervalk
0
Comments
Hi guys, Sorry, it has been a bit silent on my blog. But for a good reason. For the last couple of months, I’ve been secretly working on a new project. And this thing is going to be HUGE! Bigger than windows! Prettier than the IPhone and far more influential...
Erwin van der Valk's blog: Practicing patterns
Using interfaces and base classes in different assembly using vsewss 1.3
Posted
over 3 years ago
by
erwinvandervalk
2
Comments
In a previous post , I mentioned that there are difficulties with using the Visual Studio extensions for Windows SharePoint Services (VSeWSS) in combination with interfaces. It turns out that this problem is not just limited to using base classes, but...
Erwin van der Valk's blog: Practicing patterns
Sharepoint guidance v2 – drop 9
Posted
over 3 years ago
by
erwinvandervalk
3
Comments
This week, we published the results of interation 9 to our codeplex site. You can get it here: http://spg.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27299 In this drop, we have addressed a number of tasks: Implemented trusted facade pattern and...
Erwin van der Valk's blog: Practicing patterns
sharepoint guidance drop 8 video online
Posted
over 3 years ago
by
erwinvandervalk
1
Comments
Hi guys, Our drop 8 video is online on Channel 9. Check it out: Happy watching and keep practicing! _Erwin
Erwin van der Valk's blog: Practicing patterns
how to build an outlook style application with prism v2 – Part 2
Posted
over 3 years ago
by
erwinvandervalk
9
Comments
A while ago, I put an example application on my blog on how to build an outlook style application . The last couple of weeks, I’ve been working on a new version of this app. I’ve done some bugfixes, but also included support for opening use cases in...
Erwin van der Valk's blog: Practicing patterns
sharepoint guidance v2 – drop 8
Posted
over 3 years ago
by
erwinvandervalk
2
Comments
Last Friday, we’ve released drop 8 of our Guidance. What did we tackle in iteration 8 The main theme in drop 8 was exception handling in SharePoint. But we also did a bunch of refactoring in the application: Service locator We want to create a...
Erwin van der Valk's blog: Practicing patterns
sharepoint guidance v2 – drop 7
Posted
over 3 years ago
by
erwinvandervalk
2
Comments
Hi guys, Last monday, we have released drop 7 of the SharePoint Guidance V2. You can get it here: http://spg.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26085 In this drop, we have tackled a couple of things: A couple of bugfixes and installation...
Erwin van der Valk's blog: Practicing patterns
program to interface… in sharepoint
Posted
over 3 years ago
by
erwinvandervalk
2
Comments
[Update] I’ve posted a workaround to this issue here: http://blogs.msdn.com/erwinvandervalk/archive/2009/06/08/using-interfaces-and-base-classes-in-different-assembly-using-vsewss-1-3.aspx . [Original post] One of the common practices I try to...
Erwin van der Valk's blog: Practicing patterns
sharepoint guidance v2 – drop 6 video
Posted
over 3 years ago
by
erwinvandervalk
1
Comments
Hi Guys, Last week, we have released drop 6 of the Sharepoint guidance V2 . In this drop, we have tackled the following subjects: Several ways of doing list access Caching BDC data and published pages Using powershell to query sharepoint workflow associations...
Erwin van der Valk's blog: Practicing patterns
what do you think of prism?
Posted
over 3 years ago
by
erwinvandervalk
3
Comments
Prism has been out for quite a while now. I hope you had some time to play with it, read the docs, look at the code and build apps with it. So, what do YOU think of prism? Did you like it? Did it help solve your composite application problems? Was it...
Erwin van der Valk's blog: Practicing patterns
p&p Sharepoint guidance v2
Posted
over 3 years ago
by
erwinvandervalk
1
Comments
Since the Prism project is done, I’ll be working on a different project for the next couple of months. Sharepoint guidance on Codeplex The goal of this project is to provide guidance on how to build Sharepoint applications in a professional way. Version...
Erwin van der Valk's blog: Practicing patterns
linq and the dry principle
Posted
over 3 years ago
by
erwinvandervalk
2
Comments
I found myself today working on a LINQ query that, in my opinion violated the DRY principle. Don't Repeat Yourself (DRY, also known as Single Point of Truth) is a process philosophy aimed at reducing duplication, particularly in computing...
Erwin van der Valk's blog: Practicing patterns
prism v2 – walkthrough webcasts
Posted
over 3 years ago
by
erwinvandervalk
4
Comments
Last week, Bob and I have recorded a couple of webcasts. In these webcasts, we are creating an modular application that aggregates search results from Digg and Twitter. Part 1: Modules and a shell In the first part, we are demonstrating how to create...
Erwin van der Valk's blog: Practicing patterns
how to build an outlook style application – part 1
Posted
over 3 years ago
by
erwinvandervalk
26
Comments
[Update] This is part 1 of this post. Read the second post here. At the end of building prism V2, we have played around with different application styles to see how easy it is to consume our own libraries. In this blog post, I’m going to describe my attempt...
Erwin van der Valk's blog: Practicing patterns
just released: composite application guidance for wpf and silverlight – February 2008
Posted
over 3 years ago
by
erwinvandervalk
3
Comments
I’m really happy and extremely proud to say that we have launched the Prism V2 (the Composite Application Guidance for WPF and Silverlight) What is prism V2? Prism is a set of guidance and reusable components that help you create composite applications...
Page 1 of 2 (36 items)
1
2