Welcome to MSDN Blogs Sign in | Join | Help

UK Application Development Consulting

Your dev. Our passion.

Browse by Tags

All Tags » Patterns   (RSS)
foreach keyword or ForEach<T> extension method?
Is this a question of taste, or something more serious? [ Warning : this post won’t change your life J ] I found myself writing the following extension method yet again the other day; public static void ForEach<T>( this IEnumerable <T> source, Read More...
Procedural versus Set-Based SQL
During my day job I come across customers that are struggling to make a system perform to the expectations of their users, and they often see this as a SQL Server problem. This post is designed to demonstrate how much of a difference your approach to Read More...
Design: Architecture Frame Considerations (Part 1)
At Microsoft we are working hard in putting together the different components that are involved deciding the architecture approach. One of these components is the architecture frame, which together with the architecture style and application type creates Read More...
WCSF Application Architecture 7: Remote Logic with WCF Services
This article is 7th part of the WCSF Application Architecture series by Simon Ince; WCSF Application Architecture 1: Introduction WCSF Application Architecture 2: Application Controller WCSF Application Architecture 3: Model View Presenter WCSF Application Read More...
WCSF Application Architecture 2: Application Controller
This is the second article of a series written by Simon Ince , to view the first post visit the link below. · WCSF Application Architecture 1: Introduction So why do we have patterns? I think it is basically to reuse good designs, and to adopt a common Read More...
WCSF Application Architecture 1: Introduction
Simon Ince has put together and excellent series of articles answering the question of how to write real world applications using the Web Client Software Factory (WCSF), Simon is still working on this series so stay tuned for more posts on this subject! Read More...
Page view tracker