|
ASP.NET Tools and Web Controls
|
|
There are a number of free server Web controls available that you can plug into your ASP.NET Web pages to extend their functionality and utility.
|
|
4 application
reviews viewed 29183 times...
|
|
|
Best Practices Tools
|
|
When writing code that will have a long lifetime and be worked on by many individuals, it is best to strictly follow agreed upon best practices, including naming conventions, standard pattern usage, and security measures. There are a number of tools and packaged classes that can be used to ensure best practices are followed.
|
|
3 application
reviews viewed 18937 times...
|
|
|
Code Generation
|
|
Let's face it: as developers we've all written and re-written certain similar blocks of code so many times we could do it in our sleep. There exists an entire class of automated code generation tools that can be used to expedite the process of creating oft-repeated coding.
|
|
2 application
reviews viewed 18762 times...
|
|
|
Decompilers and Object Browsers
|
|
The intermediate code generated by .NET assemblies can be explored and decompiled. Every serious .NET developer should have at least one of these tools in her toolbox.
|
|
2 application
reviews viewed 23486 times...
|
|
|
Development Editors
|
|
Most professional developers create .NET applications using Visual Sudio .NET. However, the hefty VS.NET price tag can be a burden for hobbyists or college students. There are other alternatives, however...
|
|
3 application
reviews viewed 20112 times...
|
|
|
Production-Ready Applications
|
|
There are a plethora of professional, pre-built .NET and ASP.NET applications available, many released officially by Microsoft. These pre-built applications are great for quickly getting a jump start on a similar project, or to use as a template for best practices.
|
|
3 application
reviews viewed 15954 times...
|
|
|
Testing Frameworks
|
|
Rigorous testing helps perfect an application by squeezing the bugs out. To aid with this process, there are a number of testing frameworks designed to help automate the process.
|
|
1 application
reviews viewed 9570 times...
|
|
|
XML / Web Services
|
|
.NET strives to make creating and consuming Web services as simple as possible. The tools in this category help facilitate that process.
|
|
2 application
reviews viewed 8480 times...
|
|