The CTP of Enterprise Library 3.0 was released last Friday.One of the new application blocks it contains is a Validation Application Block for validating classes in your applications.David Hayden wrote 4 tutorials on how to use it: Validation Application
Read More...
This article explains how to manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context. Technorati tags: database , dotnet , asp.net
Read More...
Written in C#, WatiN emulates the relevant portions of browser behavior, including form submission, JavaScript,cookies and automatic page redirection, and allows C# test code to examine returned pages either as containers of forms, tables, and links.
Read More...
Internet Explorer 7 introduces a unified approach to RSS. The good thing about it, is its availability for developers to consume the RSS feeds of the end-user, for example to build a custom RSS aggregator. Programs like the Windows Sidebar in Vista, the
Read More...
I will use the following XML document in the example below. <? xml version="1.0" encoding="utf-8" ?> < users > < user FirstName ="Tom" LastName ="Adams" Age ="23" /> < user FirstName ="Jhon" LastName ="Brams" Age ="17" /> <
Read More...