| |
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.
|
13 Articles match "Remoting","Tools"
| Related DevelopMentor Courses | MORE | | Using Reporters in Approval Tests He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. The DiffReporter is most often used for this, because you can just right click in your particular differencing tool (TortoiseMerge is shown above, BeyondCompare, WinMerge or KDiff can also be used) and approve the output ‘approve whole file’. Rather than launching the output in any tool, this reporter creates the command-line output needed so that you can move the results file to the approved file quickly. Why Use Reporters? png, *.html, html, *.mp3, mp3, etc…) If you get a *.html DevelopMentor Courses - Saturday, December 31, 2011 Roll Your Own REST-ful WCF Router The call to _client.BeginProcessRequest was coming right back into the service, instead of invoking the remote service, even though the factory’s endpoint address pointed to the remote service. WCF will give you all the tools you need to write a scalable, high-performance router with a minimal amount of code. Download the code for this post here. Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. FirstOrDefault(); if (region != null ) { bool ? DevelopMentor Courses - Tuesday, April 24, 2012 Llewellyn Falco (Approval Tests): What's new in ApprovalTests.Net v.22 ? is here, you can get it on Nuget Here's what's new: UTF8 Support [Contributors: Scott Reed & Maurice De Beijer] Text Files will now work with UTF with (many/most) Diff Tools. Although my preferred method of collaboration is still a remote pair programming session via skype. ApprovalTests.Net v.22 This basically comes down to making everything UTF8, and including the bom (byte order mark) header in the text files. Backwards compatibility break** This change means version22 of ApprovalTests will break compatibility with previous versions. Now ApprovalTests supports it as well. DevelopMentor Courses - Tuesday, February 5, 2013 |
20 Articles match "Remoting","Tools"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. Key features : Allows secure access to your server’s stats and errors remotely. The news is good. Michael C. Kennedy's Weblog - Monday, April 22, 2013 The Architecture of WCF Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. In these situations we can use metadata in the form of WSDL or WS-MetadataExchange to provide the client with a description of the endpoint which tools (Add Service Reference in Visual Studio and svcutil.exe from the command line) can consume and build the necessary code and configuration to invoke the service. 'Before WCF it was, of course, possible for software running on different machines to communicate. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 Llewellyn Falco (Approval Tests): What's new in ApprovalTests.Net v.22 ? is here, you can get it on Nuget Here's what's new: UTF8 Support [Contributors: Scott Reed & Maurice De Beijer] Text Files will now work with UTF with (many/most) Diff Tools. Although my preferred method of collaboration is still a remote pair programming session via skype. ApprovalTests.Net v.22 This basically comes down to making everything UTF8, and including the bom (byte order mark) header in the text files. Backwards compatibility break** This change means version22 of ApprovalTests will break compatibility with previous versions. Now ApprovalTests supports it as well. DevelopMentor Courses - Tuesday, February 5, 2013 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
We'll have full admin access over remote desktop to our system to install whatever we want. When your instance starts, it'll be given an Internet visible DNS name that you can use to connect via Remote Desktop. Now just fire up Remote Desktop, use the Administrator account and password from step 13 to log in. You can alternatively do that by choosing "Shutdown" instead of logging out of your Remote Desktop instance. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools Launch! Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - A Roundup of MongoDB Management Tools
Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. Key features : Allows secure access to your server’s stats and errors remotely. The news is good. - Using Reporters in Approval Tests
He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. The DiffReporter is most often used for this, because you can just right click in your particular differencing tool (TortoiseMerge is shown above, BeyondCompare, WinMerge or KDiff can also be used) and approve the output ‘approve whole file’. Rather than launching the output in any tool, this reporter creates the command-line output needed so that you can move the results file to the approved file quickly. Why Use Reporters? png, *.html, html, *.mp3, mp3, etc…) If you get a *.html DevelopMentor Courses - Saturday, December 31, 2011 - TDD Invades Space Invaders
We'd also like to mention some of the tools discussed at the end. For remote collaboration we use : Skype (audio / video) VNC for screen keyboard sharing RDP (windows remote desktop) -- requires Windows 2003/2008 server for pairing. Source Control : TortoiseSVN TortoiseGit Developer Tools : Resharper CodeRush Testing Tools : MsTest (in Visual Studio Professional and up) NUnit NCover TortioseDiff Approvals Tests Approvals Tests CodeRush add-in Rhino Mock TypeMock. A joint post by Llewellyn Falco and Michael Kennedy. This is OK. Create a 15x10 board. // 2. Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 - Building a Cloud OS for.NET Developers - Part 2
But the one crucial aspect I left out was the developer tools. How do we manage having Visual Studio and associated tools and servers universally accessible in the cloud, even on mobile devices such as iPads? At EC2 we can create a variety of Windows instances, get full admin access via remote desktop, and install anything we want (Visual Studio, SQL Server, MongoDB, etc). We are going to setup a Windows Server in EC2 which we can access from our Cloud OS, or any other machine or mobile device, and deck it out with all the developer tools we want. GB of memory. - Llewellyn Falco (Approval Tests): What's new in ApprovalTests.Net v.22 ?
is here, you can get it on Nuget Here's what's new: UTF8 Support [Contributors: Scott Reed & Maurice De Beijer] Text Files will now work with UTF with (many/most) Diff Tools. Although my preferred method of collaboration is still a remote pair programming session via skype. ApprovalTests.Net v.22 This basically comes down to making everything UTF8, and including the bom (byte order mark) header in the text files. Backwards compatibility break** This change means version22 of ApprovalTests will break compatibility with previous versions. Now ApprovalTests supports it as well. DevelopMentor Courses - Tuesday, February 5, 2013 - Roll Your Own REST-ful WCF Router
The call to _client.BeginProcessRequest was coming right back into the service, instead of invoking the remote service, even though the factory’s endpoint address pointed to the remote service. WCF will give you all the tools you need to write a scalable, high-performance router with a minimal amount of code. Download the code for this post here. Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. FirstOrDefault(); if (region != null ) { bool ? DevelopMentor Courses - Tuesday, April 24, 2012 %>
| | |