ASP.NET News from Blogger:
.NET Toolbox - Latest Reviews
Total News: 15
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 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 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 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, ...
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...
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...
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 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,...
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 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 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...
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...
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 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 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