ASP.NET News from Blogger: .NET Toolbox - Latest Reviews   Get the feed of: .NET Toolbox - Latest Reviews

Total News: 15

ASP.NET Version Switcher

Are you creating a Web application that needs to run on different versions of the .NET Framework If so, check out Dennis Bauer's free ASP.NET Version Switcher. It provides an easy-to-use Windows des...

Microsoft Exception Management Application Block for .NET

Microsoft has released a number of applications blocks to date. The most pertinent one to ASP.NET developers, in my opinion, is the Data Access Application Block (or DAAB), which provides a class with...

NDoc

NDoc is not a code generator, per se, but it performs a similar and equally useful function: it auto-generates documentation based on marked-up comments in the source code. Let's face it, Documentati...

nGallery - a .NET Image Gallery Web Application

nGallery is a recent, open-source Web application that enables you to showcase your photos on the Web. It can be plugged into any existing site, or ran as a stand-alone application. It is freeware, ...

Class Viewer

The .NET Framework SDK includes a handy free tool called WinCV.exe, which is located in the C:\Program Files\Microsoft.NET\FrameworkSDK\Bin directory. This program is referred to as Class Viewer, and...

Snippet Compiler

Have you ever wanted to test out a small chunk of C# or VB.NET code, or a simple ASP.NET Web page, but didn't want to have to go through the hassle of creating a new Visual Studio .NET project with al...

Web Services Enhancements (WSE) 1.0 SP1

The Web Services Enhancements, or WSE, is an add-on to the .NET Framework to enhance Web service features by providing an API for many emerging Web service standards. From the Microsoft WSE Homepage:...

SharpDevelop

SharpDevelop is a open source, free IDE written for C# using C#. At the first glance it looks a lot like Microsoft's Visual Studio.Net: it has a Start Page, Solution Explorer, Toolbox, Clipboard Ring,...

DotNetNuke

Have you ever wanted to run a Web site, or even your own, easy to operate, Web hosting company You can now simply point your browser to DotNetNuke.com and realize the power of this free, easy to oper...

NUnit

NUnit is a lightweight unit testing framework that can be used to write and run unit tests in your .NET language of choice. NUnit is the .NET version of the popular open source xUnit family, but unlik...

CodeSmith

CodeSmith is a template-based code generation tool that can be used to automatically generate any type of code. The majority of code generation tools are tied to a methodology or the preferred archite...

RowSelectorColumn

A common requirement for ASP.NET developers is the need for allowing an end-user to select a single column in a DataGrid, or a set of columns. For example, in the Hotmail user interface, a user can c...

Microsoft Internet Explorer Web Controls

In 2002 Microsoft released four ASP.NET Web controls designed to provide enhanced experiences for Web visitors using Microsoft Internet Explorer. These Web controls, dubbed the Internet Explorer Web C...

Microsoft Data Access Application Block

Microsoft has released a number of "application blocks," which are static classes that encapsualte common tasks. As its name implies, the Data Access application block encapsulates common database-...

FxCop

FxCop is a tool that can scan .NET assemblies to determine if the classes in the assemblies follow best practices for naming conventions, library design, localization, security, and performance. Ther...

View Other bloggers