By tag: tools
0
kicks
Webmatrix 3: Integrated Git and Deployment to Azure
Webmatrix 3 is cooler than you might think. It offers a very convenient set of features which to my mind are a complement to, and not replacement for, a more robust development environment. Particularly for doing quick touch-ups to HTML or CSS for an existing site, tracking such changes in source co...
0
kicks
Visual Studio Code Metrics
Judging the maintainability of an application's source code objectively during code reviews can be difficult. To help, some Visual Studio editions can calculate code metrics, such as cyclomatic complexity, depth of inheritance and lines of code.
0
kicks
Tired of querying in antiquated SQL? don't have a DBMS handy?
This amazing small tool allows to query SQLSERVER or MYSQL databases using LINQ or simple SQL, doesn't require installation, and works like a charm, really useful if you're trying to learn LINQ. It's just 4MB
0
kicks
50+ Great Free Tools for .NET Developers
A cross section of some of the most popular free tools for .NET Developers from the following categories - Code-generation/editing/templates, Content management systems (CMSs), Controls/Components, Data access and Object-Relational Mapping (ORM), Documentation & Project Management, Performance...
0
kicks
PostSharp – The best way to do AOP in .NET
Who knows about Aspect-Oriented Programming (AOP)? Common! Don’t be shy! Ok, now lower your hands. My prediction is that a lot of you didn’t raise their hands. So let’s resume what AOP is:
Aspect-oriented programming is a programming paradigm that increases modularity by enabling improved separat...
0
kicks
StExBar - A Great Add-on for Windows Explorer
One of the best utilities that I have been using recently is StExBar. It's a great utility that comes from Stefan's Tools ( http://tools.tortoisesvn.net/ ). From the site:
The StExBar provides many useful commands for your everyday use of Windows explorer. And you can add as many custom commands...
0
kicks
Part 3 – Advanced mocking functionalities of Moq
When you have some simple scenario like “when the method “GetTax” is called, return 5$” it’s a simple scenario that a lot of mockers will see. However, there is some rarer scenario that people will wonder how to do it.
One of those scenario is with event handlers.
0
kicks
NArrange or Keeping Your Code in Order
An overview of NArrange, an open source .NET code formatting tool, and how to run it on a single C# file from Visual Studio.
0
kicks
27 Free Must-have Online Collaboration Tools
hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 fr...
0
kicks
SVN-Monitor is finally out for free download!
A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories.
Use it to perform all your svn commands and monitor all your projects' activities in a single place.
Access all commands from the tray menu or from the main window.
This...