| |
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.
|
37 Articles match "C#","Tools"
| Related DevelopMentor Courses | MORE | | Using Reporters in Approval Tests Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. 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. Java C# ReportersWhy Use Reporters? png, *.html, html, *.mp3, ClipboardReporter.cs DevelopMentor Courses - Saturday, December 31, 2011 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. Asp.MVC Asp.Net C 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. DevelopMentor Courses - Sunday, July 22, 2012 What’s New in ApprovalTests.Net v.18? This is especially nice for… CodeCompareReporter My new favorite text diff tool is Code Compare, mainly because it integrates directly into Visual Studio 2010. C# ReportersFrontLoadedReporter IEnviromentAwareReport Upgrades CodeCompareReporter DictionarySupport EF and Mvc3 additions Bug Fixes FrontLoadedReporter Attribute (For Build Systems) You can now add the following code to your assembly. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. also added.Explict to the Mvc3 Toolkit. DevelopMentor Courses - Tuesday, April 10, 2012 |
115 Articles match "C#","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. LINQPad supports everything in C# 5.0 Key features : C# “shell” rather than JavaScript shell. or.PHP file on your server and you get a well rounded management tool. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Agile Advice for Aviva (and many other big companies) Skype, VOIP, everything Don’t spend money on expensive test tools Manage teams as a whole: not a Test Team and a Test Manager there, and a Dev Team and a Dev Manager there, and a BA…. Testers: download the open source test automation tools and enrol developers to help you get them working. Testers: Automation, Automation, Automation - get with the Open Source tools - Selenium, FIT/Fitnesse, Cucumber, etc. I’m starting this blog entry on the train returning to London after speaking at Sync Conference in Norwich - and I’m finishing sitting in my local coffee shop on Tuesday. Allan Kelly's Blog - Tuesday, February 19, 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. Meaning if you are using.Net but not using C#, ApprovalTests is looking out for you. 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. This is based on the ‘Testing the Weather’ pattern. DevelopMentor Courses - Tuesday, February 5, 2013 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools 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. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? Here we go. 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?”. Define your classes in C# (largely) without regard to putting them in a database. With NoSQL, you have one place to do that - in your C# classes. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. We’ll be using.NET and C# of course. To get started, download MongoDB the tools and server here: [link]. Be sure that you have created the C:datadb folder. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 11 Killer Open Source Projects I Found with NuGet
Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and.NET platform utilizing Microsoft.NET Framework. Zip and Unzip is easy: with DotNetZip,NET applications written in VB, C# - any.NET language - can easily create, read, extract, or update zip files. FileDB is a free, fast, lightweight C# (v3.5) It's comprehensive C# API wrapper library for accessing [link] , using XML or JSON to read/write. Facebook C# SDK at [link]. All content copyright Michael C. RazorEngine at [link]. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - 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. Asp.MVC Asp.Net C 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. DevelopMentor Courses - Sunday, July 22, 2012 - Splitting CamelCase With Regular Expressions
It came in really handy while working on this: I really need to click that “Activate Autocompletion button so I can give Joseph Albahari the money he deserves for creating such a useful tool. Tags: Uncategorized.NET C On my new project, I needed to split a method name up into its constituent parts. For Ruby programmers, this is easy: just split on underscores. For us.NET programmers, we need something a little fancier since we like to SquashOurMethodNamesTogetherLikeThis. Here’s a little regular expression that can do exactly that: (?<!^)(?=[A-Z]). <!^)(?=[A-Z]). Jason Diamond - Saturday, August 15, 2009 - 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. LINQPad supports everything in C# 5.0 Key features : C# “shell” rather than JavaScript shell. or.PHP file on your server and you get a well rounded management tool. - Using Reporters in Approval Tests
Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. 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. Java C# ReportersWhy Use Reporters? png, *.html, html, *.mp3, ClipboardReporter.cs DevelopMentor Courses - Saturday, December 31, 2011 %>
| | |