| |
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.
|
6 Articles match "Silverlight","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). Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Workflow 4, ASP.NET MVC and Silverlight. How do I develop cutting-edge UIs with Silverlight 4.0? Silverlight, Data and MVVM Moving data between the UI and underlying objects can be a laborious task. DevelopMentor Courses - Tuesday, March 1, 2011 Essential Silverlight 5 Training Microsoft Silverlight 5 packages a scaled-down.NET runtime engine and library into a cross-platform, cross-browser plug-in, enabling you to create Rich Internet Applications (RIAs) and compelling Line of Business (LoB) applications using familiar tools and languages. NOTE: This class runs using the latest Release Candidate build of Silverlight 5. It is applicable to all Silverlight developers, including those targeting Silverlight 4 (our Silverlight 4 course is still available for delivery at your site). ? How do I apply the M-V-VM pattern to Silverlight? DevelopMentor Courses - Wednesday, February 22, 2012 Essential Silverlight 5 Training NOTE: This class runs using the latest beta build of Silverlight 5, but is applicable to all Silverlight developers. You'll get answers to these questions: What is Silverlight, and when should I use it in preference to HTML5 or WPF? How do I apply the M-V-VM pattern to Silverlight? How can I build custom controls for use in Silverlight? Learn to build Rich Internet Applications with Microsoft Silverlight. Microsoft Silverlight brings Rich Internet Application (RIA) development to the.NET platform. How do I request elevated trust? DevelopMentor Courses - Thursday, May 19, 2011 |
15 Articles match "Silverlight","Workflow"
| The Latest from DevelopMentor | MORE | | Tackling the Problem of Modal Dialogs in MVVM In addition, MVVM promotes better workflow between designers and developers. This plays nice with the asynchronous nature of dialogs in Silverlight, which are not truly model as they are in WPF or Windows Forms (this is because you can’t rely on the Windows message pump in a cross-platform framework such as Silverlight). Technical MVVM SilverlightOne of the first issues you’ll run into when wading into the waters of MVVM is how to display model dialogs to the user while executing code in the view-model. Another benefit is testability. null && ErrorNotice != Tony and Zuzana's World - Friday, January 28, 2011 Devweek 2011 m delighted to say that Rock Solid Knowledge will be attending again this year delivering a variety of sessions from Parallel programming to Workflow to fluffy UI. The whole team will be there so whether its WPF, Silverlight,NET 4.0, Just in case you are not aware Dev Week 2011 is fast approaching, this is without doubt the best independent.NET technical conference in the UK. full list of our sessions can be found here In addition to the traditional lecture sessions we will be running our drop in clinic where our consultants will help you solve your design and development issues. DevelopMentor Courses - Monday, January 24, 2011 More Workflow 4 Services and duplex communications Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. Its a long story but the most important points where that workflow services don’t support the same style duplex communication as WCF with the callback channel defined in the ServiceContract but rather something that is called durable duplex where the callback contract is independent and the client has to create a ServiceHost and act as a full-blown WCF service. Unfortunate because this rules out scenarios like Silverlight. So what is the problem with this? Conclusion. The Problem Solver - Tuesday, May 4, 2010 | -
| The Best from DevelopMentor | MORE | - More Workflow 4 Services and duplex communications
Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. Its a long story but the most important points where that workflow services don’t support the same style duplex communication as WCF with the callback channel defined in the ServiceContract but rather something that is called durable duplex where the callback contract is independent and the client has to create a ServiceHost and act as a full-blown WCF service. Unfortunate because this rules out scenarios like Silverlight. So what is the problem with this? Conclusion. The Problem Solver - Tuesday, May 4, 2010 - Workflow 4 Services and duplex communications
But with a workflow service this doesn’t work because, without the ServiceContract attribute, there is no way to specify the CallbackContract. Yet workflows support duplex communications. Workflow Services and Durable Duplex. Instead of the normal WCF duplex services workflow services use a mechanism that is called durable duplex. Also settings a workflow, and the client, up for durable duplex takes a bit more configuring. Creating the Workflow Service. First step is to create the workflow service. Next we need to update the workflow itself. The Problem Solver - Monday, May 3, 2010 - Tackling the Problem of Modal Dialogs in MVVM
In addition, MVVM promotes better workflow between designers and developers. This plays nice with the asynchronous nature of dialogs in Silverlight, which are not truly model as they are in WPF or Windows Forms (this is because you can’t rely on the Windows message pump in a cross-platform framework such as Silverlight). Technical MVVM SilverlightOne of the first issues you’ll run into when wading into the waters of MVVM is how to display model dialogs to the user while executing code in the view-model. Another benefit is testability. null && ErrorNotice != Tony and Zuzana's World - Friday, January 28, 2011 - Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen? The Problem Solver - Monday, October 26, 2009 - WCF Data Services versus WCF Soap Services
Only SOAP Services (leaving Workflow Services aside for the moment) can be used with any format and transport protocol. If your client is mainly an AJAX web app, or even a Silverlight rich Internet app, then REST-based services are all you need, and you can benefit from tight coupling with HTTP. And WCF RIA Services strives for RAD n-tier development for Silverlight apps, with support for end-to-end data validation and a whole bunch of other goodies. WCF SOAP Services (that is, traditional WCF) offers the most flexibility when it comes to selecting an underlying transport. Tony and Zuzana's World - Tuesday, April 13, 2010 - Six Things That’ll Surprise You About.NET 4.0
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. that the WPF and Silverlight designers in VS 2010 are greatly improved. I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. In this article, we will explore some of the new features of the.NET 4.0 as well as Visual Studio 2010. and VS 2010 Beta 2 ]. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Article: 10 Features in.NET 4.0 that made Me Smile
The WPF and Silverlight designers mostly work. The pain and suffering around the Visual Studio support for WPF and Silverlight designers has been so bad that a mostly-working, and sometimes truly innovative design-time experience within Visual Studio gives me real hope for these technologies. Support for the MVVM pattern across both WPF and Silverlight. Speaking of that XAML stuff, if you write WPF or Silverlight code and don’t know MVVM, stop reading this article and tp://msdn.microsoft.com/en-us/magazine/dd419663.aspx" target="_blank">learn about it here. class. Michael C. Kennedy's Weblog - Wednesday, December 16, 2009 %>
| | |