Stories recently tagged with 'Validation'

Validation Application Blocks in practice [Part III](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

In this dribble we will try to build our custom validators on top of Enterprise Library 3.0 Validation Application Blocks (VAB) benefits from its power in our own validators. read more...

add a comment |category: |Views: 6

tags: another

Enterprise Library 3.0 Dribbles - Validation Application Blocks in pra(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

In this dribble we will try to build our custom validators on top of Enterprise Library 3.0 Validation Application Blocks (VAB) benefits from its power in our own validators. read more...

add a comment |category: |Views: 5

tags: another

Validation Application Blocks in practice [Part II](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

Enterprise Library 3.0 Dribbles - Validation Application Blocks in practice [Part II] In the past dribble we used the Attributes based Validation of (VAB) Validation Application Blocks of Enterprise Library 3.0 , this time we'll learn how to use the Configuration based Validation of VAB to validate our business entities . read more...

add a comment |category: |Views: 9

tags: another

How to use the Validation Application Block in Enterprise Library V3.0(snowball.be)

submitted by gillgill(1070) 5 years, 4 months ago

The Validation Application Block is the hottest new feature in the upcoming new version of the Enterprise Library V3.0. In this tutorial, the author describes how to use it using attributes and how you can extend it using your own validators. read more...

add a comment |category: |Views: 132

tags: another

Enterprise Library 3.0 Validation Block Musings(laribee.com)

submitted by laribeelaribee(720) 5 years, 5 months ago

Announcing the upcoming EntLib Validation Block. Also wondering how elegant the upcoming enterprise library validation block will be as a DDD Specification Repository... read more...

add a comment |category: |Views: 12

tags: another

Validate a URL using regular expressions(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 7 months ago

Today, I had to build web form that took user input from standard ASP.NET input controls. In one of the text boxes the user must to enter a valid URL, so I had to make some validation logic. But first of all, I had to find out what kind of URL’s we would accept as being valid. Based on those rules, I wrote these regular expressions read more...

1 comment |category: |Views: 12

tags: another

Validate strong passwords in C# and ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Use this simple method to check if a password is strong or not. You can change the regular expression to suit your needs. read more...

add a comment |category: |Views: 294

tags: another

Add validation to business objects(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Here's a good example of doing validation on business objects, without changing too much and keeping it simple. read more...

add a comment |category: |Views: 36

tags: another

Validation controls as images - workaround(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A quick workaround solution for making validation controls display images instead of a plain error text message. read more...

add a comment |category: |Views: 5

tags: another

Validation controls as images - workaround(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A quick workaround solution for making validation controls display images instead of a plain error text message. read more...

add a comment |category: |Views: 5

tags: another

Validation In The Domain Layer - Take Two(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

A continuation on how to perform validation in the domain layer. This article discusses moving validation onto a layer supertype, so that all domain objects have validation at their disposal. read more...

add a comment |category: |Views: 71

tags: another