home » people » teisenhauer

teisenhauer

Tim Eisenhauer

Profile

Name:
Tim Eisenhauer
Location:
N/A
Bio:
Timothy Eisenhauer, Managing Partner of CodeAsp.Net, is a Subject Matter Expert for Microsoft ASP.NET 3.5 Certification Exams, and has over 11 years of website architecture and development experience with a focus on usability design, user interface, and web engineering, and is highly sought after for his modern and effective GUI designs for the ASP.NET platform.
Interests:
N/A

Community info

Member since:
12/1/2008 10:08:48 AM
Rank:
3
Role:
SiteAdministrator
Total Posts:
3
Total points:
2149

Personal Information

Favorite Music:
N/A
Favorite TV Shows:
N/A
Favorite Books:
N/A
Favorite Cuisines:
N/A
Occupation:
Software Developer
Sex:
Male
Industry:
Loading ...

Confirm

  • The Importance of Web Design and Website Credibility
    One of the most significant functions of websites today is to provide credibility for your business. The credibility of your website is becoming more and more an increasingly important area to understand. And it's an area that many web developers and web designers fail to recognize when creating websites.
    2/3/2009 9:56:03 PM - Comments: 2
  • How to Restore a MSSQL 2005 Database
    Restoring a MSSQL 2005 database can mean problems for those that do not know how to do it properly. Especially if you are restoring this database on a different server than what it was created on. Read how to do it here.
    1/6/2009 6:37:32 PM - Comments: 0
  • Word Cloud From CodeAsp.Net
    I've always thought that these word clouds were pretty neat, and if you're new to these (and living under a rock)... here's how it works. The clouds give greater prominence to words that appear more frequently in the source text.  So, when I input the Cod...
    7/21/2009 3:56:18 PM - Comments:0
  • How to Write to a file in c#
    Before we start with how to write to a file in C# one should know about File, FileStream and StreamWriter classes and the methods and properties they have. Also about FileAccess and FileMode enumeration. In order to write to a file, we need to open the ...
    4/13/2009 9:21:13 PM - Comments:0
  • How to Read from a text file in c#
    Before we start with how to read from a text file in C# one should know about File, FileStream and StreamReader classes and the methods and properties they have. Also about FileAccess and FileMode enumerationTo open a file we use open method of File class...
    4/13/2009 7:57:43 PM - Comments:0
  • C# while and do while loop
    In this blog, I will explain the "while" and "do while" loop and the difference between them. The " While" loop The "while" loop is used in a scenario when one is not sure in advance about how many times the loop needs to be executed. The "while" lo...
    4/9/2009 11:58:24 PM - Comments:0
  • Try Catch Finally structure in ASP.NET
    Using "Try Catch and Finally" is one of the methods of handling errors in ASP.NET. Try Catch and Finally are three blocks of code, with each block having it's own functionality. The "Try" block encloses the code that can throw an exception when some ki...
    4/8/2009 10:43:06 PM - Comments:0
  • C# for loop
    The "for" loop enables the user to iterate through a series of values to perform a task a specified number of times. In order to implement "for" loop, one should know in advance about how many times the loop is to be executed. It is also called coun...
    4/7/2009 11:37:02 PM - Comments:0
  • XHTML Rendering in ASP.NET Web Sites
    First of all, in this post, I'm going to show you how to configure XHTML Rendering in ASP.NET Web Sites. Ok so...if you've been reading any of my previous posts or emails, you may know that there are times where I come up against a programming problem ...
    3/28/2009 9:58:38 PM - Comments:0
  • Beat The Recession -- Upgrade Your IT Skills
    >> UPDATE << From now until May 31, 2009 April 30, 2009 , use the Promotion Code at the bottom of this post to obtain a Microsoft Certification Exam Voucher Code at a 10% discount. And, if you fail the test, you'll get a free "retake." Y...
    3/25/2009 1:35:20 AM - Comments:6
  • C# RSS Feed Generator
    RSS, which you probably already know, stands for Really Simple Syndication. It is a technology that enables you to syndicate content using an XML structured document. After you establish a connection with certain website, you will receive links to the sto...
    3/19/2009 6:53:54 PM - Comments:1
  • C# Parse Meta Tags
    You may come across an instance in your C# and ASP.NET programming where you need to download an external webpage and parse the meta tags... specifically, the "Title," "Meta Description," and "Meta Keywords." The method below will show you how to: ...
    3/19/2009 6:25:37 PM - Comments:5
10 people found.