Tools
Some interesting tools on dotnetextreme:
Tool: DBClassGen.NET |
Developer: Manish Mehta |
DBClassGen.NET application generates VB.NET class files from the DataBase, its an attempt to wrap ADO.NET code in the class and provide functionalities for basic database operations. Currently, it supports class generation for VB.NET only but gradually I would add support for C# as well. Traditional ADO developers will find this tool handy as members exposed by the generated class files are similar to ADO.
Tool: .NET Dependency Object Browser |
Developer: Manish Mehta |
.NET Dependency Object Browser it inspects an assembly for its dependencies and provides assembly information . You will find few of the features of Dependency walker and Object Browser in this single managed tool. Developed using VB.NET, this tool relies on the rich reflection API provided by the .NET framework to gather the required information for an assembly.