| |
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.
|
53 Articles match "Tools","Windows"
| Related DevelopMentor Courses | MORE | | Tooling stack of testing Asp.MVC Views “Craftsmen know their tools” At last weeks Jim Counts did a session on Testing MVC Views with ApprovalTests. watch the video here ] While I am always happy to see more ApprovalTesting in the world, I was also impressed with the full tooling stack Jim used throughout the presentation. Don’t get me wrong, Jim still does a simple “Hello World” type demo, but he applies all the rigor and professionalism I would want in a real project to that example. Nicely done Jim, you’ve inspired me to raise my game, and hopefully others as well. Asp.MVC Asp.Net C DevelopMentor Courses - Sunday, July 22, 2012 Using Reporters in Approval Tests 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. Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. Updates include new capabilities around the Reporters feature set for ApprovalTests. png, *.html, DevelopMentor Courses - Saturday, December 31, 2011 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 and Windows Phone 7.1 ! You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. 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. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Enjoy DevelopMentor Courses - Friday, March 2, 2012 |
81 Articles match "Tools","Windows"
| 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, price: $0 / open-source, platforms: Windows, OS X, Linux. 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. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. SQL Server Management Studio ). link]. 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. You can either create the ServiceHost instance yourself and call Open on it (known as self hosting) or you can get the Windows Process Activation Service to do this (formally known as WAS hosting). 'Before WCF it was, of course, possible for software running on different machines to communicate. The problem is all of these have different APIs and different levels of capability. Messages. Channels. WCF, as of 4.5, Encoders. Contracts. DevelopMentor Courses - Sunday, April 7, 2013 Windows 8 keyboard short cuts made the jump to Windows 8 over the xmas period. New year, new OS. Still getting used to it, spend most of my time in desktop mode, like the fact that the task bar is extended across multiple monitors. Being a keyboard junkie I found the following list of keyboard shortcuts really useful. DevelopMentor Courses - Monday, January 7, 2013 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. We'll start with a stock Amazon Windows 2008 server image. This time we'll setup a 64-bit Windows 2008 Server (Data Center Edition). You'll need to retrieve that password using the "Instance Actions -> Get Windows Admin Password" option. Now you have full access to your Windows 2008 machine. Tags: Articles Tools Feel free to send me any I missed. Here we go. Create an Account. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The NoSQL movement asks the question: “Is the relational database (RDBMS) always the right tool for data storage and data access?”. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. To get started, download MongoDB the tools and server here: [link]. It appears at first that you have to run MongoDB in a console window. Articles ASP.NET Open Source Talks Tools web2.0Insanity!” Flat files? Ok, ok. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 11 Killer Open Source Projects I Found with NuGet
The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles ASP.NET NoSQL Open Source Tools Visual StudioSo maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - 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, price: $0 / open-source, platforms: Windows, OS X, Linux. 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. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. SQL Server Management Studio ). link]. - Unit Testing Coming to a Workflow Near You
[Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit tests. There has been some work done on unit testing Windows Workflows. Here's some links: Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - Building a Cloud OS for.NET Developers - Part 1
It’s just a single browser window, maximized. don’t mind doing most things in the browser, but I’d like multiple non-maximized browser windows and a desktop to organize things like shortcuts. What we’re going to do is take a pristine Windows 7 instance and deck it out for the cloud. Even with all the choices these days, Windows 7 is still my favorite OS. Nevertheless, it’s Windows 7 for me so that’s where we’ll start. Creating a Fresh Windows 7 Instance - Gently. Don’t forget to install all your Windows updates and Windows 7 SP1 while you’re at it. - Tooling stack of testing Asp.MVC Views
“Craftsmen know their tools” At last weeks Jim Counts did a session on Testing MVC Views with ApprovalTests. watch the video here ] While I am always happy to see more ApprovalTesting in the world, I was also impressed with the full tooling stack Jim used throughout the presentation. Don’t get me wrong, Jim still does a simple “Hello World” type demo, but he applies all the rigor and professionalism I would want in a real project to that example. Nicely done Jim, you’ve inspired me to raise my game, and hopefully others as well. Asp.MVC Asp.Net C DevelopMentor Courses - Sunday, July 22, 2012 %>
| | |