|
|
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.
|
21 Articles match "Runtime"
|
Related DevelopMentor Courses
|
MORE
|
|
Virtual Foundations of C# Programming and the .NET Framework (Part 1)
In part one of this series on programming C#, we'll discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. How much overhead do CLR services like runtime compilation and garbage collection add? dll files, and the Common Language Runtime execution engine. Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the .NET
DevelopMentor Courses
- Wednesday, February 17, 2010
Foundations of C# Programming and the .NET Framework
Discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. How much overhead do CLR services like runtime compilation and garbage collection add? dll files, and the Common Language Runtime execution engine. Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e.,
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
NET runtime engine and library into a cross-browser, cross-platform plugin. NET runtime engine and library. In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
|
64 Articles match "Runtime"
|
The Latest from DevelopMentor
|
MORE
|
|
Loading XAML Workflows in WF4
Its nice and easy, you design the workflow, compile it and at runtime there is a .NET The main drawback is that this approach isn’t very flexible, sometimes you want to be able to change your workflow definition at runtime or store it in a database so recompiling isn’t an option. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
Yuck, I Got Data on my Hands
NET runtime have proven that letting the computer handle some tedious work is totally worth it even if it’s less efficient than what you could (theoretically) write by hand.
Once upon a time I wrote a computer program that did not require data. It was called helloworld.exe and it was awesome. It was also a wee bit useless.
Ardent Dev
- Wednesday, February 24, 2010
Lessons from Node.js
It would be interesting to see if a Scheme runtime can be written such that all IO continuations are implicitly asynchronous. Node.js is a server-side Javascript library for writing scalable network servers. It’s primary purpose is to wrap an asynchronous library around synchronous low-level calls. Code written to block on IO wastes time waiting for a response.
var
Handwaving
- Friday, January 29, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
The new Windows Workflow Foundation 4 runtime
With WF3 there was a central workflow runtime environment called the WorkflowRuntime and used to manage the lifetime of workflow instances. Like recording workflow errors, tracking execution or workflow persistence must be done for each instance while before we could just do it on the workflow runtime.
Basically we had to add a different scheduler to the workflow runtime and explicitly tell the scheduler to execute the workflow. In WF4 this central class no longer exists and we manage individual workflows. To compare the two, this is what a minimal console application looks like in WF3.
The Problem Solver
- Tuesday, June 23, 2009
-
Using Model – View – ViewModel with Silverlight
All UI control properties that need to change at runtime do so by data binding to a ViewModel property.
The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. I 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.
The Problem Solver
- Tuesday, April 7, 2009
-
Getting started with Windows Workflow Foundation 4
And as WF 4 is a complete rewrite we should approach it as a new product and forget just about everything we already know about WF 3. That might be a bit surprising, after all we still have activities and a workflow runtime right? Well wrong actually! There no longer is a class named WorkflowRuntime. You might need a bit of luck because it appears the current bits are still a bit unstable and on my laptop running Windows 7 the designer tends to lock up quite a bit In the next post more about how the workflow is created and started at runtime.
...Tags: As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5).
The Problem Solver
- Monday, June 22, 2009
-
Loading XAML Workflows in WF4
Its nice and easy, you design the workflow, compile it and at runtime there is a .NET The main drawback is that this approach isn’t very flexible, sometimes you want to be able to change your workflow definition at runtime or store it in a database so recompiling isn’t an option. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
-
Flowcharts in Workflow 4 and the Switch activity
But there are no compile or runtime errors either. Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows.
The Problem Solver
- Tuesday, October 27, 2009
-
Six Things That’ll Surprise You About .NET 4.0
NET 4 ships with an entirely new runtime. runtime. updated runtime with new GC modes, side-by-side in-process execution of the 2.0 runtime, the loosening of COM interop rules with the No PIA feature (no Primary
Interop I recently wrote an article for DevelopMentor ’s
Developments Developments entitled
“ Six Things
That’ll
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
Marshalling native function pointers
namespace ManagedWrapper { using namespace System::Runtime::InteropServices;
[StructLayout(LayoutKind::Sequential)] using namespace System::Runtime::InteropServices;
typedef Now that the book is written and all urgent tasks I had to defer due to the book are
done, I find some time to blog about technical topics.
Marcus' Blog
- Friday, April 6, 2007
|
|
|