dotnetpowered.com - Brian Ritchie's .NET Development Site

Projects


dotnetpowered Lists
 

View Brian Ritchie's profile on LinkedIn    View Brian Ritchie's profile on Zoominfo

Recent Bookmarks
Bookmarks are from my del.icio.us del.icio.us feed

Blog-Powered News
Headlines are now pulled from my blog. My old blog is here.
[ Find out how this list is generated ]

More... | Pre-Blog News...


Favorite .NET Projects
(in no particular order)

My Google Web Ablums
  
Mono Contributions (Open Source .NET Implementation)


ADO.NET Team [ Home Page ]

  • ODBC Provider running on Linux (using unixODBC) and Windows (ODBC 3.51). Browse the code in CVS.

  • Provider Factory : though not part of the .NET Framework, the Mono team deemed it a necessary component for true pluggable database support.  Browse the code in CVS.



Utilities


Source Code Line Counts
Console-mode application adapted from Levent Camlibel's WinForm Line Count Application.  I created this version for use during my automated builds. [ Download here ]

 

Ideas and Future Directions


Management Console
Web-based unified management interface with a plug-in architecture. This idea is really a spinoff of the application server management GUI that would be generalized so any application would be able to be jacked in. 

ASP.NET Build Server GUI
Web interface for the Draco.NET build server.

ADO.NET Data Layer
Code Generation for typed connections, commands, data readers, and data sets.  Details and Samples.