Tuesday, 31 May 2016

Tools that make .NET Development very easy

Coding in .NET is such a lovely thing but using some usefull tools make it more easy to do this loveable work.There are so many tools for .NET coding but here we will learn about some most usefull tools, that a developer should keep in mind while coding, debbuging or deploying their applications.



lets explore these tools.....

JSON Viewer:

This tool is used to convert object data to JSON and JSON data to object data .It is also use for checking the JSON data validity

AppScan:

 An IBM based tool used to check the security threat in the applications.It analyze the code to check the end-to-end user activity..Most common threats like cross site scripting, cookies stealing and sensitive data exposures are being reported using this tool.   

Code collaborator:

It is a great tool to review the  code , by uploading it on URL based controller .end user can review the code and comment about the code. The developer fix it later

NCover

The best tool to help test driven application development. This tool detects the code and suggest the developer where test case code has been missed.Higher  code coverage will give the higher value to the application 

There are more usefull tools . Some of these tools are free and for some tools you have to buy the license.
Thanks for Reading. Please comment if you found it Help full  
Happy coding...........

No comments:

Post a Comment