# Monday, July 23, 2007

Read the post from his blog

 

Ed K

posted on Monday, July 23, 2007 11:37:37 AM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# 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 10:19:24 AM (Central Standard Time, UTC-06: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 9:08:37 AM (Central Standard Time, UTC-06: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 10:38:30 AM (Central Standard Time, UTC-06: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 9:50:47 PM (Central Standard Time, UTC-06: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 6:37:40 PM (Central Standard Time, UTC-06: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 11:46:12 AM (Central Standard Time, UTC-06: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 9:20:19 PM (Central Standard Time, UTC-06: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 7:57:57 AM (Central Standard Time, UTC-06: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 4:53:47 PM (Central Standard Time, UTC-06: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 3:06:48 PM (Central Standard Time, UTC-06: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 9:17:26 AM (Central Standard Time, UTC-06: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 4:06:30 PM (Central Standard Time, UTC-06: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 11:58:55 AM (Central Standard Time, UTC-06: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 7:49:38 AM (Central Standard Time, UTC-06: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 8:40:40 AM (Central Standard Time, UTC-06: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 2:56:06 PM (Central Standard Time, UTC-06: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 9:13:49 AM (Central Standard Time, UTC-06: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 8:35:43 AM (Central Standard Time, UTC-06: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 7:19:17 PM (Central Standard Time, UTC-06: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 Thursday, June 07, 2007 11:17:14 PM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Thursday, June 07, 2007

I took the 70-510 exam on Tuesday here @ TechEd 2007 and PASSED!. The exam came out of beta in April 07, while in beta the exam was 71-510, now, it is 70-510. The exam is still very rough, they have some work to do on cleaning up some of the questions. I saw 2 question where the options where the exact same...i.e.

A: I am Cool
B: Yes you are
C: I am Cool
D: Duh!

and oddly enough the repeat was the answer on one of them, so which one do I pick lol.

Anyway's......overall it was tough and geared more towards people that have been working extensively with the product. I think it would be hard to just pick up a book and study the material and pass, you need real world experience; I like it that way...that is the way it should be, certifications will carry more weight if people are not able to just pick up a book and pass the test with no real world experience with the technology.

Here are some avenues of learning I recommend to prepare for the exam:
Preparation Guide for Exam 70-510
Professional Team Foundation Server (Wrox)
Notion Solutions eTraining

 

Ed K

posted on Thursday, June 07, 2007 5:26:48 AM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Wednesday, June 06, 2007

I found this awesome site of Diagrams/Posters, all of which are free for download. You need to register. Lots of posters in JPEG or PDF format.

Here is a small list of what the site contains:

0202 Microsoft Team System FiFi TroubleShooting (New)
0202 Microsoft Team System Source Structure
0202 Microsoft Team System Branching
0070 Microsoft PowerShell Scripting
0070 Microsoft PowerShell Scripting Cmdlets
0202 Microsoft Team System Editions
0418 WF Posters - WorkflowChanges
0416 WF Posters - WebService
0414 WF Posters - Tracking
0412 WF Posters - SqlWorkflowPersistence
0410 WF Posters - Roles
0408 WF Posters - Queues
0406 WF Posters - Local Services
0404 WF Posters - Correlated Local Service
0402 WF Posters - Compensation
0400 WF Posters - Batching
0202 Microsoft Team System Project Build
0002 Architecture
0004 Best Practices Poster
0006 CSharp Poster
0008 CSharp Poster II
3100 WF Batching
0202 Microsoft Team System Project Capacity Planning
0202 Microsoft Team System Project Panning
0202 Microsoft Team System Project Source Migration
3002 SDLC smartProcess
3004 SDLC Unified Process
3006 SDLC Scrum
3010 SDLC MSF Design
0000 PosterMap
0000 System_NameSpace
0001 Modeling Poster
0206 Microsoft Indigo Attributes Poster

I believe this site is managed by a VSTS MVP from South Africa.


Ed K.

posted on Wednesday, June 06, 2007 6:24:28 AM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Tuesday, June 05, 2007

The Patterns and Practices Team has released beta 1 of the TFS Guide. This is a free download from CodePlex. Click here to download the guide.

Parts
Part I, Fundamentals
Part II, Source Control
Part III, Builds
Part IV, Large Project Considerations
Part V, Project Management
Part VI, Process Guidance
Part VII, Reporting
Part VIII, Setting Up and Maintaining the Team Environment
Chapters
  • Introduction
  • Ch 01 - Introducing the Team Environment
  • Ch 02 - Team Foundation Server Architecture
  • Ch 03 - Structuring Projects and Solutions
  • Ch 04 - Structuring Projects and Solutions in Team Foundation Server
  • Ch 05 - Defining Your Branching and Merging Strategy
  • Ch 06 - Managing Source Control Dependencies in Visual Studio Team System
  • Ch 07 - Team Build Explained
  • Ch 08 - Setting Up Continuous Integration with Team Build
  • Ch 09 - Setting Up Scheduled Builds with Team Build
  • Ch 10 - Large Project Considerations
  • Ch 11 - Project Management Explained
  • Ch 12 - Work Items Explained
  • Ch 13 – MSF Agile Projects
  • Ch 14 - Process Templates Explained
  • Ch 15 - Reporting Explained
  • Ch 16 - Team Foundation Server Deployment
  • Ch 17 - Providing Internet Access to Team Foundation Server

Source: Microsoft Patterns and Practices

 

Ed K.

posted on Tuesday, June 05, 2007 6:43:05 AM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Monday, June 04, 2007

We really apologize about the downtime for the last couple of days.  While we were changing web hosts we thought we would change blogging software and move all of the old blog posts over... Yeah that just didn't work out well.  Then the original dasBlog version we were using wouldn't work... We have had issues with some of the features in the past.

So what did I do????

I'm did the unthinkable... use a pre-ALPHA daily build dasBlog!  Naw, don't worry - it seems pretty stable (The dasBlog web site uses the version we are using: dasBlog 1.9.6315.0)

We're going to use the Akismet service to block comment/trackback spam (which if you didn't know we had turned off all trackbacks and stuff because we got so much SPAM that we still even need to clean up.)  We really HATE SPAM....

It's all turned back on now and we turned off CAPTCHA on the comment entry pages that people just hate.

Everyone is back up and going now so if you happen to find any problems please let us know!

Now, Ed K. is at TechEd 2007 right now and I'll be there later this week on Thursday.

 

Ed B.

posted on Monday, June 04, 2007 1:58:09 PM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Monday, May 07, 2007

It's out there and available:  http://msdn.microsoft.com/subscriptions Expression Blend

MSRP:  $499.99 - OUCH!

Bad thing though is that Expression Blend (along with the rest of Expression Studio) is only available for Team Suite with MSDN Premium subscribers.  Expression Blend and Web are the only products released in the Studio as of now.  MSDN Premium subscribers without Team Suite are still licensed for Expression Web which is already available in Subscriber Downloads.

In the words of Rob Caron:

The best deal is reserved for Team Suite customers with MSDN Premium subscriptions, who will receive the entire Expression Studio. The value of Team Suite just gets sweeter.

You can read more about the Expression Studio for MSDN subscribers announcement here:  Listening to your feedback - Expression and MSDN

 

Ed B.

posted on Monday, May 07, 2007 12:26:12 PM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Friday, May 04, 2007

 

Just a quick note:

While modifing some NANT files today for our BizTalk 2006 deployment I notice the gacutil is no longer located in the framework folder i.e C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727  as it was in the previous versions of the .Net Framework. It is now located here: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe

Ed K.

 

posted on Friday, May 04, 2007 5:14:58 PM (Central Standard Time, UTC-06:00)  #    Comments [4] Trackback
# Tuesday, May 01, 2007

Saturday, May 19th I'll be speaking in the Poconos in Pennsylvania at TECH Bash 2007.  If you'll be in the area, make sure you attend!

Session Topic:  Humanizing Software:  Creating Better User Experience with WPF

Session Description:  End Users today expect great and exciting experiences in their software that allow desirability, findability, and a high value of information presented. We will discuss Microsoft’s latest technology to enable developers to create great User Experiences by using Windows Presentation Foundation (WPF.) We will also briefly cover User Experience (UX) and related topics.

Location: 

Luzerne County Community College
1333 South Prospect Street
Nanticoke, PA 18634-3899
800.377.LCCC

 

Ed B.

posted on Tuesday, May 01, 2007 3:31:35 PM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Monday, April 30, 2007

Announced at MIX this morning...  Microsoft is giving people the opportunity to host up to 4GB!!!! of video.  That's crazy awesome!  Go visit the site for more info:  https://silverlight.live.com

Microsoft® Silverlight™ Streaming by Windows Live™ is a companion service for Silverlight that makes it easier for developers and designers to deliver and scale rich media as part of their Silverlight applications. The service offers web designers and developers a free and convenient solution for hosting and streaming cross-platform, cross-browser media experiences and rich interactive applications that run on Windows™ and Mac. Combined with the ability to create content with Microsoft® Expression Studio and other 3rd party tools, Web designers and content publishers wishing to integrate Silverlight applications into their online properties can enjoy complete control of the end user experience.

While the product is in pre-release, storage and delivery is free up to 4 GB, with outbound streaming up to DVD quality (700 Kbps). As we move out of Beta, developers/designers will have continued use of the service with up to 1 million minutes of free video streaming at 700 Kpbs per site per month. Unlimited streaming will also be available for free with advertising, or with payment of a nominal fee for the service for use without advertising.

 

Ed B.

posted on Monday, April 30, 2007 11:54:28 AM (Central Standard Time, UTC-06:00)  #    Comments [0] Trackback
# Thursday, April 26, 2007

Absolutely hilarious story of a banking computer system crash... I had heard it before from someone before but didn't know if it was true or not.  Take a look:  http://www.thehumorarchives.com/joke/A_true_story_of_computer_stupidity

In March 1992 a man living in Newtown near Boston Massachusetts received a bill for his as yet unused credit card stating that he owed $0.00. He ignored it and threw it away. In April he received another and threw that one away too. The following month the credit card company sent him a very nasty note stating they were going to cancel his card if he didn*t send them $0.00 by return of post. He called them, talked to them, they said it was a computer error and told him they*d take care of it.

The following month he decided that it was about time that he tried out the troublesome credit card figuring that if there were purchases on his account it would put an end to his ridiculous predicament. However, in the first store that he produced his credit card in payment for his purchases he found that his card had been canceled. He called the credit card company who apologized for the computer error once again and said that they would take care of it. The next day he got a bill for $0.00 stating that payment was now overdue. Assuming that having spoken to the credit card company only the previous day the latest bill was yet another mistake he ignored it, trusting that the company would be as good as their word and sort the problem out. The next month he got a bill for $0.00 stating that he had 10 days to pay his account or the company would have to take steps to recover the debt.

Finally giving in he thought he would play the company at their own game and mailed them a check for $0.00. The computer duly processed his account and returned a statement to the effect that he now owed the credit card company nothing at all. A week later, the man*s bank called him asking him what he was doing writing a check for $0.00. After a lengthy explanation the bank replied that the $0.00 check had caused their check processing software to fail. The bank could not now process ANY checks from ANY of their customers that day because the check for $0.00 was causing the computer to crash. The following month the man received a letter from the credit card company claiming that his check had bounced and that he now owed them $0.00 and unless he sent a check by return of post they would be taking steps to recover the debt. The man, who had been considering buying his wife a computer for her birthday, bought her a typewriter instead.

 

Ed B.

posted on Thursday, April 26, 2007 11:48:22 AM (Central Standard Time, UTC-06:00)  #    Comments [0]