DotNetShoutout - Stories tagged with Tools
3
Shouts

New Tools in My TDD Arsenal

published 471 days, 4 hours, 14 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 475 days, 8 hours, 41 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 1:55:24 PM GMT
Recently my TDD arsenal has been enhanced with 3 new cool tools, which I'm about to share with you. More precisely it one tool and two frameworks. Let's go for it. NCrunch NCrunch is just amazing extension for Visual Studio created by @remcomulder. It automatically detects all your tests and re-running those as soon as source code changes happen. Forget about manual test re-running, it's just waste of time. You even do not need to press Ctrl + S, just continue coding as you usually do. Initially ... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: .NET, TDD, Tools
6
Shouts

Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows - Scott Hanselman

published 526 days, 7 hours, 57 minutes ago posted by iftekharahmedamitiftekharahmedamit 528 days, 10 hours, 22 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Sunday, December 11, 2011 12:15:08 PM GMT
Everyone collects utilities, and most folks have a list of a few that they feel are indispensable.  Here's mine.  Each has a distinct purpose, and I probably touch each at least a few times a week.  For me, "util" means utilitarian and it means don't clutter my tray.  If it saves me time, and seamlessly integrates with my life, it's the bomb. Many/most are free some aren't. Those that aren't free are very likely worth your 30-day trial, and perhaps your money. Here are most of the contents of my C:\UTIL... (more)
category: How To | clicked: 63 | 1 comment | | source: www.hanselman.com
tags: Tool, Tools, Utilities
2
Shouts

Just* Team blog > Command Line Support and More in JustDecompile

posted by KodefuGuruKodefuGuru 579 days, 14 hours, 20 minutes ago
Friday, October 21, 2011 8:16:39 AM GMT
Although the command prompt has fallen out of vogue in the past few years, developers and power users alike invoke cmd when a job calls for finesse. Command line support is also essential for many scripting and automation languages, such as MSBuild. JustDecompile has the ability to export code directly from the command prompt. (more)
category: How To | clicked: 4 | 1 comment | | source: blogs.telerik.com
tags: Telerik, command line, Tools, JustDecompile
6
Shouts

SVN, Hudson and MSBuild - Continuous Integration

published 658 days, 2 hours, 43 minutes ago posted by lenielleniel 660 days, 8 hours, 30 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:06:37 PM GMT
This is the second installment in the series I’m writing about SVN, Hudson and MSBuild. This time I’ll show you how to set up a job in Hudson to build and package an ASP.NET MVC 3 Hello World sample app. This job will point to the SVN repository set up in the 1st part of this series. (more)
category: Agile | clicked: 35 | 1 comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
6
Shouts

SVN, Hudson and MSBuild - Revision control repository

published 658 days, 2 hours, 43 minutes ago posted by lenielleniel 660 days, 8 hours, 32 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:04:39 PM GMT
This series of posts I’m starting today serves as a guide on how to setup a continuous integration/CI server. All the the tools I’m going to use are FREE. The series will focus on continuous integration of .NET family of projects and I’ll write things in the order I installed them. This 1st part will deal with the Revision Control repository configuration. (more)
category: Agile | clicked: 27 | comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, TortoiseSVN, VisualSVN Server, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
3
Shouts

My list of Visual Studio 2010 Extensions

published 661 days, 2 hours, 45 minutes ago posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 664 days, 11 hours, 3 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Thursday, July 28, 2011 11:33:32 AM GMT
I find that with the extension support in VS2010, programmers don’t really have an excuse for not using tools to increase their productivity and to increase the overall quality of their work. I am a really lazy programmer, in the sense that I don’t’ like to do repetitive boring tasks. Extensions are one of the solutions to being a happy lazy programmer. The other one is writing quality code, but that’s another story. So here is a list of all Extensions that I use in day-to-day work. (more)
category: How To | clicked: 38 | comment | | source: byteflux.me
tags: Productivity, Refactoring, addins, extensions, Visual Studio, Testing, Tools, VisualStudio
4
Shouts

Internalizing Assemblies with ILMerge

posted by BlackWaspBlackWasp 689 days, 18 minutes ago
Sunday, July 03, 2011 10:18:28 PM GMT
ILMerge is a useful tool provided by Microsoft that allows a number of assemblies to be combined into a single dynamic linked library or executable. By default, public types from source assemblies remain public. In some cases they should be internalized. (more)
category: How To | clicked: 3 | comment | | source: www.blackwasp.co.uk
tags: .NET, Tools
6
Shouts

No more regions on implementing interface

published 688 days, 14 hours, 22 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 694 days, 5 hours, 18 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Tuesday, June 28, 2011 5:18:28 PM GMT
Something that has been irritating me tremendously lately, is that when I implement an interface using Visual Studio all the members of that interface get surrounded by a region. After poking around in the C# Text Editor options a little while, I found the switch that enables that behaviour. (more)
category: Web Dev | clicked: 33 | comment | | source: jclaes.blogspot.com
tags: Visual Studio, Tools, Tips
4
Shouts

Testing emails with neptune

published 696 days, 2 hours, 53 minutes ago posted by brunomarquesbrunomarques 699 days, 7 hours, 48 minutes ago
Sunday, June 26, 2011 7:43:52 PM GMT Thursday, June 23, 2011 2:48:50 PM GMT
Brief overview of a useful tool to test email features in your programs. (more)
category: Architecture | clicked: 20 | comment | | source: geeklyeverafter.blogspot.com
tags: Email, Testing, Tools
6
Shouts

RIP .NET Reflector (as a free version)

published 835 days, 4 hours, 26 minutes ago posted by brunomarquesbrunomarques 838 days, 22 hours, 18 minutes ago
Monday, February 07, 2011 6:10:41 PM GMT Friday, February 04, 2011 12:19:02 AM GMT
Redgate is about to put an end in the .NET reflector's free version (aka the most important tool for a .NET developer right next to the IDE). Is redgate breaking a promess? (more)
category: Architecture | clicked: 3 | comment | | source: geeklyeverafter.blogspot.com
tags: Tools, Reflector
5
Shouts

New Windows Azure and PHP Tutorials and Tools Now Available - Windows Azure Team Blog

published 860 days, 4 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 862 days, 2 hours, 56 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Tuesday, January 11, 2011 7:40:37 PM GMT
Looking for the latest information about PHP and Windows Azure? Then look no further, below are links to the latest tutorials and tools to help you get started. You can also read more about these on the Interoperability @ Microsoft blog here... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Windows Azure, Tutorials, Tools, PHP, Azure
2
Shouts

Twitter Score Bookmarklet - Klout Edition

published 886 days, 23 hours, 38 minutes ago posted by MikeMoreMikeMore 888 days, 21 hours, 11 minutes ago
Friday, December 17, 2010 10:58:35 PM GMT Thursday, December 16, 2010 1:25:28 AM GMT
This is my second take on "Twitter Score Bookmarklet" but this time using Klout instead of Topsy to quickly display online influence score of Twitter accounts. (more)
category: Web Dev | clicked: 0 | comment | | source: www.moretechtips.net
tags: Tools, Klout, Twitter
4
Shouts

Free yourself from the mouse using Mouse Nag

published 904 days, 12 hours, 40 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 905 days, 16 hours, 7 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Monday, November 29, 2010 6:29:35 AM GMT
Mouse Nag is a simple, new, open source program for Windows that aims to make it harder, while still possible, to use the mouse in order to practice using the keyboard more while developing. (more)
category: Agile | clicked: 0 | comment | | source: joelabrahamsson.com
tags: keyboard-shortcut, WPF, Keyboard Shortcuts, Tool, Open Source, Tools
7
Shouts

Connecting to SQL Azure with SQL Server 2008 R2 Tools - Zach Skyles Owens

published 919 days, 10 hours, 17 minutes ago posted by KluggerKlugger 920 days, 20 hours, 57 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Sunday, November 14, 2010 1:39:25 AM GMT
Back in October I wrote a post on how to connect to SQL Azure.  With the release of the November CTP of SQL Server 2008 R2 working with SQL Azure from within SQL Server Management Studio (SSMS) got a whole lot better!  You can get a free copy of SSMS here:SQL Server 2008 R2 Tools for x86SQL Server 2008 R2 Tools for x64 Because this is a CTP you may want to install these in a Virtual PC although I haven’t had any issues. Once you have this installed all of the issues I outlined in my previous post abo... (more)
category: Data | clicked: 0 | comment | | source: english.zachskylesowens.net
tags: SQL, SQL Azure, Tools, SQL Server 2008 R2
3
Shouts

Gizmox - the only .NET based vendor to offer instant Client/Server CloudMove - announces a new free downloadable assessment tool

posted by webguiwebgui 932 days, 13 hours, 51 minutes ago
Tuesday, November 02, 2010 8:45:19 AM GMT
Gizmox, the developer of the award-winning Visual WebGui (VWG) Platform announced today its instant CloudMove assessment tool that tells prospects "how close their applications are to the Cloud". It generates a report that details the automatic logic code transposition and needed user interface adjustments, which are also handled by smart tools. Prospects can download the assessment tool for free, run the report and get Gizmox's free evaluation support in assessing the task. The AssessmentTool can be ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Cloud, migration, Framework, Development, legacy, Web, UI, Tools, platform
10
Shouts

Introducing ‘Vingy’ Add-in for VS2010 – Search StackOverflow, CodeProject, DotNetKickS etc easily from with in Visual Studio

published 959 days, 10 hours, 10 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 961 days, 14 hours, 43 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Monday, October 04, 2010 7:54:05 AM GMT
Vingy let you search the web (mainly sites like StackOverflow, CodeProject, MSDN etc) in a non intrusive way, with out leaving the IDE. Vingy is a simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. (more)
category: UX | clicked: 1 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, WPF, Visual Studio, Tools
3
Shouts

Blend Bits 3 Watch Your Margins - Mike Taulty

published 987 days, 11 hours, 2 minutes ago posted by jantujantu 988 days, 11 hours, 32 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 11:04:57 AM GMT
I add a Button to that top left (0,0) grid cell by selecting the button control over on my “Tools” window and then drawing a Button within the grid cell or by just double-clicking in the grid cell then I get a Button; but I also get something that I hadn’t bargained for. Margins.I’m not sure whether there’s a super-smart way around this but I often find in Blend that I’m checking the Layout area of the Properties panel to see whether I’ve end... (more)
category: Metro | clicked: 0 | comment | | source: mtaulty.com
tags: Silverlight, Blend, Tools
3
Shouts

Top merge and diff tools for coding.

published 1000 days, 10 hours, 57 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1001 days, 6 hours, 48 minutes ago
Thursday, August 26, 2010 11:39:36 AM GMT Wednesday, August 25, 2010 3:49:09 PM GMT
There are a multitude of Diff/Merge Utilities out there but this review will cover. Each developer need to have ability for merging code between different versions or branches into one place. Once in a while every software developer will find himself or herself using a file-differencing program such as Windiff.exe or TortoiseMerge, which comes with the Microsoft Visual Studio .NET environment and its constituent languages, such as Microsoft Visual C#. But you can also use Araxis Merge. (more)
category: Architecture | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: diff, Tools, code, Code merge
4
Shouts

30 Free Online Tools for Web Developers | VisonwidGet

published 1003 days, 9 hours, 38 minutes ago posted by StevesSteves 1004 days, 7 hours, 17 minutes ago
Monday, August 23, 2010 12:59:06 PM GMT Sunday, August 22, 2010 3:19:56 PM GMT
It’s no secret that web developers seldom build things up from scratch nowadays. From web icons to graphical chart, CSS menu to random dummy texts, from web traffics analysis, You must identify current trends and standards and determine ways to incorporate them into your designs. In this article, I have compiled 30 extremely useful tools for web developers, that should definitely be added to your bookmarks... (more)
category: How To | clicked: 0 | comment | | source: visionwidget.com
tags: Tool, Tools
7
Shouts

SQL Server Performance Monitoring and Alerts using Quest SpotLight - SQL Server Tools In My Environment

published 1008 days, 8 hours, 4 minutes ago posted by jacobsebastianjacobsebastian 1008 days, 13 hours, 28 minutes ago
Wednesday, August 18, 2010 2:32:16 PM GMT Wednesday, August 18, 2010 9:09:13 AM GMT
Keeping a watch on the SQL Server instances, databases and ensuring their health is one of the fundamental responsibility of a DBA. In this post, Malathi Mahadeven explains how Quest SpotLight is used in her environment for SQL Server monitoring and alerting. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: Performance, SQLServer, Tools, Quest Software
Previous 1 2 3 Next