Sign In
Jeremiah Clark's Blog
A place to collect my ramblings about Microsoft and the .NET Framework.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
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
Books
C#
C# 3.0
Compilers
Debugging
Hacks
IE8
LINQ
MVC
Off Topic
Opinion
Parallel Computing
Performance
PowerShell
Reflection
SharePoint
SQL
SSRS
Tips
Unit Testing
Unity
Visual Studio
Windows
Workflow
Archive
Archives
February 2012
(1)
August 2011
(1)
January 2011
(3)
December 2010
(1)
January 2010
(1)
May 2009
(2)
April 2009
(1)
February 2009
(7)
December 2008
(1)
November 2008
(4)
October 2008
(2)
September 2008
(3)
August 2008
(2)
July 2008
(5)
June 2008
(2)
April 2008
(1)
March 2008
(4)
February 2008
(7)
January 2008
(2)
October 2007
(1)
September 2007
(9)
February, 2008
MSDN Blogs
>
Jeremiah Clark's Blog
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremiah Clark's Blog
How to Assign a Strong Name to an Unsigned 3rd-Party Assembly
Posted
over 4 years ago
by
Jeremiah.Clark
6
Comments
Here is the scenario: You get a .NET DLL from somewhere that provides some really cool functionality that you need for your BizTalk/SharePoint/etc application. So you go to install the utility into the GAC, and then you realize that the DLL...
Jeremiah Clark's Blog
Windows Live Writer - Great Blogging Tool
Posted
over 4 years ago
by
Jeremiah.Clark
2
Comments
I started using Windows Live Writer to write posts for my blog recently and I have to say that I really like it. It can interface with Spaces and many common blog servers including "Blogger, LiveJournal, TypePad, WordPress (and many others)." Plus it...
Jeremiah Clark's Blog
Parallel Extensions for .NET - Part 1
Posted
over 4 years ago
by
Jeremiah.Clark
1
Comments
Some of my recent posts have mentioned the Parallel Extensions to the .NET Framework CTP that was released in December by the Parallel Computing Team at Microsoft. This post is meant to give an introduction to the Parallel Extensions, as well as some...
Jeremiah Clark's Blog
SQL 2008 February CTP
Posted
over 4 years ago
by
Jeremiah.Clark
1
Comments
The SQL Server 2008 Feb CTP has been released and can be found here: http://www.microsoft.com/sql/2008/prodinfo/download.mspx I can't wait to test some of the new spatial features, compression, and the long awaited MERGE statement.
Jeremiah Clark's Blog
Task Parallel Library on Channel 9
Posted
over 4 years ago
by
Jeremiah.Clark
2
Comments
Joe Duffy and other members of the Parallel Extensions team at Microsoft Research talk about the Task Parallel Library. This is a great presentation and they go into quite a bit of depth about the internals of the TPL. I am very interested in the TPL...
Jeremiah Clark's Blog
Visual Studio Tip: Get Public Key Token for a Strong Named Assembly
Posted
over 4 years ago
by
Jeremiah.Clark
36
Comments
I can't remember where I picked this tip up from, but I have found it useful on many occasions so I thought that I would share it. Sometimes I need to reference the strong named assembly that I am writing in a config file or some other location, and...
Jeremiah Clark's Blog
SQL: If Exists Update Else Insert
Posted
over 4 years ago
by
Jeremiah.Clark
41
Comments
This is a pretty common situation that comes up when performing database operations. A stored procedure is called and the data needs to be updated if it already exists and inserted if it does not. If we refer to the Books Online documentation, it gives...
Page 1 of 1 (7 items)