Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 
  
"Everything" RSS / ATOM Feed Parser
A canonicalized, generic solution to the problem of parsing any kind of RSS or ATOM feed and returning a usable collection for databinding.
By Peter Bromberg on Tuesday, January 06, 2009 9:35:46 AM.
C# : Database monitoring system using XML file
This application monitors the database of any kinds like employee, patients, or any items via XML. The XML file has a very nice interface to store the data, retrieve and update with O(1) time and hence it will be much faster as all the nodes will be unique. The search operation also use Hashing mechanism on XML node. This is very useful interface for any kind of application.
By Raj Cool... on Tuesday, December 09, 2008 1:42:50 AM.
RSS / ATOM Feed Autodiscovery Class
A class that will autodiscover RSS and ATOM feeds from any supplied URL and package the metadata.
By Peter Bromberg on Friday, September 19, 2008 12:05:10 PM.
Custom Validation for Date of Birth using three dropdownlist
This article is used to validate the date of birth having 3 dropdownlist control.first dropdownlist control populates data for Days second for Months and third for Years.this article is exactly usefull for the users those want to validate DOB containing three dropdownlist.Datasources for Days and Months populates from two XML Files(DD.xml and MM.xml) in this project.
By zafar iqbal on Wednesday, July 09, 2008 2:20:20 AM.
ASP.NET Nested Repeater
This code is exactly usefull to embeding one repeater into another repeater control...this helps to display heirarchical data.
By zafar iqbal on Wednesday, July 02, 2008 7:27:58 AM.
Interview Questions for .NET Framework
This article is specially for the users those are in development or want to be a .net developer
By Raman Katwal on Friday, June 27, 2008 3:57:34 PM.