- Brad Stewart
Advance » Post New Article Post New Article » Dump New Code Dump New Code »



Top Articles

RSS
  • 0
  • Likes
  • 109
  • Views
  • 0
  • Comments

Software development tools for Managers, Developers, Architects and Testers

Frequently used Software development tools for Project Managers, Developers, Analysts, Architects and Testers.

Planning and Implementation Tools

...

Version Control and Collaboration Tools

...

Testing and Defect Management Tools

...


  • 0
  • Likes
  • 227
  • Views
  • 0
  • Comments

How to read event log and display the content on ASP.NET page

This article will show you how to read windows event log and display its content on ASP.NET page, based on user selection.

Following is the sample code to write to the windows event log and display the contents of user selected windows event log on ASP.NET page.

...


  • 0
  • Likes
  • 357
  • Views
  • 0
  • Comments

How to verify the email address is valid in ASP.NET

This article will demonstrate how to verify that the email address provided by a user is a valid email address, using a sample code.

Introduction

Some times website owners need to allow users to get registered on their website or subscribe to newsletters on their website, by allowing users to provide their email addresses. But how would you verify that the user provided email addresses are genuine and valid, to avoid bounced email messages.

This article will demonstrate how to verify that the email address provided by a user is a valid email address, using a sample code.

Implementation

ASP.NET Provides Built-in DNS Resolving Support. DNS class from System.Net namespace can be used to resolve DNS hostnames into IP addresses. Using this class we could verify email addresses and ensure that the domain name specified by the user actually resolved to an existing domain name.

...


  • 0
  • Likes
  • 256
  • Views
  • 0
  • Comments

How to read an xml file and retrieve xml element values in .Net

This article will demonstrate how to read an xml file and retrieve xml element values in .Net using a sample Console application in C#.

Introduction

This is a Console application in .Net to read an xml file and retrieve xml element values.

This application will load the xml file from the provided file path, fetch all instances of the provided xml element from the xml file and then write the xml element values in a text file on your hard drive.

Attached are the source code and the EXE for this project for download.

Implementation

...


  • 0
  • Likes
  • 159
  • Views
  • 0
  • Comments

Working with Cookies in ASP.NET

This article will briefly introduce you to the Cookies in ASP.NET and how work with Cookies.

What is Cookies?

The Cookie is a collection of key/value pairs that hold text values set by a page in a web request. By default, the collection is empty. The cookie contains information the Web application can read whenever the user visits the website.

Following are few examples of how to work with Cookie collections in ASP .Net web applications.

...


View All »

Popular Blogs




WCF Error tracking


Finding your Office Key

Finding your Windows Licence Key

www.utnt.tk











Stylecop 4.7.19.22 has been released



Industry News



Sencha Architect: Visual HTML5, sort of









Google simplifies use of Analytics API