| |
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.
|
7 Articles match "Sample","Windows"
| Related DevelopMentor Courses | MORE | | Mark Smith: DevWeek slides and samples It was an exhausting but fun week in London where I presented a bunch of Windows 8 material – thanks to everyone who attended! I had far more sessions than I had prepared for due to a colleague hurting … Continue reading → DevelopMentor Courses - Wednesday, March 13, 2013 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server for Windows Server. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 So why this blog post? First a little background into why there is an issue. DevelopMentor Courses - Wednesday, July 25, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 and Windows Phone 7.1 ! Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You still get all the source code, supporting libraries, and an abundance of samples. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 If you have questions or comments, feel free to post them on the project discussion board. Enjoy DevelopMentor Courses - Friday, March 2, 2012 |
69 Articles match "Sample","Windows"
| The Latest from DevelopMentor | MORE | | What’s new in ApprovalTests.Net v.20? Here’s an example var urls = new [] { "/Home/Index/Hello" , "/" }; AspApprovals.VerifyRouting(MvcApplication.RegisterRoutes, urls); In the sample above, the delegate (MvcApplication.RegisterRoutes) will be invokes against a mock route collection, and then fed the URLs provided. sample output would look like this: /Home/Index/Hello = > [[controller, Home], [action, Index], [id, Hello]] / = > [[controller, Cool], [action, Index], [id, ]] Event approvals Similar to the example above, another aspect of code which is often hidden (or implicit) is which events are wired-up to your form. DevelopMentor Courses - Thursday, August 9, 2012 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server for Windows Server. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 So why this blog post? First a little background into why there is an issue. DevelopMentor Courses - Wednesday, July 25, 2012 Decouple WCF Services from their DI Container with Common Instance Factory Service ="CommonInstanceFactory.Sample.Services.GreetingService" %> If you have a non-web host, such as a Windows Service, you won’t need to worry about wiring up a container-specific ServiceHostFactory at all. To see examples of using CIF with WCF extensions, download samples and source code from the CIF CodePlex site. In my last blog post I introduced the Common Instance Factory , which I built as an alternative to Common Service Locator to reduce coupling between an application and a Dependency Injection (DI) container. null ) { disposable.Dispose(); } } } } }. Enjoy. DevelopMentor Courses - Saturday, May 26, 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. 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 - Simple MVVM Toolkit Improvements: Documentation, Features, Sample Apps
I’ve released a new version of my Simple MVVM Toolkit for Silverlight that has improved documentation, a bunch of new features and additional sample applications. And many of those other toolkits are woefully lacking in the way of documentation and code samples. My toolkit is also targeted to Silverlight applications (although I plan to add Windows Phone support shortly), because Microsoft has positioned Silverlight as it primary platform for business application development. Sample applications with step-by-step instructions. Model and ViewModel base classes. Tony and Zuzana's World - Sunday, January 23, 2011 - Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server
for Windows Server. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 So why this blog post? First a little background into why there is an issue. DevelopMentor Courses - Wednesday, July 25, 2012 - Workflow Services and Windows Phone 7
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC site hosting the workflow service. The PowerPoint presentation can be found here. It was a fun session on a fun event www.TheProblemSolver.nl www.dotnetevents.nl.NET Workflow WCF WF4 ASP.NET VS2010 WP7 AppFabric DotNed Azure The Problem Solver - Saturday, February 5, 2011 - Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.It Download the library with sample … Continue reading → Agile.NET agile Articles Visual Studio WF Workflowis 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. Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - 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 - 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]. %>
| | |