UPDATE (12/17/2007): My blog has moved. This post is now located at: http://jason.whitehorn.ws/2... Today I just discovered Google's custom search engine program, and quickly setup a .NET Search Engine. I have restricted the list of sites to those that cater to .NET topics including non other than geekswithblogs, in addition to others. Let me know what you think...
UPDATE (12/17/2007): My blog has moved. This post is now located at: http://jason.whitehorn.ws/2... In my last post about NHibernate I mentioned using NHibernate.Mapping.Attributes to simplify things. Since my last post I have had the need to store rather large text data in a SQL Server Text field. My initial attempt was to simply create a C# string property that represented the field as such: [NHMA.Property(Name="SomeDa... public string SomeData { get { return...