|
|
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.
|
4 Articles match "Sample","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Advanced Windows Communication Foundation
Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. We also learn to secure a binding and specify level of protection, and we learn about the different credential types like user names, certificates, and Windows. We cover several samples of commonly needed functionality at the XML programming layer, working with namespaces, XPATH, and LINQ to XML. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. How do I secure a service? Starting with.NET 3.5,
DevelopMentor Courses
- Monday, March 1, 2010
Essential Windows Communication Foundation
Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. fw376 MO Essential Windows Communication Foundation (FW376) ? Design by Contract Windows Communication Foundation (WCF) offers many means to design our services, operations, messages and data. We cover several samples of commonly needed functionality at the XML programming layer, working with namespaces, XPATH, and LINQ to XML. Hosting We learn about the different options for hosting a WCF service: IIS/WAS, Windows Services, and Smart Client applications.
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Advanced Windows Presentation Foundation
Advanced Windows Presentation Foundation provides a deep exploration into the latest in Microsoft UI technologies. Come get familiar with the dynamic and creative application development that Windows Presentation Foundation (WPF) enables. Learn how to best utilize WPF for building new projects and for porting existing Windows Forms, Microsoft Foundation Class, or traditional Win32 applications over to this new platform. We will look at the threading model used in WPF and how it interoperates with the Windows operating system.
DevelopMentor Courses
- Thursday, March 4, 2010
|
38 Articles match "Sample","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
MongoDB vs. SQL Server 2008 Performance Showdown
All of these tests were run on a Lenovo T61 on Windows 7 64-bit with a dual-core 2.8 You can also download the sample code. Download Sample: [link]. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Ease-of-use and deployment. Performance. money) to burn. Think about it.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. It appears at first that you have to run MongoDB in a console window. But you can register it as a Windows Service: Here’s some helpful advice on installing MongoDB as a Windows Service (there is a small bug you have to work around): [link]. For a project I’m working on I’ve built a Windows Forms UI that lets me manage the database easily by just adding an object data source and doing some drag-drop magic in Visual Studio. Insanity!” Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
MVVM Helpers 2.0 is live
To hook up a ViewModel to it you use the ViewModelCreator markup extension, in prior versions of the library you supplied the type to create (and optionally the designer type): < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". If you add this, the type (if supplied) will be ignored: < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". Recall from prior posts that it is responsible for creating new popup windows (either modal or modaless) inside the VM – to display child dialogs for example. public partial class ChildWindow : Window. {.
Mark's Blog of Random Thoughts
- Friday, April 16, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. don't have to write about that now, but you'll see it used in the sample with my library. The Sample: Let me set the stage first before we see the test code. hope you find this library adds significant value to unit testing of your Windows Workflows.
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ? The sample project can be downloaded if you want to follow along. For example, in the sample project we have: route: /naming/show/{name}. I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. In a wise move, Microsoft moved the routing infrastructure out of ASP.NET MVC and into its own assembly with the release of.NET 3.5 With ASP.NET Routing you can construct search engine optimized and human friendly URLs such as these: [link]. link]. link].
-
Online Workflow 4 presentation
Attached are the PowerPoint sheets and samples from my online Window Workflow Foundation 4 presentation today. Let me know if you have any questions. WF4Demo.zip www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu.
The Problem Solver
- Tuesday, December 1, 2009
-
It's been such a long time. [WPF + Windows 7]
I've been busy working with Windows 7 and Microsoft Surface touch-computing. To that end, I needed to get access to some of the new Windows 7 APIs in managed code. So I built an interop library to access: Scenic Ribbon (native Win32 ribbon) in Windows Forms. Here's the interop library with source code: Windows 7 Beta 1 Interop Library for.NET 2.0. I'll be posting more details and samples a bit later, here's a couple to get you started. Here's a simple example of using the Scenic Ribbon and native touch support to create a (very) simple Windows Forms finger.
-
Using Windows Workflow Foundation with Windows Communication Foundation
Attached are the PowerPoint presentation and samples from my WF with WCF presentation in Timisoara, Romania. Download the PowerPoint and samples. Thanks to Ineta for providing the funding for this.
The Problem Solver
- Friday, March 20, 2009
-
More asynchronous work in Windows Workflow Foundation 4
In the previous sample I was using the CodeActivity as the baseclass for my custom activity while in this case I am using the more powerful NativeActivity. In my previous post I showed how to use an AsyncOperationBlock to do some basic asynchronous work in WF 4. As I mentioned this was for relatively short lived asynchronous operations as the workflow could not be persisted and unloaded while this asynchronous work was executing. So how about real long running work, the kind you run into with real business application like waiting for an invoice to be paid? Creating a bookmark is easy.
The Problem Solver
- Wednesday, July 15, 2009
-
Online WF4 presentation recordings
The recordings from my recent online Windows Workflow Foundation 4 presentation have been posted online. Get them while they are hot You can download the samples and PowerPoint from here. Streaming: [link] Video Download: [link] Video As WMV (used by streaming link): [link] MP3 (iTunes Ready): [link] Download MP3 (iTunes Ready): [link] Enjoy! www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu.
The Problem Solver
- Tuesday, December 8, 2009
|
|
|