| |
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 "Visual Studio","Workflow"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Create workflows that can model complex processing using flowchart workflows. Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! Workflow 4, ASP.NET MVC and Silverlight. Leverage new features of C# 4.0, DevelopMentor Courses - Tuesday, March 1, 2011 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. That means that you can make any change you want to your CSS file in Visual Studio and as soon as you hit save the browser is automatically updated. Make sure to keep the Chrome Developer Tools open and switch back to Visual Studio and make some changes to your CSS. While this works relatively well it can be somewhat slow at times. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 Maurice de Beijer: 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. That means that you can make any change you want to your CSS file in Visual Studio and as soon as you hit save the browser is automatically updated. Make sure to keep the Chrome Developer Tools open and switch back to Visual Studio and make some changes to your CSS. While this works relatively well it can be somewhat slow at times. How cool is that? Recommended! DevelopMentor Courses - Saturday, November 17, 2012 |
27 Articles match "Visual Studio","Workflow"
| The Latest from DevelopMentor | MORE | | Use NuGet package restore to simplify code sharing First, you’ll need to make sure everyone who downloads your zip file has “ Allow NuGet to download packages during build ” enabled in Visual Studio under Tools>Options>Package Manager. This whole workflow was introduced for simplifying source code management. Filed under: Open Source Tagged: Open Source , tips , Visual Studio. Open Source Visual Studio tipsHere’s a quick post on how and why you want to consider using NuGet package restore. You definitely need to check out David Ebbo’s post introducing it. 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. That means that you can make any change you want to your CSS file in Visual Studio and as soon as you hit save the browser is automatically updated. Make sure to keep the Chrome Developer Tools open and switch back to Visual Studio and make some changes to your CSS. While this works relatively well it can be somewhat slow at times. How cool is that? Recommended! The Problem Solver - Saturday, November 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. That means that you can make any change you want to your CSS file in Visual Studio and as soon as you hit save the browser is automatically updated. Make sure to keep the Chrome Developer Tools open and switch back to Visual Studio and make some changes to your CSS. While this works relatively well it can be somewhat slow at times. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 | -
| The Best from DevelopMentor | MORE | - Six Things That’ll Surprise You About.NET 4.0
as well as Visual Studio 2010. 1 Visual Studio 2010. for the very first time an true open source will become and integral and supported part of Visual Studio and.NET? that Windows Workflow 4 has been completely rewritten for.NET 4.0. WF 4 has a nice GUI workflow building designer that is part of the VS 2010 tools and moreover that designer is rehostable in your own Windows Forms or WPF applications. This would give your application essentially a visual programmability. Visual Studio 2010 Multi-monitor Support. 5 WPF. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Unit Testing Coming to a Workflow Near You
[Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit tests. There has been some work done on unit testing Windows Workflows. Here's some links: Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. 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. And loading or saving a workflow is easy to, all it takes is a Load() and Save() function pointing to a XAML file. One thing that is needed is to register the workflow activity designer metadata. Validating the workflow. null ). {. The Problem Solver - Wednesday, December 23, 2009 - Workflow Receive activity and message correlation
With WF4 it is quite easy to use data that is part of the request message, for example an order identifier, to route multiple WCF messages to the same workflow. It is also possible to have multiple messages that can start a new workflow. In this blog post I am going to show both these concepts in a single workflow. This workflow is going to be able to receive three different messages, AddItem, AddExpensiveItem and Submit. Either AddItem or AddExpensiveItem can start a new workflow while Submit can only be done with an existing workflow. ReferenceID0. The Problem Solver - Wednesday, April 28, 2010 - Use NuGet package restore to simplify code sharing
First, you’ll need to make sure everyone who downloads your zip file has “ Allow NuGet to download packages during build ” enabled in Visual Studio under Tools>Options>Package Manager. This whole workflow was introduced for simplifying source code management. Filed under: Open Source Tagged: Open Source , tips , Visual Studio. Open Source Visual Studio tipsHere’s a quick post on how and why you want to consider using NuGet package restore. You definitely need to check out David Ebbo’s post introducing it. Michael C. Kennedy's Weblog - Monday, December 17, 2012 - Securing a Workflow Service using Windows Identity Foundation
How about securing a workflow service? As a workflow 4 service is just another WCF service securing it is just as easy as the steps below will demonstrate. To start with I created a small workflow service and a simple client application. If Visual Studio isn’t run in admin mode this will result in an error, if this happens just restart VS2010 with admin privileges and do it again. Tags: NET Workflow WCF WF4 VS2010 WIF The way security is often still handled these days with each application keeping track of their own users is somewhat dated. try. {. The Problem Solver - Friday, September 24, 2010 - What's New in Windows Workflow Foundation in.NET 4.5 (part 1)
Search Searching through workflows is another big one. With small workflows it is quite easy to see where a variable is used but when workflows get bigger this becomes an increasingly hard problem. With WF4 I typically solve this by opening the workflow XAML in a text editor and searching the raw XML. The new search capability will let you search through a workflow in the designer, as you really should, just as any other Visual Studio artifact. www.dotnetevents.nl.NET Workflow WF4 Futures dotnetmagfeatures where announced. The Problem Solver - Tuesday, September 27, 2011 %>
| | |