Several useful tools are recommended for ASP. We have the relevant tools can also be in the comment area message, work together to study.
As a programmer to be challenging, you can try these tools.
An article has been written about the extension tool for VS, which is no longer burdensome, please check out: Recommend a few more useful tools for ASP.
1.asp.net
Fiddler: A tool for capturing HTTP requests and responses, and for simulating HTTP requests: Http://www.telerik.com/fiddler
AutoMapper: Object mapping tools, such as the ability to convert entity object transformations to domain objects. And this behavior is fully automatic. : http://automapper.org/
Unity/ninject/castle Windsor/structuremap/spring.net: Dependency Injection framework, which is more commonly used by some di frameworks. Corresponding Links:
https://msdn.microsoft.com/en-us/library/dn170424 (v=pandp.30). aspx
http://www.ninject.org/
https://www.nuget.org/packages/Castle.Windsor/
http://structuremap.github.io/
http://www.springframework.net/
. NET Reflector/dotpeek/ilspy::. NET anti-compilation tool,
https://www.red-gate.com/products/dotnet-development/reflector/
https://www.jetbrains.com/decompiler/
http://ilspy.net/
Memprofiler: A powerful tool for finding memory leaks for optimized memory. http://memprofiler.com/
Postsharp: Remove duplicate code and avoid code bloat. Https://www.postsharp.net/download
Asphere: The GUI program for the Web. config editor. Http://www.asphere.cz/en/index.html
2.REST API
Swagger ui:api test and documentation tools. http://swagger.io/swagger-ui/
PostMan: An extension tool for Google Chrome. A rest client. https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en
3.WCF
The SOAP UI:API test tool, which includes support for all standard protocols and technologies. http://www.soapui.org/
WireShark: A network protocol analysis tool that can help you catch TCP and SOAP communication processes. https://www.wireshark.org/
Svctraceviewer: Provides a good tracking file. https://msdn.microsoft.com/en-us/library/ms732023 (v=vs.110). aspx
SVC Config Editor: Manages the interface flower tool for the WCF-related configuration. https://msdn.microsoft.com/en-us/library/ms732009 (v=vs.110). aspx
4.MSMQ
Queueexplorer 3.4: Copy, move or delete messages, save loads, stress tests, view and edit the full message body, and other powerful features. http://www.cogin.com/mq/index.php
5.LINQ
LINQ Pad: A Lightweight test tool that makes LINQ queries to SQL Server databases. https://www.linqpad.net/
LINQ Insight:linq is an extension of vs. You can analyze your LINQ queries to simplify and debug LINQ. Https://visualstudiogallery.msdn.microsoft.com/269e6da9-7f4d-4650-a327-c70b359dcfe0
More technical articles to share, please pay attention to today's headlines-do the full stack siege lion.
Pure handwriting, please support, click attention to receive the daily technical articles.
Do the full stack siege lion. Write code also to read, love the whole stack, more love life.
Recommend several useful tools for ASP. 2