Hernan de Lahitte's blog
.NET Development from the trenches
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET General
Architecture
EDRA (Shadowfax)
Forms Authentication
GAT
MBI 3
Patterns & Practices
Security
Web Services
WSSF
News
Visit these related links:
Digit Factory S.R.L.
Patterns & Practices
Web Service Software Factory: Modeling Edition
ESB Guidance
Navigation
Home
Blogs
Archives
September 2009 (1)
July 2009 (2)
June 2009 (4)
May 2009 (2)
April 2009 (7)
December 2008 (1)
November 2008 (1)
September 2008 (1)
July 2008 (1)
June 2008 (2)
March 2008 (1)
January 2007 (1)
November 2006 (1)
October 2006 (1)
May 2006 (1)
December 2005 (2)
November 2005 (2)
September 2005 (1)
August 2005 (1)
June 2005 (2)
May 2005 (3)
March 2005 (1)
February 2005 (1)
January 2005 (1)
December 2004 (1)
November 2004 (2)
October 2004 (1)
September 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
May 2004 (3)
April 2004 (4)
March 2004 (8)
February 2004 (3)
Books
Writing Secure Code, Second Edition
.NET Framework Security
Security Engineering...
Newsgroups
About .NET security.
ASP.NET security.
Others
Disclaimer
Author Bio
Security
Security Developer Center
Building Secure ASP.NET Applications
Threats and Countermeasures
.NET Framework Security
Writing Secure Code
Keith Brown's web site
NCrypto project
Security Tools
April 2009 - Posts
0
Comments
Depend On Patterns and Practices
by
HernanDL
I just found a nice article on P&P guidelines named " You Can Depend On Patterns and Practices " that Alex Homer wrote on MSDN Magazine - May Edition . There you may find some of the core Architecture concepts descibed in the good " patterns &...
Filed under:
Patterns & Practices
0
Comments
Nice to have for Enterprise Library 5.0
by
HernanDL
This community call is a bit old (Jan 09) but just in case you never noticed, here are the posts/links to cast your vote on the new feature you may want to have in the next version of EntLib. http://blogs.msdn.com/agile/archive/2009/01/26/enterprise-library...
Filed under:
Patterns & Practices
3
Comments
Hands-on Labs for Microsoft Enterprise Library 4.1 and Unity 1.2
by
HernanDL
In case you didn't notice yet, there are new HOLs for EntLib 4.1 and Unity 1.2. Included in this release are three new hands-on labs covering: - Interception (with Policy Injection Application Block and Unity ) - Dependency Injection with Unity - Validation...
Filed under:
.NET General
,
Patterns & Practices
0
Comments
Run as different user in Vista
by
HernanDL
Very useful script for adding this feature back to Windows Vista in case the "Run as Administrator" may not fit your needs :) http://technet.microsoft.com/en-us/sysinternals/cc300361.aspx
Filed under:
Security
0
Comments
Broken or missing project templates in Visual Studio 2008 or 2005
by
HernanDL
After my last system restore, I got this annoying issue when I opened a VS soultion with test projects and some other project types. This is basically becasue of the "broken templates" issue. I came across this post that describes the problem and solution...
Filed under:
.NET General
0
Comments
DSL model gradient background
by
HernanDL
In one of my recent DSL projects I was looking a way to get that nice gradient background that you can find in the Visual Studio DSL designer like the figure below: As we can see, there is a gradient background along with a title "Classes and Relationships...
1
Comments
X509 Certificate validation
by
HernanDL
Some time ago I was looking for some way to validate an X509 certificate and for my surprise I couldn't find any good method to do this pretty common task. I know that the X509Certificate2 class has a Verify method but is rather limited in terms of validation...
Filed under:
Security
,
.NET General
More Posts