| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
2 Articles match "2009"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server What has changed from BizTalk Server 2006 R2 to BizTalk Server 2009 Come and learn to achieve the agility of a SOA using BizTalk Server! Schemas I - Defining Message Structure Although BizTalk's messaging engine can handle any type of message format, the toolset provided with BizTalk 2009 focuses largely on XML. We look at the different stages a pipeline provides and what out-of-the-box functionality comes with BizTalk 2009. We'll have a look at a send pipeline and the default functionality provided by BizTalk 2009. Acquire skills you need to be productive today. DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server We'll be using the latest version of the product: BizTalk 2009. What has changed from BizTalk Server 2006 R2 to BizTalk Server 2009 Come and learn to achieve the agility of a SOA using BizTalk Server! Schemas I - Defining Message Structure Although BizTalk's messaging engine can handle any type of message format, the toolset provided with BizTalk 2009 focuses largely on XML. We look at the different stages a pipeline provides and what out-of-the-box functionality comes with BizTalk 2009. BizTalk 2009 comes with a number of these functionalities called 'Functoids'. DevelopMentor Courses - Tuesday, March 1, 2011 |
607 Articles match "2009"
| The Latest from DevelopMentor | MORE | | Announcing EuroPLoP 2009 Proceedings in print A long long time ago, well summer 2009 I was Programme Chair of the EuroPLoP conference. So, roll up, roll up, get your EuroPLoP 2009 Patterns Conference Proceedings for just £13.54 One of my responsibilities was to produce the conference proceedings. For the first time we published these proceedings online using the CEUR repository. Now another first. am pleased to report we - well me actually - have made the proceedings available in print using the Lulu system. in print, or free as a PDF. This is something of an experiment. This limited their circulation. Allan Kelly's Blog - Friday, January 7, 2011 Getting started with WCF Discovery Most of these endpoints are very standard, it’s the last one urn:docs-oasis-open-org:ws-dd:ns:discovery:2009:01 that stands out and is the UDP discovery endpoint. One of the cool new features in WCF 4 is the support for WS-Discovery. So what makes WCF Discovery so cool? Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. Knowing the operations at design time makes sense, after all this is functionality you are going to call. Now how cool is that? class Program. {. The Problem Solver - Wednesday, November 24, 2010 Getting started with WCF Discovery Most of these endpoints are very standard, it’s the last one urn:docs-oasis-open-org:ws-dd:ns:discovery:2009:01 that stands out and is the UDP discovery endpoint. One of the cool new features in WCF 4 is the support for WS-Discovery. So what makes WCF Discovery so cool? Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. Knowing the operations at design time makes sense, after all this is functionality you are going to call. Now how cool is that? class Program. {. The Problem Solver - Wednesday, November 24, 2010 | -
| The Best from DevelopMentor | MORE | - Things To Do At TechDays Halifax 2009
If you’re heading to Halifax, Nova Scotia for the only sold out TechDays show in Canada (November 2-3, 2009), you might be wondering what to do when you’re not at the conference. Here are some suggestions: Rogue’s Roost Brew Pub. This is my favourite place to eat in downtown Halifax. The floors are sticky, the service isn’t great, but the chicken fingers and ale are wonderful. Make sure you get the honey dill dipping sauce with your fingers. Surfing. OK, you’d have to be nuts to go surfing in Nova Scotia in November. Of course the SurfDonkey boys are clearly nuts: [link]. Good luck. Ardent Dev - Friday, October 30, 2009 - CodeCamp 2009: Sessies en OpenSpace
Als eerste: de sessies voor de CodeCamp 2009 zijn bekend en staan online op [link] We denken dat het een erg interessante mix van sessies is, met genoeg sessies voor iedereen om een aantal interessante onderwerpen voor iedereen. De agenda ziet er nu als volgt uit: 09:30 - 10:45 Around.net framework 4.0 in an hour (Ronald Guijt) ASP.Net - MVC 2.0 Sander Gerz) Windows Mobile en het werken met data (Arjan van Huizen) 11:00 - 12:15 ADO.NET EF 4.0 Kurt Claeys) SharePoint Nightmares (Marianne van Wanrooij) iPhone development met jQTouch (Maurice de Beijer) 13:15 - 14.30 The Problem Solver - Tuesday, November 10, 2009 - Rehosting the Workflow Designer in WF4
Note: This blog post is written using the.NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. Now that is more like it! The WorkflowDesigner The WorkflowDesigner is the main class to work with. null ). {. Sweet. The Problem Solver - Wednesday, December 23, 2009 - Satisfied with 2009 Holiday Spending?
While I wait, I’ll share a few numbers I dug up on Christmas spending from Consumerism-mas 2009. Despite the media’s incessant wailing about the economy all year long, Canadians spent more during the 2009 holiday season than the 2008 holiday season according to data from the largest debit and credit card processor in Canada. " Every major merchant category experienced spikes in consumer spending on debit and credit cards throughout December 2009. I am still waiting for your Christmas gift. Retail in Canada. December 22 was the busiest day (up 4.5% Derek Hatchard blogs on - Friday, January 8, 2010 - WCF Duplex Messaging
I am one of the moderators of the MSDN WCF Forum. One of the main areas of questions on the forum is duplex messaging – particularly using the WSDualHttpBinding. So instead of typing long messages repeating the same thing in answer to these questions I’ve decided to write this blog post to give a bit of background about duplex messaging and then discuss the options for bindings and common problems people have. What is Duplex Messaging? However, the first three of these are supported natively in WCF and are known as One-way, request/response and duplex. Duplex Contracts in WCF. flowcharts!” .NET Meanderings - Tuesday, June 9, 2009 - Windows Workflow Foundation 4 and persistence
The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is subclass the InstanceStore and create your own. So what can we do with the SqlWorkflowInstanceStore? We can attach it to either a WorkflowApplication or a WorkflowServiceHost and persist workflows when we want. Notice I left out the WorkflowInvoker. How about the WorkflowServiceHost? The Problem Solver - Thursday, November 19, 2009 - Using Model – View – ViewModel with Silverlight
The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here. The View is data bound to a ViewModel. This is the most important step to remember. 11: {. The Problem Solver - Tuesday, April 7, 2009
| | |