Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
CouponOK.com - Free Web Hosting and Domain Coupons for webmasters


December 2006 - Posts

Validation Application Block - 4 tutorials
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...
Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context
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...
WatiN
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...
Bart De Smet explores the IE7 RSS platform using C#
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...
Return the value for the specific attribute using XPathNodeIterator
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...