| |
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.
|
20 Articles match "Runtime","Windows"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Understand the new features of the core.NET runtime services including the garbage collector. Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 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! How do I develop network services with Windows Communication Foundation? Day 4 Windows Workflow Foundation 4.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. and beyond and is intended for developers familiar with C# and.NET and with Windows development. C# : Leverage new features of C# including asynchronous methods from C# 5.0, DevelopMentor Courses - Tuesday, March 1, 2011 Foundations of C# Programming and the.NET Framework Training Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Foundations of C# Programming and the.NET Framework is ".NET Discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. How much overhead do CLR services like runtime compilation and garbage collection add? less code!) Each technique has its place. DevelopMentor Courses - Wednesday, February 22, 2012 |
53 Articles match "Runtime","Windows"
| The Latest from DevelopMentor | MORE | | Join Me at Guerrilla.NET in November in Los Angeles. Newly Updated with: Windows 8, VS 2012, MVC 4 and Entity Framework 5. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2012 and Windows 8. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). Course Topic Highlights: Windows 8 For The Developer. We’ve just updated the outline with the most important current and upcoming technologies (see below). hope to see you there! mkennedy. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 DotNed Podcast: Koen Zwikstra over Silverlight 5 en de toekomst van Silverlight Verder vertelt hij over Silverlight Spy een runtime inspector waarmee je willekeurige Silverlight applicaties kan inspecteren. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. Er is weer een nieuwe DotNed podcast online. In deze podcast spreekt Maurice de Beijer met Koen Zwikstra over de recente Silverlight 5 release en hoe de toekomst er voor Silverlight ontwikkelaars uitziet. Links: Blog: [link]. First Floor Software: [link]. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. enjoy! The Problem Solver - Friday, January 27, 2012 DotNed Podcast: Koen Zwikstra over Silverlight 5 en de toekomst van Silverlight Verder vertelt hij over Silverlight Spy een runtime inspector waarmee je willekeurige Silverlight applicaties kan inspecteren. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. Er is weer een nieuwe DotNed podcast online. In deze podcast spreekt Maurice de Beijer met Koen Zwikstra over de recente Silverlight 5 release en hoe de toekomst er voor Silverlight ontwikkelaars uitziet. Links: Blog: [link]. First Floor Software: [link]. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. enjoy! The Problem Solver - Friday, January 27, 2012 | -
| The Best from DevelopMentor | MORE | - Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. hope you find this library adds significant value to unit testing of your Windows Workflows. Personally, I think it makes unit testing of your Windows Workflows practical in the real world. It is not a framework like HarnessIt , NUnit , or MsTest. Rather it's a library that can be used in conjunction with any of these testing frameworks. Scott Allen. Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - What's New in Windows Workflow Foundation in.NET 4.5 (part 1)
At runtime this is no problem. During the last //build/ conference a number of new WF4, or should I now say WF4.5, features where announced. While the list of new features isn’t earth shattering long some of the most annoying shortcomings where addressed. Designer enhancements As a developer I spend a lot of time in the designer so any improvements there are going to make me happy. And I am very happy to see some of the new features. Auto surround with a Sequence. This seemingly small feature is a real time saver. Want multiple child activities? Seems simple enough to move them right? The Problem Solver - Tuesday, September 27, 2011 - Data and Windows Workflow Foundation 4
One thing that has completely changed in Windows Workflow Foundation is the way we work with data in a workflow. Dependency properties left the way data was stored to be handled by the workflow runtime but in our program we could use them just like any other property. In WF 3 we used properties to store data. We could use regular.NET properties but most of the time dependency properties where the smarter choice. And the big bonus was we could use property binding to tie different properties on different activities together in any way we saw fit. In WF 4 this has all changed! The Problem Solver - Monday, July 20, 2009 - Windows Phone 7, Animations and Data Binding
" /> The animation cause the page to rotate in and is something I copied from Charles Petzold eBook Programming Windows Phone 7 although I shortened the time to just half a second. So the solution was to move the runtime data binding to the page Loaded event using the following code: void SecondPage_Loaded( object sender, RoutedEventArgs e). {. While working on one of my WP7 applications I noticed a weirs problem. The app is pretty simple with just two pages. added the same page load animation, see below, to both pages and all seemed to work just fine. Storyboard. seconds. The Problem Solver - Monday, December 27, 2010 - What's New in Windows Workflow Foundation in.NET 4.5 (part 3)
This is the 3rd post about what is new with Windows Workflow Foundation in.NET 4.5 See also part 1 about the designer enhancements and part 2 about the other runtime enhancements. great and long awaited addition to the workflow runtime. as announced at the //build/ conference. This 3rd post is about one of the biggest missing pieces which is versioning workflows. To understand why this is so painful at the moment it is important to remember that workflow instances often run for a long time. Not the nicest of situations and I am very glad this is being addressed. Enjoy! The Problem Solver - Tuesday, October 11, 2011 - Windows Phone 7 and WS-Trust
A question that I often hear these days is: “Can I connect a Windows Phone 7 device to my existing enterprise services?”. Some things are not supported in WP7 WCF (like message inspectors and some client runtime hooks) – but besides that this was a simple copy+paste job. Due to a bug in the combination of the Silverlight library and the WP7 runtime – symmetric key tokens seem to have issues currently. Well – since most of my services are typically issued token based, this requires support for WS-Trust and WS-Security on the client. Very nice! KeyTypes.Bearer). {. works. www.leastprivilege.com - Friday, February 25, 2011 - What's New in Windows Workflow Foundation in.NET 4.5 (part 2)
In part 1 I took a look at the designer improvements, in this blog post I am going to take a look at some of the runtime enhancements. During the last //build/ conference a number of new WF4.5 features where announced. New activities. As part of WF 4.5 we will see some new activities in the box. The number isn’t earth shattering but as I always tell people WF activities are all about your business and Microsoft can’t create activities tailored to your business, you need to do so yourself. One useful new activity is the NoPersistScope. With WF 4.5 Enjoy! www.TheProblemSolver.nl The Problem Solver - Friday, October 7, 2011 %>
| | |