April, 2010 - UK Premier Support for Developers - Site Home - MSDN Blogs
Sign in
UK Premier Support for Developers
Your dev. Our passion.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
ADC
AJAX
Architecture
ASP.NET
C#
Interview
JavaScript
Josh Twist
JQuery
Morgan Skinner
MSArchitectPortal
MVC
Patterns
Ryan Simpson
Salvador Patuel
Silverlight
Simon Ince
SoundBytes
Stuart Leeks
WCF
WF 4.0
Workshops
WPF
Zulfiqar Ahmed
Archive
Archives
December 2012
(1)
October 2012
(4)
July 2012
(2)
June 2012
(1)
May 2012
(5)
April 2012
(2)
March 2012
(1)
February 2012
(1)
January 2012
(5)
December 2011
(2)
November 2011
(1)
October 2011
(2)
September 2011
(3)
August 2011
(1)
July 2011
(2)
June 2011
(3)
May 2011
(5)
April 2011
(5)
March 2011
(12)
February 2011
(8)
January 2011
(7)
December 2010
(7)
November 2010
(9)
October 2010
(7)
September 2010
(10)
August 2010
(9)
July 2010
(11)
June 2010
(9)
May 2010
(8)
April 2010
(9)
March 2010
(9)
February 2010
(11)
January 2010
(8)
December 2009
(8)
November 2009
(10)
October 2009
(9)
September 2009
(10)
August 2009
(5)
July 2009
(4)
June 2009
(5)
May 2009
(6)
April 2009
(6)
March 2009
(3)
February 2009
(8)
January 2009
(10)
December 2008
(15)
November 2008
(19)
October 2008
(15)
April, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
UK Premier Support for Developers
Custom ServiceHostFactory for a XAMLX based Service
Posted
over 3 years ago
by
ukadc
2
Comments
For IIS/WAS hosted services backed by a physical .SVC file (WCF 3.0/3.5) you can specify a custom ServiceHostFactory in the .svc file as part of service specification . There is no such declaration for XAMLX files and instead you can use config-based...
UK Premier Support for Developers
What on Earth is a Lambda Expression?
Posted
over 3 years ago
by
ukadc
1
Comments
Recently I've spoken with a few customers that have asked what a Lambda Expression is, which surprised me. It seems that a second wave of developers are now starting to use Lambdas (i.e. those that didn't adopt C# 3.0 immediately) and need some pointers...
UK Premier Support for Developers
Setting up WCF with a load balancer using SSL in the middle
Posted
over 3 years ago
by
ukadc
1
Comments
I was onsite today with a customer who was having problems getting WCF to work, and after much wailing and gnashing we finally arrived at a solution so I thought I would blog it. We were getting an EndpointNotFoundException with the error message “There...
UK Premier Support for Developers
JavaScript Prototypes versus Closures
Posted
over 3 years ago
by
ukadc
0
Comments
Recently I've been coordinating and authoring some JavaScript best practice documentation, and one area that came up which I thought was interesting was the reason for using prototypes instead of constructors to define JavaScript class members. Thanks...
UK Premier Support for Developers
How to configure WinDbg to run other versions of the .NET
Posted
over 3 years ago
by
ukadc
0
Comments
I usually receive a very common question when customers jump into the WinDbg adventure, and is related to the loading of SOS when the version of the .NET mismatches the version installed on their system. The scenario is quite common, you have a customer...
UK Premier Support for Developers
Boundary Analysis
Posted
over 3 years ago
by
ukadc
0
Comments
This week I hosted an interactive session at the Architect Insight Conference with my colleague Josh Twist ... if you were there thanks for being so interactive! We really enjoyed it and found it useful so I hope you did too. One concept that I mentioned...
UK Premier Support for Developers
Collections and ASP.NET MVC Templated Helpers – Part 3
Posted
over 3 years ago
by
ukadc
0
Comments
This is part of a mini-series: Part 1 – Define the problem & give a workaround Part 2 – Show an alternative workaround Part 3 – Show a reusable, simple solution This is the third part in a mini-series and so far I’ve presented the problem...
UK Premier Support for Developers
Collections and ASP.NET MVC Templated Helpers – Part 2
Posted
over 3 years ago
by
ukadc
0
Comments
This is part of a mini-series: Part 1 – Define the problem & give a workaround Part 2 – Show an alternative workaround Part 3 – Show a reusable, simple solution Last time I outlined a problem that I was having with rendering a collection...
UK Premier Support for Developers
Collections and ASP.NET MVC Templated Helpers (DisplayFor/EditorFor)
Posted
over 3 years ago
by
ukadc
0
Comments
This is part of a mini-series: Part 1 – Define the problem & give a workaround Part 2 – Show an alternative workaround Part 3 – Show a reusable, simple solution I’ve been spending quite a lot of time with ASP.NET MVC 2 recently, talking...
Page 1 of 1 (9 items)