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

 
  
Snap it! - How to take a screen shot using .NET
This article explains about how to capture screen using .Net application
By Thiagarajan Alagarsamy on Monday, November 02, 2009 3:04:15 AM.
WCF Workflow Services Using External Data Exchange
This article shows how to create a WCF service which makes use of a WF workflow library which contains the business logic code. One way to communicate with the workflow from the service operation is by using the external data exchange service.
By Michael Detras on Sunday, September 13, 2009 9:09:06 AM.
Notify Client Applications Using WCF Callbacks
This article shows how to use WCF Callbacks in a client-server scenario where the server notifies connected clients of any event, like changes in database records or message from a client that is broadcasted to other clients.
By Michael Detras on Saturday, September 05, 2009 11:50:52 AM.
WPF DataGrid as ComboBox Dropdown
This article describes how to display the items of a WPF ComboBox inside a DataGrid when the ComboBox is clicked. It also shows how to make the behavior same as that of a normal ComboBox, like clicking the item on the DataGrid should close the ComboBox's popup.
By Michael Detras on Monday, August 31, 2009 2:08:26 PM.
Fun with Reflection, DataTable, Classes and SQLHelper
Some simple data conversion methods to help with the SQLHelper v2 utility class
By Peter Bromberg on Saturday, August 08, 2009 11:06:39 AM.
An object oriented approach for any problem
This article gives an insight into the object oriented approach that can be taken for a problem involving reading a formatted data from a flat file, applying some logic, appropriately sorting and ranking it and displaying it. The article also focuses on separating the coding effort into various smaller classes, so that it well organized. In the article I have a business entity, a helper class etc.
By H K on Tuesday, June 30, 2009 6:59:01 PM.