RSS 2.0
 Monday, October 05, 2009

My first public appearance about Visual Studio Team System was with Dennis Mulder in June 2005. After a few more years of community exposure I received the MVP Team System reward, which I consider a great honor.

MVP_horizontal ShareTheVision

Back then the presentation was about source control in VSTS 2005. It is great to see the progress in VSTS 2008 that the discussion is now way beyond version control. And the story continues as the eminent VSTS 2010 Beta2 release will prove.

It is going to be a very promising year for VSTS. And it feels great to be a part of it.

PS: You can see my fellow MVPs here.

Monday, October 05, 2009 1:57:30 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
TFS | VSTS
 Wednesday, September 09, 2009

entlib_accelerator.jpg

Grigori just posted about Enterprise Library being downloaded 2.000.000 times. As you may know I am a big fan of EntLib as it is a great way to reuse plumbing code and focus on business functionality. EntLib 4.1 is the most recent version, ready to use with Visual Studio 2008 SP1. EntLib 5.0 is under construction. Read all about it here.

Wednesday, September 09, 2009 8:37:28 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Visual Studio
 Thursday, May 21, 2009

The beta 1 release of the next version of .NET Framework and Visual Studio to MSDN and to the public has received a lot of attention. Now you want to get started right? So let’s look at what is new for developers. Well a great starting point would be the training kit for Windows Communication Foundation and Workflow Foundation by DPE. 

http://code.msdn.microsoft.com/wcfwf4/Release/ProjectReleases.aspx?ReleaseId=2698

imageimage

At the moment the kit contains six labs, including code snippets, to try the latest features amongst which: service discovery!

 

Introduction to Workflow 4

In this lab you will get to know the basics of creating, hosting and running a workflow. This lab is also intended to be an introduction to the new workflow authoring constructs in the .NET Framework 4 and Visual Studio 2010, including the new Workflow Designer, expressions, variables and arguments. Additionally, you will explore the use of some basic built-in activities.

Introduction to Workflow Services using .NET Framework 4

This hands-on lab is intended to introduce developers to writing workflow services using .NET Framework 4. You will examine the different messaging activities of Windows Workflow, and learn how to configure them to create a distributed application. This lab is built around a specific HR business scenario where candidates submit their applications and are hired or rejected based on an evaluation process.

Workflow Designer Programming Model

This hands-on lab introduces you to the designer programming model of Windows Workflow 4. You will learn how to rehost the workflow designer in a WPF desktop application and how to create composite custom designers for your workflow activities.

Creating Flowchart Workflows

This lab is intended to be an introduction to the Flowchart paradigm used in Workflow development. In this lab you will learn how to create Flowchart Workflows using the designer, and you will also learn the usage of several of the provided activities and how to create custom activities easily.

Monitoring Workflow Services using .NET Framework 4

During the life cycle of an application, developers and system administrators often need to monitor running services in order to perform health checks or troubleshoot issues. The Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) runtimes already come with a built-in tracking infrastructure, making it easy to enable monitoring within your WCF and WF applications. In this hands-on lab you will learn how you can leverage some of the main WF and WCF monitoring features to track application execution and troubleshoot problems with services when necessary.

WCF Service Discovery using .NET Framework 4 image

Windows Communication Foundation 4 includes a new feature that enables service discovery. Service discovery allows you to locate services on the same subnet using ad hoc discovery, or using a proxy to establish connections with servers regardless of where they are. In this lab you will create a simple chat application that will use both methods to learn about available services.

As usual Microsoft are looking for feedback. If you would like to comment on the hands-on labs, send your thoughts to wfwcfhol@microsoft.com.

And you can also find samples for WCF and WF which have been updated to run on Beta 1: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5aca0622-d87d-4cc9-a22c-0d58205a56b4

Thursday, May 21, 2009 6:19:13 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development
 Wednesday, May 20, 2009

Here it is! Visual Studio Team System and Team Foundation Server 2010 Beta 1 as well as .NET Framework 4.0 Beta 1 have been released to the public. Soma made the announcement of the release to MSDN on Monday, but now all the goods are available to everyone too.

We have been involved in the Technical Adoption Program since early 2008 and it has been a great ride. Lots of good information has been tried and shared and earlier this year the TAP partners presented on VSTS 2010 during the APO Conference.

The VSTS installation experience is pretty straightforward: When you start the setup, select to install VSTS 2010.

01_vs2010

Click next.

02_vs2010

Accept the license agreement.

03_vs2010

Select the .NET Development Environment.

04_vs2010

Optionally click the Customize button to select components to install.

05_vs2010

Click Next to start the installation.

06_vs2010

The setup prompts to restart your machine after the .NET Frameworks have been installed. And so it does again after the installation is complete.

And then your favorite development environment is ready to be used! Select your environment settings.

08_vs2010

The new start page.

09_vs2010

And the new layout for project and file types.

 10_vs2010

13_vs2010

Oh, and I am sure you noticed the new user interface in Windows Presentation Foundation.

12_vs2010

Except for the startup performance I love every bit of it.

Now we are looking forward to using VSTS and TFS in a managed production environment.

Wednesday, May 20, 2009 8:27:43 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Team Foundation Server | TFS | Visual Studio | VSTS
 Thursday, March 19, 2009

This looks like something that will really boost Silverlight adoption in the enterprise. As you may know I like functional software: good looking websites are great but I want them to actually do something. Until now it was pretty hard to create business websites in Silverlight, which was primarily created to provide a great user experience.

Enter .NET Rich Internet Application Services: designed for business applications, to show, query and validate data and manage cross-cutting concerns such as security.

NET_RIA

Now you may find this screenshot a bit boring. But I actually like it: this is stuff we can use at projects. The experimental phase has passed and we can now do more than render fancy controls and animations…

SilverlightProgression

To start using .NET RIA Services you need the following software:

Obviously you will also have to get the RIA Services installer and there also is a 116-page overview document available at that location.

After you install the RIA Services, new items appear in your start menu: A walkthrough, API documentation and a link to that same overview document.

The API documentation shows new namespaces available in RIA Services:

  • System.ComponentModel.DataAnnotations
  • System.Web.DomainServices
  • System.Web.DomainServices.LinqToEntities
  • System.Web.DomainServices.LinqToSql
  • System.Web.DomainServices.Tools
  • System.Web.Ria
  • System.Web.Ria.ApplicationServices
  • System.Web.Ria.Data
  • System.Windows.Controls
  • System.Windows.Data
  • System.Windows.Ria.ApplicationServices
  • System.Windows.Ria.Data

If you are really interested, check out these presentations at MIX:

Building Amazing Business Centric Applications with Microsoft Silverlight 3

Code and a running app are available here.

Building Data-Driven Applications with Microsoft Silverlight and Microsoft ASP.NET

Thursday, March 19, 2009 10:25:56 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development
 Tuesday, February 24, 2009

While VS2010 Beta1 is still a few weeks out and we are using the CTP, the buzz is starting: New features of VSTS2010 are great steps for ALM and VS2010 will bring .NET 4.0 and parallel computing.

Today I saw the first publicly available screenshots of Visual Studio 2010 that show a new user interface based on Windows Presentation Foundation. At the VSX Dev Con Rico Mariano spoke about a good-looking Visual Studio, but no graphics were shown then. Below you can see the effects of WPF and I think it looks great.

DvX_ShellBase_2

This is also good for WPF applications, as this shows that WPF is ready for large systems in the enterprise.

Read more about today's announcement here.

Tuesday, February 24, 2009 9:43:40 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Visual Studio
 Tuesday, February 17, 2009
APO

On March 13 there is an Application Platform Optimization conference in the Netherlands. Clemens, Marcel and I will talk about Visual Studio Team System 2010 in the development track on testing, architecture and work item tracking respectively. The other tracks are data management/business intelligence and SOA/business process. The conference day before will be focused on the same topics but is intended for managers and technical decision makers. Even though the agenda is not complete yet, it looks to be a promising event with presentations by:

  • Kevin Ashby - Enterprise Platform Modernization, Microsoft
  • Ofer Ashkenazi - Sr. Technical Product Manager, Microsoft
  • Sam Guckenheimer - Group Product Planner Visual Studio Team System, Microsoft

New versions of my favorite products are being released later this year: BizTalk 2009 and Visual Studio Team System 2010. Obviously I am very excited to see interesting Microsoft speakers make it to the conference. If you can not wait to learn more about Visual Studio Team System 2010 below are a few links where you can get to know the product a little more:

http://channel9.msdn.com/posts/VisualStudio/Visual-Studio-Team-System-2010-Week-on-Channel-9/ 
http://channel9.msdn.com/VisualStudio/
http://channel9.msdn.com/shows/10-4/

Later next month I am presenting at Software Developer Network event. That talk will be on the Application Architecture Guide 2.0 which I discussed in a recent post. logoSDN-new

Tuesday, February 17, 2009 10:29:23 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
ALM | TFS | VSTS
 Sunday, February 15, 2009
00_AppArch

Recently Microsoft Patterns & Practices released an updated version of the Application Architecture Guide. This guide is an invaluable source of information for anyone creating .NET applications. If you are looking for ways to structure your application, for challenges of specific application types or for non-functional requirements, you should read this document. Below is a fragment of the introduction: 

“The purpose of the Application Architecture Guide 2.0 is to improve your effectiveness when building applications on the Microsoft platform. The primary audience for this guide is solution architects and development leads. The guide provides design-level guidance for the architecture and design of applications built on the Microsoft .NET platform. It focuses on the most common types of applications and on partitioning application functionality into layers, components, and services, and also walks through their key design characteristics.”

The document consists of 387 pages, which may seem big. If there is just one thing you should take away from the guide, I would say it is the following diagram. It is the reference architecture of a general application that has layers for presentation, services, business and data logic. It also connects to data sources and other services and has cross-cutting concerns like security and operations.

05_RefArch

Immediately after the guide appeared Clemens wrote a great post about AppArch guide 2.0 and Visual Studio 2010. Since I realized that most are now working in Visual Studio 2008, I thought I would create some visuals in the current technology. So to start I created a new solution and added an Application Diagram that would contain all elements. Normally when designing top-down you create a conceptual design, which you can also do by adding a System Diagram as the conceptual design and for each of the elements on your conceptual design add other System Diagrams. The below image is what you end up with: A diagram in Visual Studio that contains all your layers of the above reference architecture.

02_ConceptDiag

In each of the system diagrams that represent the layers you can now add components from the reference architecture. For instance add service interfaces and message types to the services layer. For the presentation it could look like this.

03_PresLayer 

Normally you can not add Class Libraries to diagrams. To be able to use the red shape, you can use power tools for VSTS Architecture Edition, which were developed for Beta2 but they work fine in Visual Studio 2008 RTM and SP1.

When you are done your application diagram will look similar to this. I think this approach is great to create levels of abstraction: The diagram containing the layers describes how you separate layers and the application diagram shows the actual projects.

01_AppDiag_cut 06_Sln

When you right-click on the application diagram you can select “implement all applications”, which will generate projects and references for all items in the diagram. Your solution is now almost done. The one thing missing compared to the reference architecture is the cross-cutting concerns, for which you can use Enterprise Library. Enterprise Library is a great framework that takes care of plumbing for caching, data access, etc.  Just add EntLib, or your preferred framework, to your solution and you are ready to go. Remember, if you have any questions, check out the AppArch guide and the knowledge base.

Sunday, February 15, 2009 10:23:03 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | VSTS
Archive
<October 2009>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Pieter de Bruin
Sign In
Statistics
Total Posts: 128
This Year: 3
This Month: 1
This Week: 0
Comments: 78
Themes
Pick a theme:
All Content © 2010, Pieter de Bruin
DasBlog theme 'Business' created by Christoph De Baene (delarou)