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
March 2012
(1)
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)
May, 2006
MSDN Blogs
>
Technical Weblog of Eric Charran
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Technical Weblog of Eric Charran
What I'm Running on my Tablet
Posted
over 6 years ago
by
Eric Charran
0
Comments
Here is what I am running on my Tablet M4: Office 2007 Beta 2 Office OneNote 2007 Beta Internet Explorer 7 Beta 2 Windows Media Player 11 Beta 2 Windows Desktop Search Beta (Compatible with Office 2007, but with no UI of its own)...
Technical Weblog of Eric Charran
How to Have Team Foundation Server Build and Deploy Setup Projects
Posted
over 6 years ago
by
Eric Charran
1
Comments
This article describes how to have TFS's build functionality accomodate and build setup and deploy projects. The idea is to install Visual Studio on the build server and compile the setup/deploy project from the command line using devenv.exe. This...
Technical Weblog of Eric Charran
Automating Build Processes with Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
1
Comments
The following link goes to an excellent article which describes how to create a Team Foundation Server automated build using a batch file that can be leveraged for any project. The idea is to use this batch file and then schedule it using the Scheduled...
Technical Weblog of Eric Charran
Passing Credentials to a Web Service
Posted
over 6 years ago
by
Eric Charran
0
Comments
When calling a secured web service it is important to code the application to explicitly pass the credentials to the web service. When calling a web service, the default communication is security context-less. In other words, the application assumes that...
Technical Weblog of Eric Charran
How to Configure a Domain Account for IIS Application Pool
Posted
over 6 years ago
by
Eric Charran
0
Comments
Here are some instructions on how to configure an IIS Application Pool to run as a domain account. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/76be66e2-1db1-432e-95be-14ff59c2ec75.mspx?mfr=true The gist is to ensure...
Technical Weblog of Eric Charran
MSDN Magazine Archive as CHM Files
Posted
over 6 years ago
by
Eric Charran
1
Comments
This post is for my own reference as many of you know that you can download MSDN magazine articles in .chm format. It’s pretty handy because I can now send them to my mobile device and read about .NET on the go!
Technical Weblog of Eric Charran
Also Blogging from Word 2007
Posted
over 6 years ago
by
Eric Charran
0
Comments
This weblog entry is a test post as well as an announcement to indicate that I am blogging from Word 2007. No longer do I have to log into the control panel of community server to write blogs. I can now use Word 2007 to blog directly to community server...
Technical Weblog of Eric Charran
VSMDI Files and Team Foundation Server Build
Posted
over 6 years ago
by
Eric Charran
0
Comments
A .vsmdi file is a meta data file related to a solution that contains information about any tests within the project. Using the Test Manager you you can create a Test List. A Test List is a collection Unit/Web tests that can be logically grouped...
Technical Weblog of Eric Charran
Enabling Continuous Integration with Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
2
Comments
The link below goes to a great article on how to enable Continuous Integration (triggering a build process whenever a checkin happens) with Team Foundation Server. http://msdn.microsoft.com/msdnmag/issues/06/03/TeamSystem/default.aspx
Technical Weblog of Eric Charran
How to Extend Team Foundation Build
Posted
over 6 years ago
by
Eric Charran
2
Comments
This is an excellent article on how to extend the build capabilities of Team Foundation Server to include custom tasks to be added after the build process runs. As you know, TFS Build implements MSBuild. Since MSBuild is a robust utility to compile .NET...
Page 1 of 1 (10 items)