| |
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.
|
61 Articles match "Programming","Tools"
| 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 NET Programming for Performance Training Write code that works well with the garbage collector Properly handle and throw exceptions Automate transactions with System.Transaction Implement IDisposable to build reliable.NET applications Scale your application to multicore machines using threads Improve memory usage through proper understanding of assemblies, types, and JIT compilation Debug difficult problems using WinDBG, SOS, and ADPLUS.NET Programming for Performance provides experienced.NET developers with practical knowledge and techniques for building robust, scalable, and highly available.NET applications. DevelopMentor Courses - Tuesday, March 1, 2011 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 |
75 Articles match "Programming","Tools"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF Programming at the channel layer, however, is relatively heavy lifting and so, generally, we work at a higher level of abstraction that takes care of much of the inherent complexity. 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. The problem is all of these have different APIs and different levels of capability. 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. Asynchronous parallel programming offers many advantages with both IO and multicore, and it’s great to see this paradigm opening up so nicely in the.net world. ApprovalTests.Net v.22 This basically comes down to making everything UTF8, and including the bom (byte order mark) header in the text files. DevelopMentor Courses - Tuesday, February 5, 2013 Unspoken Cultural differences in Agile & Scrum This make it even more important to work out what Agile means to you and which tools work in your environment and culture. In the original book of Extreme Programming Kent Beck talked of a “sustainable pace” and “40 hour work week”. Now I’m not a big fan of Project Managers, in my programming days I too suffered a few managers who tried to hand out tasks and impose their way of doing thing. For a while now I’ve been convinced that a lot of “Agile” is about cultural differences. Unfortunately the role of culture behind many Agile techniques and methods isn’t really stated. Allan Kelly's Blog - Wednesday, October 31, 2012 | -
| The Best from DevelopMentor | MORE | - 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?”. cover the programming model in detail as well as introduce the actual database server below. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. NoSQL and a New Programming Model. To get started, download MongoDB the tools and server here: [link]. You unzip the zip file and run the mongod.exe program. Articles ASP.NET Open Source Talks Tools web2.0 Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 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
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 - MongoDB vs. SQL Server 2008 Performance Showdown
In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. If there is a database that is 100 times faster than SQL Server, free, easy to administer and you program it with LINQ just as you would with SQL Server then that is a very compelling choice. After discussing these results with some friends, I re-ran the tests using raw ADO.NET style programming and saw a 1.5x-3x performance improvement for SQL. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - DotNed Podcast: Peter Provost over unit testen
Peter Provost is een senior program manager voor Microsoft Visual Studio waar hij aan de agile tools werkt. In deze podcast spreekt Hassan Fadili met Peter Provost over unit testen. Tijdens Tech-Ed Europe was hij in Amsterdam voor diverse sessies over TDD en Agile development. Enjoy! TechEd Podcast DotNed SharePoint UnitTesting The Problem Solver - Thursday, July 19, 2012 - Computer Science vs. The Real World
As usual, Joel Spolsky hits the nail square on the head in his Oct 26, 2009 piece on the discrepancy between what Computer Science programs teach and what software developers need to know in the real world: It is amazing how easy it is to sail through a Computer Science degree from a top university without ever learning the basic tools of software developers, without ever working on a team, and without ever taking a course for which you don’t get an automatic F for collaborating. Where do they learn to write a program longer than 20 lines? link]. Ardent Dev - Wednesday, October 28, 2009 - 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. Asynchronous parallel programming offers many advantages with both IO and multicore, and it’s great to see this paradigm opening up so nicely in the.net world. ApprovalTests.Net v.22 This basically comes down to making everything UTF8, and including the bom (byte order mark) header in the text files. DevelopMentor Courses - Tuesday, February 5, 2013 %>
| | |