Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

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

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

 
  
Simple Web Development Recommendations
Due to ongoing threats and increasing complexity of attacks it’s suggested that the highest levels of security be implemented into every Web Application, especially the ones that include potentially critical data, such as passwords, confidential information, financial data, etc.
By Carlos Casalicchio on Friday, March 20, 2009 2:40:17 PM.
Fix for Microsoft's Business Contact Manager Auto-linking
Hi, Just thought I'd let everyone know about a tool which updates auto-linking automatically for all users when a new contact has been added. We use it here, and it works - I created it ;-) The link is: http://sourceforge.net/projects/businesscontact The program can be installed in a single database setup, or a shared database (on a server). Hope this helps you. The software was created by Wecreatesoft, http://www.wecreatesoft.co.uk
By Mark Houldridge on Thursday, January 29, 2009 12:03:33 PM.
Investigating the Sessions - that are hung end in Oracle
Although logs like Alert logs, server-side logs, listener logs, trace files can help you out to indicate the exact reason of a session hang, there is an alternate way to determine this.
By [)ia6l0 iii on Wednesday, October 29, 2008 9:57:24 AM.
Template Files (.TQL) in SQL Server to speed up documenation and for other benefits
Uniformity, Documentation using templates in SQL Server
By [)ia6l0 iii on Friday, October 24, 2008 11:55:54 AM.
Pass dataset values as an Array Parameter to ODP.NET Command Object, and upload datasets into a table quickly.
ODP.Net command object can accept Array as parameter. So we can pass the entire array for bulk inserts in one go. Please note that it happens in a Single trip to the database. So you have to impelement transactions too.
By [)ia6l0 iii on Thursday, October 23, 2008 9:41:31 AM.
Accessing the Logs in Oracle 10g in a XML Format
Logs perform an important task in any application. It is used to perform the post-operation analysis of any Operation immaterial of the magnitude of the operation. This example is for the database logging. It used Oracle 10g as example. However, we additionally need to do the some Configurations to achieve the same.
By [)ia6l0 iii on Wednesday, October 22, 2008 9:13:28 AM.