| |
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.
|
62 Articles match "2011","Tools"
| Related DevelopMentor Courses | MORE | | 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 Retrospective Dialogue Sheets: feedback & updates 1 of 2 The short answer is No, because they are PDFs its kind of difficult - although I’m sure you could with the right tools. Every couple of months I e-mail everyone who has downloaded one or more of my Dialogue Sheets to get some feedback. Getting feedback is why I make people register to download a Dialogue Sheet - sorry, I know some people don’t like doing this, and I know some people fake their e-mail addresses but unless I do this I get very little feedback. This is the first of two post on this subject, the second post will examine a few findings in more depth. Allan Kelly's Blog - Monday, November 28, 2011 Guerrilla.NET (US) Training Debugging : Come and learn to build robust.NET applications including tools and techniques for monitoring and debugging applications in a production environment. Debugging : Come and learn to build robust.NET applications including tools and techniques for monitoring and debugging applications in a production environment. This module also looks at this new set of tools in your synchronization toolbox. You'l learn how to build applications for Apple's iPhone/iPad platform using familiar tools and languages such as WCF, LINQ, and C#. dynamic typing from C# 4.0, and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 |
40 Articles match "2011","Tools"
| The Latest from DevelopMentor | MORE | | 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 Silverlight 5 release Tools improvements. Silverlight 5 got released this weekend and can be downloaded here: [link]. Summary of the features. from the Silverlight 5 download package). Improved media support. Low Latency Audio Playback. Variable Speed Playback. W Decode of H.264 media. DRM Key Rotation/LiveTV Playback. Application-Restricted Media. Improved Text support. Text Tracking & Leading. Linked Text Containers. OpenType and Pixel Snapped Text. Postscript vector printing. Performance improvements for Block Layout Engine. Building next-generation business applications. PivotViewer. ClickCount. DevelopMentor Courses - Monday, December 12, 2011 Retrospective Dialogue Sheets: feedback & updates 1 of 2 The short answer is No, because they are PDFs its kind of difficult - although I’m sure you could with the right tools. Every couple of months I e-mail everyone who has downloaded one or more of my Dialogue Sheets to get some feedback. Getting feedback is why I make people register to download a Dialogue Sheet - sorry, I know some people don’t like doing this, and I know some people fake their e-mail addresses but unless I do this I get very little feedback. This is the first of two post on this subject, the second post will examine a few findings in more depth. Allan Kelly's Blog - Monday, November 28, 2011 | -
| The Best from DevelopMentor | MORE | - 11 Killer Open Source Projects I Found with NuGet
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). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. YUI Compressor for.Net at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Entity Framework 4.1 power tools
Power Tools making it even easier to do Code First development with an existing database. The EF team at Microsoft just release a first CTP of the EF 4.1 Guess it isn’t really code first in that case but database first I did a quick test with an existing database, Northwind to be exact, and it worked pretty well. The only gotcha is you have to make sure the EF4.1 assemblies are available in your project otherwise you will receive the exception below. Adding Ef4.1 is easy though, just download the installer and install them or even better, just add a package reference using NuGet. Enjoy! The Problem Solver - Thursday, May 19, 2011 - Building a Cloud OS for.NET Developers - Part 1
Where Are the Developer Tools? In the next blog post, I’ll take you through setting up an Visual Studio 2010 instance in the cloud along with all the other developer tools and servers you might need such as SQL Server, and MongoDB, and LINQPad, and so on. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles Cloud Tools Visual Studio web2.0Let’s talk about cloud operating systems. We’ll focus on.NET / Visual Studio developers, but I’m sure you can adapt this to your technology of choice. So we have. - Peeling Back the Onion Architecture
recently started a consulting project as an architect on an ASP.NET MVC application and quickly found myself immersed in the world of N* open source tools. Unit tests would likely combine DI with a mocking tool, such as Moq , as shown here. Download the code for this article. MVC (which stands for Model-View-Controller) lends itself to an Agile development methodology where TDD and BDD (Test-Driven and Behavior-Driven Development) are important components. This is where the “Onion Architecture” comes in. This layer would contain your POCO entities. The Web.Ui Enjoy. Tony and Zuzana's World - Saturday, October 8, 2011 - Software Facts - well, numbers at least
Some benefits also accrue from use of Team Software Process and Personal Software Process Claims by tool vendors of 10-to-1 or 20-to-1 displacement of human activity are generally not justified. It is counter productivity to invest in tools before resolving organisational and methodology issues. i.e. save the tools until you’ve improved things (John Seddon should be happy with this finding.) About a year ago I needed some numbers about software development - industry norms really: effectiveness, productivity, bug counts etc. All figures are for 2008 unless specified. Allan Kelly's Blog - Friday, January 14, 2011 - 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 - 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? 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. ve also built some tools which help shut down the machine in case I get distracted. In this second installment, we’ll be covering exactly that. Amazon EC2 Instance Types : [link]. %>
| | |