| |
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.
|
14 Articles match "2012","Workflow"
| Related DevelopMentor Courses | MORE | | Side by side versioning of workflow services One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. In the previous blog post I described how to upgrade existing workflow instances to run with the last version. The basic steps Create your initial workflow definition. Start one or more instances using this workflow definition. Enjoy! The Problem Solver - Thursday, October 11, 2012 Updating workflow instances using an update map One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. If you find a bug in your workflow definition the update scenario is probably what you are looking for. In this blog post I am going to explain how to do an upgrade of an existing workflow instance. Make some changes to the workflow definition. The Problem Solver - Wednesday, October 10, 2012 Tincr and live reloading of CSS/JavaScript in Google Chrome The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS in the browser. use Google Chrome as my main browser and it’s CSS and JavaScript viewer is actually an editor so you can make changes there. The nice thing is you see the effect of your changes immediately making for a much faster feedback loop. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 |
13 Articles match "2012","Workflow"
| The Latest from DevelopMentor | MORE | | Devweek 2013 Workflow 4.5. What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. WCF Preconference Workshop. Reactive Framework. Living with the GC. WCF 4.5 remember you’ll need to be running Windows 8 for the WebSockets demos). DevelopMentor Courses - Saturday, March 9, 2013 Use NuGet package restore to simplify code sharing This whole workflow was introduced for simplifying source code management. Here’s a quick post on how and why you want to consider using NuGet package restore. First, if you’re unfamiliar with NuGet, it’s basically “add reference” to external software projects (typically open source ones such as jQuery, but also for Microsoft ones such as Entity Framework). You definitely need to check out David Ebbo’s post introducing it. NuGet will change the way you develop. Now when using NuGet it maintains a packages folder near your solution file. Michael C. Kennedy's Weblog - Monday, December 17, 2012 Tincr and live reloading of CSS/JavaScript in Google Chrome The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS in the browser. use Google Chrome as my main browser and it’s CSS and JavaScript viewer is actually an editor so you can make changes there. The nice thing is you see the effect of your changes immediately making for a much faster feedback loop. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 | -
| The Best from DevelopMentor | MORE | - Windows Workflow Foundation 3 Types Marked Obsolete in.NET 4.5
So far both workflow stacks have coexisted in.NET 4 and there has been no official statement about the future of the older WF3 stack. The workflow team at Microsoft has just announced that they are marking the WF3 stack as deprecated with the next release of the.NET framework,NET 4.5. TheProblemSolver DotNetEvents.NET Workflow WF4 dotnetmagPeople have been wondering for a while what the future of WF3 was since the release of WF4. That has just changed! Warning BC40000: X is obsolete: ‘WF 3 types are deprecated. Please use WF 4 instead.’” Enjoy! The Problem Solver - Thursday, February 9, 2012 - Side by side versioning of workflow services
One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. In the previous blog post I described how to upgrade existing workflow instances to run with the last version. The basic steps Create your initial workflow definition. Start one or more instances using this workflow definition. Enjoy! The Problem Solver - Thursday, October 11, 2012 - Updating workflow instances using an update map
One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. If you find a bug in your workflow definition the update scenario is probably what you are looking for. In this blog post I am going to explain how to do an upgrade of an existing workflow instance. Make some changes to the workflow definition. The Problem Solver - Wednesday, October 10, 2012 - Tincr and live reloading of CSS/JavaScript in Google Chrome
The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS in the browser. use Google Chrome as my main browser and it’s CSS and JavaScript viewer is actually an editor so you can make changes there. The nice thing is you see the effect of your changes immediately making for a much faster feedback loop. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 - DotNed podcast: Matt Milner over REST, de ASP.NET Web API en meer
Daarnaast komt Windows Workflow Foundation aan bod en wat daar allemaal nieuw is. In deze podcast spreekt Maurice de Beijer met Matt Milner over zijn TechDays presentaties. Ze hebben het onder meer over REST service en waarom je die wil gebruiken ipv SOAP services. Verder spreken ze over Windows Azure en de Azure Service Bus. Links: TechDays presentaties: [link] Blog: [link] Met dank aan onze sponsor RedGate. Hij is hier te downloaden. Enjoy! WF4 Podcast DotNed Azure REST WebAPI The Problem Solver - Friday, June 15, 2012 - Use NuGet package restore to simplify code sharing
This whole workflow was introduced for simplifying source code management. Here’s a quick post on how and why you want to consider using NuGet package restore. First, if you’re unfamiliar with NuGet, it’s basically “add reference” to external software projects (typically open source ones such as jQuery, but also for Microsoft ones such as Entity Framework). You definitely need to check out David Ebbo’s post introducing it. NuGet will change the way you develop. Now when using NuGet it maintains a packages folder near your solution file. Michael C. Kennedy's Weblog - Monday, December 17, 2012 - Devweek 2013
Workflow 4.5. What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. WCF Preconference Workshop. Reactive Framework. Living with the GC. WCF 4.5 remember you’ll need to be running Windows 8 for the WebSockets demos). DevelopMentor Courses - Saturday, March 9, 2013 %>
| | |