code first, ask questions later

Author

Luke Lowrey

I drink beer and build web and mobile apps (in that order).

  • About
  • Contact

Blog

  • Code
  • Database
  • Mobile
  • Web
  • Web Services
Follow @lukencode
Subscribe
Google+

Tag Archives: open-source

NetBash – An Alternative to Endless Admin Pages in Asp.Net Web Applications

Posted on December 11, 2011

Tweet One thing that always annoys me when working on a web app is having to write those inevitable pages full of admin functions some of which are just a single button. When hacking up one such page I had a thought – a plug in library providing a command line for your web app [...]

Posted in Code, Web | Tagged netbash, open-source | 22 Comments

Fluent Email in .NET

Posted on April 11, 2010

An Open Source Fluent Email class for .Net. Uses System.Net.Mail to send emails either synchronously or asynchronously.

Posted in Code | Tagged .net, email, open-source | 12 Comments