Sign in
|
Join
|
Help
in
Current Tags
Dot Net Tricks
Member Blogs
(Entire Site)
Fort Worth .NET Users Group
Home
Blogs
Forums
Downloads
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
Deleting all records in all tables in the entire database using NHibernate
ASP.NET MVC - Multiple buttons on a single form.
Giving up on the community
Introducing SNARF
I'm part of an open source project!
Tags
Agile
Codesmith
Databases
General Programming
News
O/R Mapping
OOP
Rants
Sql Server
Web Development
Archives
January 2010
(1)
May 2009
(1)
February 2009
(2)
January 2009
(1)
December 2008
(5)
August 2008
(1)
May 2008
(1)
March 2008
(3)
February 2008
(1)
January 2008
(2)
December 2007
(1)
Dot Net Tricks
Browse by Tags
All Tags
»
OOP
(
RSS
)
Agile
Codesmith
Databases
General Programming
News
O/R Mapping
Sql Server
Web Development
Deleting all records in all tables in the entire database using NHibernate
This is a great little code snippet I thought I'd share. Before each one of my NUnit or NBehave tests, I clear out all the records from the database using NHibernate. Unfortunately, NHibernate's HQL doesn't seem to do cascade deletes, so you...
Posted
Jan 19 2010, 08:43 AM
by
Software Theosophy
Filed under:
General Programming
,
OOP
,
O/R Mapping
,
Sql Server
,
Databases
Giving up on the community
I know nobody reads my blog anyway, but I still feel the need to comment (rant) to the blogosphere. The back story goes like this. Joel Spoelsky said some pretty irresponsible things in an interview, calling SOLID principles bureaucratic and saying "...
Posted
Feb 14 2009, 08:34 PM
by
Software Theosophy
Filed under:
General Programming
,
Web Development
,
Agile
,
OOP
Introducing SNARF
I'm now part of two open source project, although this one I really want to be hands off. So if anyone is interested in taking it over, feel free. Here's a description from google code: SNARF (Simple, Nhibernate, ActiveRecord Framework) This is...
Posted
Feb 02 2009, 05:10 PM
by
Software Theosophy
Filed under:
General Programming
,
News
,
OOP
,
Codesmith
,
O/R Mapping
,
Sql Server
,
Databases
Found some good code today
I'm hoping this won't offend any of you out there, but most of us developers write crappy code. I'm not fully sure why this is, but even if the database isn't a steaming pile of horse poo, the code usually is. There's often a lot of...
Posted
Dec 21 2008, 04:01 PM
by
Software Theosophy
Filed under:
General Programming
,
Agile
,
OOP
,
O/R Mapping
,
Databases
My current architecture
For the six or seven of you in the world that actually read my blog, you've noticed that i've been pretty quiet lately. So while i'm chomping down breakfast before work, I thought I'd give you a rundown on what i've been doing lately...
Posted
Dec 10 2008, 08:22 AM
by
Software Theosophy
Filed under:
General Programming
,
Web Development
,
Agile
,
News
,
OOP
,
O/R Mapping
,
Sql Server
,
Databases
ASP.NET Sucks and It DOES Matter
This is partially in response to this somewhat infamous article by Jeff Atwood: http://www.codinghorror.com/blog/archives/001119.html In this Jeff mentions that although PHP as a language and platform sucks, it doesn’t matter. Its low barrier to entry...
Posted
Aug 03 2008, 08:13 PM
by
Software Theosophy
Filed under:
General Programming
,
Web Development
,
Agile
,
OOP
FWDNUG Meeting Notes and Slides
Thanks to Stephen and the other members at the Fort Worth .NET User Group for having me speak. I enjoyed it and hopefully my audience did too. I'm sorry this has taken a while to post, but as promised I have all the slides and a list of resources...
Posted
Mar 25 2008, 08:56 AM
by
Software Theosophy
Filed under:
General Programming
,
News
,
OOP
,
O/R Mapping
,
Databases
I'm speaking at the Fort Worth .NET user group
On March 18th I'll be speaking at the Fort Worth .NET user group at Justin Brands. The topic will be a favorite of mine: O/R Mapping Patterns and Tools. Come by say hello or throw tomatoes. Info is below: http://fwdnug.com/blogs/meetings/archive/2008...
Posted
Mar 12 2008, 08:11 AM
by
Software Theosophy
Filed under:
General Programming
,
News
,
OOP
,
O/R Mapping
,
Sql Server
A little reflection
This is just a quick post. The other day, I needed to take all fields from a business object called QuoteLead which represents a Sales Lead for an insurance quote, and send it to to another system in a name/value format to post via HTTP. This is because...
Posted
Jan 09 2008, 08:50 AM
by
Software Theosophy
Filed under:
General Programming
,
OOP
,
Codesmith
,
O/R Mapping
Missing Query String Parameters and What To Do About Them
When you're writing code in an asp.net page (or any other type of page) you often come across situations where you need to know what to do should the user tamper with the query string parameters. I won't go into security issues here like sql injection...
Posted
Dec 06 2007, 07:36 PM
by
Software Theosophy
Filed under:
Web Development
,
OOP
Copyright FWDNUG 2008