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

 
  
Find out if a DateTime object has DaylightSavingTime
.
DaylightSavings DateTime Find IsDaylightSavingTime
By [)ia6l0 iii on Monday, November 16, 2009 10:12:41 AM.
Extracing the Date Part from a DateTime object
.
Retrieve Date from DateTime C# Vb.Net ToString()
By [)ia6l0 iii on Monday, November 16, 2009 10:08:45 AM.
How to: Convert ASCII to HEX and HEX to ASCII
Two convenient methods in C# to make ASCII to Hexadecimal conversions.
public, string, hex, res, Empty, for, int, a, Length, Substring, Convert, ToInt32, char, return, ascii, StringBuilder, new, byte, Encoding, UTF8, GetBytes, foreach, b, in, Append, Format
By Peter Bromberg on Sunday, November 15, 2009 9:28:03 AM.
Have you heard of the OneWay Attribute for a WebMethod?
When you call a web method of a web service and do not expect it to return a value (void return type), you need not wait for response from it.
SoapDocumentMethod OneWay WebMethod dont wait for response Void
By [)ia6l0 iii on Wednesday, November 11, 2009 7:58:35 AM.
C# Calling Base Constructor
Quick syntax tip for how to call the base constructor of inherited classes.
inheritance, base constructor, base
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.
Use .NET To See If Windows Service Exists
Quick code sample to see if a windows service exists on a given PC/Server.
System.Management, ManagementObjectSearcher, ObjectQuery, ManagementObject, StartsWith, windows, service, win32_service
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.