# Wednesday, July 18, 2007

I woke up to a FAILED build report in my inbox this morning... Not the best of signs but it happens, right?

So I'm trying to figure out what in the world could have gone wrong.  What did we change since the last build that could have caused this madness?  OK, I know I'm being over-dramatic :-)

Here's what I had in the build report:

Target ResolveKeySource: 
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: The "ResolveKeySource" task failed unexpectedly.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: at System.Windows.Forms.Form.ShowDialog()
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: at Microsoft.Build.Tasks.ResolveKeySource.ResolveManifestKey()
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: at Microsoft.Build.Tasks.ResolveKeySource.Execute()
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB4018: at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound)
Done building target "ResolveKeySource" in project "untimyrm.tmp_proj" -- FAILED.

I think I knew what happened... I had just set up the Click-Once settings in our app and I bet the build server doesn't have the key file we are using.  Sure enough, I happened to be write!  I found out this could also happen if you are signing your assemblies as well with a strong name.  MSDN Forums has the details.

Here's Nagaraju Palla's answer:

For password protected signing keys to work on build without prompting, they need to be exported into a key container crypto store on the build machine under the account that performs the build. Once exported, the build will not ask for a password anymore. The crypto store will do the signing and take care to keep private key safe.

One of the quicker ways to do this:

- Logon to the build machine using the build service account

- Run msbuild on any project that uses this signing key. It will prompt for the password and will export the key.

- Now start the TeamBuild full build.

Ed B.

posted on Wednesday, July 18, 2007 12:19:24 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Tuesday, July 17, 2007

I was  recently elected Vice President of Meetings for the Dallas BizTalk User Group. My responsibilities include managing sponsors and speakers. I am looking for speakers and sponsors for the rest of 2007 and early 2008.

We meet the 2nd Wednesday of each month @ the Microsoft Campus in Irving. The next meeting is August 8, 2007 and the speaking spot is open, so submit your topics. The speaking topics can be on BizTalk, WCF, or WF.

The current format we use for the meetings is as follows:

Each Meeting:
2 topics – 2 speakers
First speaker presents 30min beginner to intermediate level topic
Second speaker presents 1hour advance level topic

Leave a comment on this post if you are interested in presenting for the August Meeting or any future meetings and I will email you.

Meeting Location:
Microsoft Campus
7000 State Highway 161
Irving, TX 75039



Ed K

Technorati Tags: ,
posted on Tuesday, July 17, 2007 11:08:37 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [4] Trackback
# Monday, July 16, 2007

This post actually applies to many different situations in which you would automate a build on a separate server.  I just happen to be familiar with Team Build. :-)

Because of how NetAdvantage deals with licensing each build server will need a full copy of NetAdvantage installed.  Some build engineers have only copied the NetAdvantage assemblies over to their build server and will see LicenseException errors in their build reports.  Even copying them into the GAC isn't enough...  Just to save yourself a couple of headaches, take a few minutes to install using the product installer.  There is an option in the installer to install just the assemblies and licensing components.  I'd recommend deselecting all of the options if you don't need them installed on the build server.  Be sure to also apply any hot fixes that your application may use as well.

As an aside, according to Infragistics' current licensing agreement, each build server you install NetAdvantage on must have a separate license whoever creates the build script must be licensed.  If your team has separate build engineers, each of them should be licensed if they will be working on the build script.

 

Happy Building!

Ed B.

posted on Monday, July 16, 2007 12:38:30 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [1] Trackback
# Tuesday, July 10, 2007

This weekend we had our annual "4th of July Paintball War" at my Dad's place. This year we had about 12 people playing, we divided the teams up by age, everyone 27 and under on team 1, everyone over 27 on team 2. If your wondering....I was on team 2 with the old farts.

The reason I am posting this is because something different happened this year during the big war.... I ending up having Surgery. I fell in a cactus patch and one of the cactus needles went into my wrist down to my tendon.  I had to go to the ER and then they put me in surgery to removed the 2 inch cactus needle.

I had no idea Cactus could cause so much damage.... and be so expensive lol

3 Days after Surgery:
PIC-0015

 

Ed K.

posted on Tuesday, July 10, 2007 11:50:47 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Friday, July 06, 2007

Is it possible for the iPhone to work without AT&T service?

Here is a hacker that claims he has done it: Jon Lech Johansen’s blog

Here is the Bloomberg post about it: Apple's IPhone Can Work Without AT&T Service, Hacker Claims

 

Ed K.

Technorati Tags: ,
posted on Friday, July 06, 2007 8:37:40 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback

How is the Team Project limitation going to be addressed in Orcas? Is the problem going to be solved in Orcas or will it really be in Rosario? Read Brian Harry's blog post to learn more:  Orcas and Team Projects.

Looks like for Orcas they will be addressing the cost issue of having to purchase more servers to scale for greater number of team projects. Can you imagine what the Server and License cost is for a set up like CodePlex.... I would not like that bill. Orcas will support SQL named instances, so you can have multiple data tiers on one box. You will still have to have the app tiers on separate boxes but those are way cheaper than a beefy SQL box; you can (should) just VM the app tiers anyway's.

Ed K

 

Technorati Tags:
posted on Friday, July 06, 2007 1:46:12 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Thursday, June 28, 2007

What we've done with the iPhone is we've made it so that it will automatically switch to a known Wi-Fi network whenever it finds it. So you don't have to go hunting around, resetting the phone, flipping a switch or doing anything. Most of us have Wi-Fi networks around us most of the time at home and at work. There's often times a Wi-Fi network that you can join whether you're sitting in a coffee shop or even walking along the street piggybacking on somebody's home Wi-Fi network. What we found is the combination is working really well.

"Known Wi-Fi Network" please explain. I would not want my phone connecting to some wireless access point, especially if I will be purchasing products online or viewing my bank details.

"PiggyBacking on somebody's home Wi-Fi Network" .....so...... Apple thinks this is ok?

Read the whole interview "iPhone 'Surfing' On AT&T Network Isn't Fast, Jobs Concedes"

Tomorrow @ 6pm is the official launch, I sure hope my Stock soars in the morning :)

 

Ed K.

posted on Thursday, June 28, 2007 11:20:19 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Friday, June 22, 2007

I have downloaded and installed Safari 3 Beta on my laptop today. I am not a Browser Guru, I just want to make sure our site looks pretty :)

image

 

Ed K. 

posted on Friday, June 22, 2007 9:57:57 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Thursday, June 21, 2007

I've been asked so I'll just say, "Sorry, I'm not the Ed B. in today's Daily WTF."  Although very funny, it's not me.

 

Ed B.

posted on Thursday, June 21, 2007 6:53:47 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback

Ouch! Look at this map. I need to see what is happening in some of these functoids. What is a developer to do?????

BadMap

A map is just complex XSL.... So to debug the functoids we need to treat it as such. First, lets Validate our map and get the location of the XSLT.

Validate

Since it validated (no errors) we have the XSLT output location in the Output Window. Copy this location to your clip board. 

Location

Open the file with Visual Studio:

OpenXSLT

Now, right click on your XSL working area and select properties. Here you will enter the input file that will be used for the transform:
InputFile

Mark your break points, just as you would a code file, and start the debug:

DebugXSLT

Now you can step through just as if it was .Net code:

Step1

Even step into the functoid code:

Step2

 

Ed K.

Technorati Tags: ,
posted on Thursday, June 21, 2007 5:06:48 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Wednesday, June 20, 2007

 The next set of Team System chats with the product group will be on July 3rd. 

Join the chat on Tuesday, July 3rd , 2007 from 10:00am - 11:00am Pacific Time. Add to Calendar | Additional Time Zones

                -and-

Join the chat on Tuesday, July 3rd, 2007 from 4:00pm - 5:00pm Pacific Time. Add to Calendar | Additional Time Zones

Team System product group chats on July 3rd

 

Ed K.

posted on Wednesday, June 20, 2007 11:17:26 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Monday, June 18, 2007

So, if you didn't know I'm a huge fan of the Quality Indicators report in the MSF for Agile Software Development process template in Team Foundation Server.  Here at Infragistics, we're evaluating the Conchango Scrum Process Template for Team System and I don't get that wonderful report I love :-(  I've been stalling (because I haven't ever written a SQL Reporting Services custom report for TFS) but I finally did it today.  It really wasn't that bad.  Thank God I already had most of the report set up for me!  There are a TON of data and metrics you can get from the OLAP cube in the TFS Data Warehouse.

MSF Agile Quality Indicators Report

If you haven't read the Wrox Professional Team Foundation Server book, then it's a great avenue for learning TFS.  It also has a good section on how to creating custom reports with the Visual Studio Report Designer.

Really the only issue with just importing the original report to the Scrum team project is the fact that Bugs are actually Sprint Backlog Items with an Item Type of Bug (as opposed to the MSF Agile template that just has a separate bug work item type) and the status of an active bug is actually "In Progress."

Steps to Modify Report

  1. You need to get a copy of the Quality Indictors RDL file.  Take a look at Customizing Reports to get more information on how to do this.  I happened to create a whole new Reporting Services Project in Visual Studio called TFS Scrum Reports because I may be creating some new ones later.
  2. Be sure to add the two shared Data Sources to your new Visual Studio project.  You can use the settings of the existing shared data sources on your TFS SQL Reporting Services server.  (Usually found at http://[TFS Server Name]/Reports/ or you can right-click the Reports folder under your team project in the Team Explorer window and choose "Show Report Site...")
     image Reporting Service Visual Studio Project
  3. With the report open, navigate down to the section that gets the Active Bugs metric:
    Quality Indicators Active Bugs OLAP Metric  
  4. Notice what it grabs for the work item type and state:

    MEMBER [Measures].[Active Bugs] AS ([Measures].[Cumulative Count], [Work Item].[System_State].[Active], [Work Item].[System_WorkItemType].[Bug], STRTOMEMBER([Measures].[Build Date])) + 0
  5. Now, change these values to the following:

    MEMBER [Measures].[Active Bugs] AS ([Measures].[Cumulative Count], [Work Item].[System_State].[In Progress], [Work Item].[Conchango_VSTS_Scrum_SprintBacklogItemType].[Bug], STRTOMEMBER([Measures].[Build Date])) + 0
  6. All you have to do now is save the report and upload it to the SQL Reporting site in your team project's reports folder.
    SQL Report Services Upload Report
  7. Last thing, you may run into a problem with the report finding the shared data sources.  If this happens, go into the properties of the report on the SRS site and choose the shared data sources that are being used by SRS.

Really, you can use this method to port this great report into just about any process template you might be using.  Pretty much any of the OLAP metrics can be changed.

What other kinds of reports should we have?  Do you have any interesting custom reports that you find useful for the major process templates that are available on the Internets and what not? :-)

UPDATE:  I've attached a modified report if you don't want to go through all the steps of customizing.  Just download it and start at Step 6.  It's much more fun doing it yourself though!

Quality Indicators.rdl (65.25 KB)

 

Ed B.

P.S. We're changing up some of our tags to better organize all of our blog posts.  May take some time...

posted on Monday, June 18, 2007 6:06:30 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Friday, June 15, 2007

What Does the Updated Quiescing GDR Fix?

  • TFS SP1 and Hotfixes fails to install on a SQL Clustered Data Tier.
  • TFS SP1 and Hotfixes may fail to install due to issues connecting to the TFS databases.
  • TFS Databases may be left in Single-User mode after SP1 or Hotfix installation failure.

Source: Brain Harry Blog

Patch Download

Ed K.

posted on Friday, June 15, 2007 1:58:55 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback

There's a new Scrum process template and it looks like Microsoft has developed it this time.  You can pick it up here:  http://www.microsoft.com/downloads/details.aspx?FamilyID=55a4bde6-10a7-4c41-9938-f388c1ed15e9&displaylang=en

Overview

eScrum is a Web-based, end-to-end project management tool for Scrum built on the Microsoft Visual Studio Team Foundation Server platform. It provides multiple ways to interact with your Scrum project: eScrum Web-based UI, Team Explorer, and Excel or Project, via Team Foundation Office Integration. In addition, it provides a single place for all Scrum artifacts such as product backlog, sprint backlog, task management, retrospective, and reports with built-in context sensitive help.

We'll have to evaluate it and see where it ranks among the other Scrum process templates.  For now, check out some of the other ones:  (Did I miss any?)

Update:  HOLY CRAP! There is a ton of post-installation steps that you have to take and other items that you have to download.  If you don't happen to have the specific version of the ASP.NET AJAX Control Toolkit that eScrum requires, then you are going to have to do a binding redirect.  If you download it from the ASP.NET AJAX Website, it is a later version.  See the Readme after you install. This setup and install experience is probably one of the worst I have ever done!  Even rivaling the TFS Beta 3 to Beta 3 Refresh upgrade!  That's saying a lot.

Wag of the Finger

Now I'm just having problems with the reports after I've rebuilt the TFS Warehouse five time!  This process template undoubtedly deserves a Colbert Wag of the Finger.

image

Ed B.

posted on Friday, June 15, 2007 9:49:38 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [8] Trackback
# Wednesday, June 13, 2007

Several people who had attended TechEd 2007 in Orlando, Florida last week had the opportunity to see the shuttle launch.  It's pretty awesome because they don't happen all of the time.  A group of us who had stayed for the weekend decided to head out to Cape Canaveral for the event.  We made our stakeout for about five hours and played cards but I have to tell you it was totally awesome.  It was extremely bright too!  I don't have the most awesome camera in the world but got some pretty cool shots.

 

Shuttle Launch Shuttle Launch Shuttle Launch

 

Oh yeah - Congrats to Ed K on passing the TFS exam!  I guess I'll have to go take it now too :-)

Ed B.

posted on Wednesday, June 13, 2007 10:40:40 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Tuesday, June 12, 2007

Whatever happened to this webcast? It was kinda cool...ok, somewhat cool, but I really like how it turned coding into a reality show. If anyone knows what happened or if there are any "lost episodes" please leave a comment.

Here is the WebSite. All it has on it now is "This IP address cannot be used for browsing".

Here is a list of the only 3 episodes made (as far as I know):
Pilot Episode - December 9, 2004
Building Mobile Apps and Bluetooth Enabled Kiosks - May 19, 2005
Breaking Into Vegas - February 23, 2006

Ed K

Technorati Tags:
posted on Tuesday, June 12, 2007 4:56:06 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Monday, June 11, 2007

The connector, Release 1, is available for download today from CodePlex.

This is the first release of the PS2007 VSTS Connector. We've done our best to ensure that this Connector is easy to install and well documented, but if you encounter issues, please be sure to let us know via email at tfpstalk@microsoft.com, we'll do our best to get you up and running.
For other feedback and questions, please send mail to
tfpstalk@microsoft.com.

Thanks for your interest in the Connector solution!
- VSTS Rangers

Source: CodePlex

Ed K

posted on Monday, June 11, 2007 11:13:49 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback

 

Topic : BizTalk Solution Design Review
Speaker: Dustin Hicks
Date: June 13th 2007
Location: Microsoft Campus at 7000 State Highway 161, Irving, TX 75039
Time : 6:30 PM

Description :
Dustin Hicks will be discussing the implementation details of an SAP integration project utilizing a custom written decorator pipeline framework.  Architecture design and production details will be presented and discussed in detail.  We will review the code for a generic decorator pattern, it’s implementation in a pipeline component, value passing context properties, DocumentProcessor classes and development patterns.  In addition, purchase order integration including RosettaNet (3A4) to SAP (ORDERS05) transformations and processing pattern will be presented.

June Meeting - Dustin Hicks with a BizTalk Solution Design Review

 

Ed K

posted on Monday, June 11, 2007 10:35:43 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Sunday, June 10, 2007

If you use Juice as your podcast receiver and have upgraded to Vista, here is a post that will show you how to make it work.

Running Juice on Vista

Ed K

posted on Sunday, June 10, 2007 9:19:17 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Friday, June 08, 2007

Well, TechEd 2007 in wrapping up and boy was it fun. I met a lot of great people and listened to a bunch of awesome talks; my brain and feet are tired and ready for home. Last night I went to Universal's Island of Adventure for the TechEd Attendee's Party and met up with Ed B, along with all his Infragistics co-workers, we had a great time riding a few rides and searching for Chicken and Ribs. Listed below are all the sessions I attended.

Monday 6/4/2007

DEV11-TLC -  Microsoft Visual Studio Team System and Software Factories
In this chalk talk, Jack Greenfield, co-author of the Software Factories book, talks about the current generation of factories from p&p, future directions for software factories in Visual Studio Team Architect, and integrating software factories with other parts of Visual Studio Team System. The second half of the session will be Q&A, addressing questions from the audience on these topics.

DEV231 - A Lap around Microsoft Visual Studio Code Name "Orcas"(Session Repeats on 6/8)
Explore all the new Visual Studio code name “Orcas” features, from language enhancements; improved designers; Web and smart-client development tools; to Visual Studio Team System, a suite of software lifecycle management tools poised to transform how you deliver software for Windows Vista, the 2007 Microsoft Office system, and the Web.

DEV02-TLC - Microsoft Visual Studio Team System for Small Agile Teams
Everyone says that Agile approaches like Extreme Programming only work when you’ve got a small team of highly talented developers. I agree that Agile works best for small teams, but it’s not talent that really matters, it’s a willingness to adopt certain practices and values. Over the next forty minutes I want to explain how Visual Studio Team System (VSTS) supports the Agile practices and values that allow everyone in this room to create a top performing small team.

Tuesday 6/5/2007

ARC307 - Applying Service-Orientation to Your Development Process  (Session Repeats on 6/6)
When you develop a service-oriented application, it would be naive of you to expect that the only things you will do differently will be limited to design and technology. The development process itself needs to be service-oriented. You cannot “stare into the fire” of Windows Communication Foundation (WCF) without a mature service-oriented development process supporting your effort. This session presents you with a service-oriented development process that you can apply to your WCF-based products to plan and track your progress, manage requirements, and ensure faster time-to-market.

DEV338 - Microsoft Visual C#: Tips and Tricks for the Microsoft Visual Studio Code Name "Orcas" IDE
Though the releases of Visual Studio, the Visual C# team has focused on making the IDE more “code-focused” than ever before. Join Karen Liu, C# IDE Program Manager, in building an E2E application using C# 3.0 and LINQ that leverages a number of tips and tricks in the IDE to make the Visual C# developer more efficient and productive when trying to understand and write code.

ARC316 - O-O? S-O? Workflow?: Architecture Tradeoffs in the Real World
You’ve never been faced with more application architecture technology options than today. Do you use object-oriented concepts? Service-oriented concepts? How about workflow? Is n-tier client/server the right answer, or should you use SOA? The answer, of course, is that you may need to use any or even all of these technologies. Each one is designed to solve a specific problem space, and is a weak solution for other problem spaces. Join Rockford Lhotka in an irreverent and pragmatic discussion about when to use all the technology options at your disposal.

DEV05-TLC - Managing Requirements with Team Foundation Server and TeamSpec
The ability to identify and change project requirements is critical to the success of every software project. Whether your team needs to track User Requirements, Use Cases, Business Requirements, Functional Requirements, Development Requirements, Non-functional Requirements, IT Requirements, or any other type of project guiding artifact, Team Foundation Server and TeamSpec together enable a familiar experience inside Microsoft Office Word with the benefits of the team centralized requirements management store.

BOF52 - The Need for an Agile Project Planning Tool
In the world of Agile Project management, no single tool has emerged as being the de facto standard for Agile Project Planning and Management. In this session, we discuss the need for such a tool and how such a tool can extend the value expressed in tools such as Team System.

BOF79 - HealthCare's IT Wants and Desires: All Things to All People
Join a discussion of IT’s challenges providing value and performance for today’s Healthcare facilities and staff. Have you experienced: Department leaders wanting 100% up time with unfettered Internet access. Staff not understanding why scraping EPHI into local access databases conflicts with maintaining HIPAA compliance. Their Desire to purchase a proprietary department application even though the organization already owns an application that will provide 80% of the functionality.

Wednesday 4/6/2007

DEV329 - Testing .NET 3.0 Applications with Microsoft Visual Studio Team System Test Tools
Attend this session to learn about using Visual Studio Team System tools for testing your .NET 3.0 applications. We start with Windows Communication Foundation testing, showing how to test both the client and the service parts of the system both with in-process and out-of-process calls. Next, we step into how to test Windows Workflow Foundation, including discussion of how to handle long running transactions. We close with how to use VS Team Test’s manual tests for testing WCF functionality.

BAP309 - Will SOA Replace ERP?
While there are different perspectives on SOA, there is widespread agreement that it is not a product or a technology but an approach—a style of architecture that uses the service model to enable integration across diverse systems. At its most strategic level, Service-Oriented Architecture (SOA) enables IT to meet the changing demands of businesses and to exploit new business opportunities. Microsoft Dynamics enables users to take “Real-World” approach to SOA. This session offers a deep-dive on concepts of Real-World SOA.

SOA419 - Microsoft Windows Communication Foundation and Windows Workflow Foundation Tips and Tricks from Real World Projects
In this session, we talk about real implementations of Windows Workflow Foundation (WF) and Windows Communication Foundation (WCF) together, and discuss the ways you can integrate these two technologies before the “Orcas” timeline. We start with simple integration and then move on to more seamless integration with Custom ServiceHosts and custom behaviors helping to manage the integration.

Thursday 6/7/2007

SOA217R - Programming Microsoft Windows Communication Foundation: A Developer's Primer (Repeated from 6/4)
How do you actually build and consume WCF-based services? At its core, the WCF programming model is simple and straightforward, requiring actually very little work on behalf of the developer. The session describes the essential WCF programming concepts: clients, services, contracts, and end points; and shows how to build, configure, and host simple services. After attending this session you will be able to start programming and exploring WCF.

DEV313 - Improving Code Performance with Microsoft Visual Studio Team System
Today’s customers demand responsive applications, and improving your application’s performance is becoming a must to maintain a competitive edge. This session digs into the tips and tricks of how to find and resolve performance bottlenecks with the Code Profiler and Web Load and Stress tests. We also demonstrate how managers, testers, and developers can work together to resolve and avoid performance issues.

LNC14 - (Panel Discussion) Open Source Software in Enterprise Development
What is the role of open source software in enterprise development? Can companies effectively manage the licensing and support issues? Should companies take advantage of the open source community to advance their own software applications? This panel of leading open source developers explores these questions as well as issues that you are facing today in your organization.

DEV322 - Microsoft Visual Studio Team Foundation Server (Part 1 of 2): Applying Work Item Tracking and Version Control to Application Lifecycle Management
The phrase “eating your own dogfood” gets new meaning when the engineering management team for Microsoft Visual Studio Team Foundation Server (TFS) present how we organize the work, structure the source base and measure the progress of the upcoming release of Visual Studio Team System. This session introduces you to Team Foundation Server, showing you the decisions and solutions a large scale, distributed team, are making today to get the most of TFS.



Ed K

posted on Friday, June 08, 2007 1:17:14 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback