June, 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)
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
UK Premier Support for Developers
ASP.NET MVC’s Html Helpers Render the Wrong Value!
Posted
over 3 years ago
by
ukadc
0
Comments
First things first – oh no they don’t J But it can look like a bug if you’re not used to MVC, so I thought it worth calling out. Scenario Imagine we have a pair of controller actions like this; [ HttpGet ] public ActionResult...
UK Premier Support for Developers
X509 based proof keys with wsFederationHttpBinding
Posted
over 3 years ago
by
ukadc
0
Comments
When requesting a SAML token from an STS you can also request a proof token, which you can use to proof your ownership (by signing the primary signature with the proof token) of the token to the relying party when sending a SOAP message to it. In Identity...
UK Premier Support for Developers
jQuery.validate and Html.ValidationSummary playing nice together
Posted
over 3 years ago
by
ukadc
0
Comments
A customer recently asked me how to get MVC with the MVC Futures project’s MicrosoftMvcJQueryValidation.js adapter file to play nicely with the Validation Summary HTML helper. It turns out that this functionality isn’t built into the adapter script file...
UK Premier Support for Developers
Collections and ASP.NET MVC Templated Helpers – Part 4
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 Part 4 – Replacing Object.ascx My last post...
UK Premier Support for Developers
Integrating WIF with WF 4.0 and AppFabric
Posted
over 3 years ago
by
ukadc
0
Comments
WIF is framework to claim-enable ASP.net applications and WCF services. WF 4.0 introduced a new paradigm for developing services (known as Workflow Services), whose implementation is based on workflow. Windows Server AppFabric provides the hosting, management...
UK Premier Support for Developers
Designers for custom activities
Posted
over 3 years ago
by
ukadc
0
Comments
When writing a custom activity you’ll typically want to provide a custom designer which is used when rendering your activity on the design surface. Visual Studio will look for designers using a couple of methods – one old, one new. In this...
UK Premier Support for Developers
ASP.NET MVC - Creating a DropDownList helper for enums
Posted
over 3 years ago
by
ukadc
0
Comments
Do the types you work with in your ASP.NET MVC models ever have enums? Mine do from time to time and I’ve found myself needing to render a dropdown list to allow the user to select the enum value. For the purposes of this post, I will be working with...
UK Premier Support for Developers
Conditional Validation in MVC
Posted
over 3 years ago
by
ukadc
0
Comments
Recently I put together samples for different types of validation for some customers, and one of those was Conditional Validation – that is “this field is required if another field is true”, and such like. But a few weeks later I saw my code fail! I got...
UK Premier Support for Developers
Deployment and Testing Automation
Posted
over 3 years ago
by
ukadc
0
Comments
In Application Lifecycle Management (ALM) consulting engagements with customers, we usually cover the automation of various activities in the development process. Most of the development teams I work with have some sort of automated build system in place...
Page 1 of 1 (9 items)