August, 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)
August, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
UK Premier Support for Developers
Extensionless URLs not working with ASP.NET MVC 2 on IIS 7/7
Posted
over 3 years ago
by
ukadc
1
Comments
This post is mostly a self-serving bookmark, but if you somehow landed here and are having issues with ASP.NET MVC 2 URL Routing (or routing in web forms if you’re using it there!) and are running on IIS 7 or 7.5 then have a read through the KB...
UK Premier Support for Developers
PasswordDigest authentication in WCF
Posted
over 3 years ago
by
ukadc
0
Comments
WS-Security UsernameToken Profile describes how a client can authenticate to a web service using a "username" and a password. Two variations of the password are defined as part of the specification which includes "PasswordText" and "PasswordDigest". Neither...
UK Premier Support for Developers
Using WIF for securing REST Service
Posted
over 3 years ago
by
ukadc
2
Comments
OAuth WRAP and SWT (Simple Web Token) have emerged as a standard way for employing claim-based-security to the REST services. Conceptually this model is very similar to the one used in SOAP world. A client goes to an issuer, authenticates itself using...
UK Premier Support for Developers
ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute
Posted
over 3 years ago
by
ukadc
0
Comments
When you create a new ASP.NET MVC 2 project in Visual Studio there are a number of files that are created. One of these is AccountModel.cs. If we ignore the fact that this one file contains multiple classes (I’ve no idea why!), we will see that...
UK Premier Support for Developers
ASP.NET MVC: Adding client-side validation to PropertiesMustMatchAttribute
Posted
over 3 years ago
by
ukadc
1
Comments
In the last two posts ( here and here ) we added client-side validation support for the ValidatePasswordLengthAttribute that is part of the default ASP.NET MVC project template. In this post we will look at another of the validators in the template: PropertiesMustMatchAttribute...
UK Premier Support for Developers
WIF based OAuth WRAP Issuer
Posted
over 3 years ago
by
ukadc
0
Comments
WIF provides an API to develop Security Token Services (STSs) which can then be exposed using either WS-Trust (Active-STS) or WS-Federation(Passive-STS) protocols. As mentioned in last post, WIF currently doesn’t support OAuth WRAP protocol so out...
UK Premier Support for Developers
ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute in ASP.NET MVC 3 Preview 1
Posted
over 3 years ago
by
ukadc
0
Comments
In the previous post we saw how we can add client-side validation to the ValidatePasswordLengthAttribute that is supplied in the default project template. To recap, the required steps were: The client-side validation code ModelClientValidationRules...
UK Premier Support for Developers
Controller Action Design in MVC
Posted
over 3 years ago
by
ukadc
0
Comments
Validate, Act, Translate, and Respond. That’s about it. I’ve been trying to come up with a nice acronym for how to structure code in Actions for some time now, and this is the best I have managed. I wish it spelt a nice word – so...
UK Premier Support for Developers
Comparing Architectural Options
Posted
over 3 years ago
by
ukadc
0
Comments
Often when I speak with people that are planning a new solution they have a few different products or platforms in mind. To compare these options, most try something like a “capability matrix” (which goes by many names). Roughly these end...
Page 1 of 1 (9 items)