.NET Geeks
-Unleash Your Inner Geek!!!
Sign in
|
Join
|
Help
Home
Blogs
Wikis
Groups
October 2006 - Joshua Smith
Joshua Smith
Home
Contact
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
Installing TFS 2008 on Windows Server 2008
DRM-Free MP3 Music Downloads
SQL 2005 and View Definition
VS 2005 SP1
US States in SQL Format
Tags
.NET
ASP.NET
Codesmith
Firefox
Hardware
IE7
Music
Programming
Reference
SQL 2005
Team Systems
tfs 2008
windows server 2008
View more
Archives
May 2008 (1)
September 2007 (1)
July 2007 (1)
December 2006 (2)
November 2006 (1)
October 2006 (6)
September 2006 (1)
July 2006 (4)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
SQL 2005 and foreign key indexes
SQL Server by default does not index foreign keys (to my knowledge). So, here is a little script that will generate your create index statements for you. Note this only works in SQL 2005 due to the new sys table schema... select 'create index IDX_'...
Published
Mon, Oct 30 2006 4:32 PM
by
jsmith
Filed under:
SQL 2005
Tab Behavior with Session
I may have missed the memo on this one, but the session object (and thus the context) crosses tabs in both Firefox and IE. What I mean is that opening the same website in a new tab will still keep all of your context information. In order to generate...
Published
Mon, Oct 30 2006 11:41 AM
by
jsmith
Filed under:
Firefox
,
IE7
,
ASP.NET
Firefox 2
Firefox 2 has been released, get it at: http://www.mozilla.com/en-US/firefox/.
Published
Tue, Oct 24 2006 3:57 PM
by
jsmith
IE 7
IE 7 has been released! It can be downloaded from Microsoft at the following link: http://www.microsoft.com/windows/ie/default.mspx
Published
Thu, Oct 19 2006 7:59 AM
by
jsmith
Codesmith 4.0 Beta 2 Released
Codesmith has released the second beta of its tool, it can be downloaded here: http://community.codesmithtools.com/blogs/announcements/archive/2006/10/16/CodeSmith40PublicBetaReleased.aspx The ActiveSnippets are extremely powerful! I highly recommend...
Published
Thu, Oct 19 2006 7:55 AM
by
jsmith
Filed under:
Codesmith
Web Software Factory
Microsoft has begun a P&P section for Web Software Factory, similar to the Composite UI pattern. They have released their fourth code drop. Check this project out at: http://www.codeplex.com/Wiki/View.aspx?ProjectName=websf.
Published
Wed, Oct 11 2006 12:41 PM
by
jsmith