Sunday, July 24, 2011

FREE ASP.NET TOOLS

FREE ASP.NET TOOLS


Here is a list of some great tools and add-in that every .NET developer must have:

  • Code Compare
    Visual Studio plug-in for code comparison. This is used to compare two files. This
    will automatically compare each contents of each file and tells you the difference
    between these files.
    http://www.devart.com/codecompare/

  • Resharper
    It is a kind of tool which makes easy the development environment of Visual Studio.
    It save lot of time and also guide you while coding it inspect your code at real-time.
    This maintains the standard of your code not.
    http://www.jetbrains.com/resharper/

  • SSMS Tools Pack
    Plug-in for SQL Server Management Studio that adds a good deal of functionality.
    It adds the intelligence and formatting of script which will save the time of the
    developer.
    http://www.ssmstoolspack.com/

  • LINQ Pad
    A fantastic learning tool for those who are just getting into LINQ or for those
    who want a code snippet IDE to execute any C# or VB expression.
    http://www.linqpad.net/

  • Design Patterns
    Design pattern are the solution of software development problem. Each time we face
    the same problem in the software to resolve this there must be some design pattern
    while developing the application
    http://www.dofactory.com/Patterns/Patterns.aspx

1 comment:

Note: Only a member of this blog may post a comment.