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

Articles
  • Thoughts on AppFabric, C#, Development, Networking, NO SQL, SQL Server, and more
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
Unable to load bookmark entries. Error:The remote server returned an error: (404) Not Found.

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

  • 10-09-2012: CQRS at Jax Code Camp 2012
  • 2-27-2012: Come out for a CQRS presentation at the JAX Architecture Group
  • 10-05-2011: Hosting Windows Services in IIS Presentation at JAXDUG
  • 9-03-2011: Migrating from ASPX MVC views to Razor
  • 9-01-2011: Web-based Farm Monitor for your Web Farm Framework Deployment
  • 8-30-2011: Using the .NET Chart API to add sparklines to your MVC site
  • 8-27-2011: Adding sparklines to your MVC site using the Google Chart API
  • 8-27-2011: Scaling Out .NET Presentation at Jax Code Camp 2011
  • 8-27-2011: F5 Add-on for Web Farm Framework
  • 3-10-2011: Internet Explorer 9 is coming Monday to a web near you
  • 3-08-2011: Microsoft releases Visual Studio 2010 SP1
  • 3-05-2011: Retrieving recent tweets using LINQ
  • 3-05-2011: Microsoft joins the rest of us...and counts down to the end of IE6
  • 3-04-2011: Using extension methods to decrease the surface area of a C# interface
  • 3-03-2011: Retrieving upcoming calendar events from a Google Calendar
  • : Links for 2009-03-14 [del.icio.us]
  • : Links for 2009-03-11 [del.icio.us]
  • : Links for 2009-02-22 [del.icio.us]
  • : Links for 2009-02-21 [del.icio.us]
  • : Links for 2009-02-20 [del.icio.us]
  • : Links for 2009-02-19 [del.icio.us]
  • : Links for 2009-02-18 [del.icio.us]

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.