Sign In
Mohamed Sharaf's Blog
My small window to post any technical thoughts. All posts as is.
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
ASP.NET
General
SQL Server
Archive
Archives
September 2010
(1)
June 2010
(1)
January 2009
(1)
July 2008
(1)
June 2007
(1)
May 2007
(1)
March 2007
(1)
February 2007
(1)
January 2007
(1)
December 2006
(2)
October 2006
(2)
August 2006
(1)
December 2005
(1)
November 2005
(4)
October 2005
(2)
September 2005
(4)
August 2005
(3)
July 2005
(2)
Social Media Sharing
December, 2006
MSDN Blogs
>
Mohamed Sharaf's Blog
>
December, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mohamed Sharaf's Blog
Using application/user settings in C# 2.0
Posted
over 6 years ago
by
Mohamed
10
Comments
This is a quick post for using application or user settings in C# 2.0. I found most of the articles dealing with it in VB which is pretty easy. All you need to access a setting called "ServerName" in Visual Basic is this line My.Settings.ServerName...
Mohamed Sharaf's Blog
Misleading error message when you create foreign key constraint
Posted
over 6 years ago
by
Mohamed
1
Comments
When you create new foreign key constraint in SQL Server 2005 and this constraint conflict with the data already exists in the tables, you will get an error message that might be misleading. Let's say that you have 2 tables (depts and employee) and you...
Page 1 of 1 (2 items)