Sign In
Technical Weblog of Eric Charran
A Journal of My Technical Achievements and Challenges
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 Development
BizTalk Server
Electronics and Portables
Exchange and Windows Mobile
General Microsoft and MCS
Hyper-V, Virtual PC and Virtual Server 2005
LINQ Development
Office
SharePoint 2010
SharePoint and MOSS 2007
SQL Server
Team Foundation Server
Vista
Visual Studio
WCF Development
Windows 7
Windows Communication Foundation
Windows Server 2008
XBOX
Archive
Archives
October 2011
(1)
February 2011
(1)
July 2010
(1)
May 2010
(2)
April 2010
(4)
February 2010
(1)
December 2009
(1)
November 2009
(3)
May 2009
(2)
March 2009
(2)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(1)
October 2008
(2)
September 2008
(2)
August 2008
(1)
June 2008
(3)
May 2008
(6)
April 2008
(7)
March 2008
(5)
February 2008
(1)
December 2007
(5)
November 2007
(4)
October 2007
(4)
September 2007
(3)
August 2007
(7)
July 2007
(4)
June 2007
(3)
May 2007
(8)
April 2007
(11)
March 2007
(15)
February 2007
(12)
January 2007
(11)
December 2006
(10)
November 2006
(11)
October 2006
(5)
September 2006
(9)
August 2006
(14)
July 2006
(5)
June 2006
(6)
May 2006
(10)
April 2006
(11)
March 2006
(21)
February 2006
(8)
January 2006
(7)
December 2005
(6)
November 2005
(14)
October 2005
(8)
February, 2006
MSDN Blogs
>
Technical Weblog of Eric Charran
>
February, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Technical Weblog of Eric Charran
Visual Studio 2005 Code Snippets
Posted
over 6 years ago
by
Eric Charran
0
Comments
For the uninitiated, VS 2005 Code Snippets are time-saving bits of code that the IDE allows developers to inject into their code pages so that the mediocre task of writing for each loops and getting rows from a data set and other inane tasks are already...
Technical Weblog of Eric Charran
MSDN as CHM Files and CHM File Errors
Posted
over 6 years ago
by
Eric Charran
0
Comments
MSDN Articles can now be viewed and downloaded for 2006 in chm format! http://msdn.microsoft.com/msdnmag/htmlhelp.aspx Here is a tip. If you have trouble viewing chm files on your machine, following the advice below: http://www.sharepointblogs...
Technical Weblog of Eric Charran
Returning an Oracle Data Set using Enterprise Library 2.0 - Part 2
Posted
over 6 years ago
by
Eric Charran
1
Comments
If you need to return multiple tables in a data set from Oracle with then enterprise library, you have to specify the output parameters of the type OracleType.Cursor with a ParameterDirection.Output and with the specific name of the reference cursor....
Technical Weblog of Eric Charran
Returning an Oracle Data Set using Enterprise Library 2.0
Posted
over 6 years ago
by
Eric Charran
0
Comments
We recently ran into some challenges returning the results of a stored procedure from Oracle using the Enteprise Library. The basic elements of conducting this operation is that the stored procedure on the Oracle side must a output a specific parameter...
Technical Weblog of Eric Charran
Enable Dynamic Port = False on Web [Service] Projects
Posted
over 6 years ago
by
Eric Charran
0
Comments
When developing a web site with web service references recently, we had difficulty checking the code out of Team Foundation Server and running it on a new developer's machine. We quickly figured out that it was because the web references were referring...
Technical Weblog of Eric Charran
Re: Team Foundation Server Things to Remember
Posted
over 6 years ago
by
Eric Charran
0
Comments
Thanks to davidacoder for pointing out that based on this post: http://blogs.msdn.com/jeffbe/archive/2006/01/19/514801.aspx The most recent release of TFS will be a go-live license, contrary to the info I received. Thanks!
Technical Weblog of Eric Charran
Team Foundation Server Things to Remember
Posted
over 6 years ago
by
Eric Charran
2
Comments
There are several things to remember about Team Foundation Server. One of the more important aspects is with regard to the project itself. You first have to understand that even though a CTP was released in Release Candidate fashion post Beta 3, the only...
Technical Weblog of Eric Charran
How To Delete Work Items in Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
2
Comments
The scoop here is that for various reasons, (i.e., database integrity, data and relationship reasons I assume) you can't delete work items from Team Foundation Server (not as you and I would think about deletion of work items). Essentially, you place...
Page 1 of 1 (8 items)