Search

You searched for the word(s): userid:30449

Matching Posts

  • Sound card recommendation for Windows Server 2008

    Hi All I am using Windows Server 2008 and am using Creative Sound blaster X-Fi -- which I have found out Im unable to get drivers for. So does anyone have a suggestion for a sound card that works well with Windows Server 2008? Thanks
    Posted to Free For All (Forum) by mckelt on 4/6/2009
  • Re: Email Server supporting IMAP/POP3/SMTP

    Ive used this before http://www.lumisoft.ee/lswww/ENG/Products/Mail_Server/mail_index_eng.aspx?type=info
    Posted to Free For All (Forum) by mckelt on 2/17/2009
  • Re: E-Commerce Solution Suggestions

    check out http://dashcommerce.org/ or http://www.nopcommerce.com
    Posted to Free For All (Forum) by mckelt on 11/7/2008
  • Re: Word Document Creation in ASP.NET

    Have a look at WordML http://www.codeproject.com/KB/office/Generating_Word_Reports.aspx
    Posted to Free For All (Forum) by mckelt on 9/4/2008
  • Re: OR/M and data access

    Hi I have never had to touch any xml files -- Castle Active Record does all this using Attributes and essentially hides this away. For my first project I originally designed my DB schema first and then used Code Smith Active Record templates to generate the classes from my schema. (I usually do this the other way around now and call ActiveRecordStarter.CreateSchema(); which creates all my tables/relations) But you may be best of having a look at this http://using.castleproject.org/display/Contrib
    Posted to Architecture (Forum) by mckelt on 9/1/2008
  • Re: OR/M and data access

    Here is a quick example of a class in Castle Projects Active Record wrapper for NHibernate (there is no xml files required for this) here is an example class [Serializable] [ActiveRecord] public class SuperHero { private int _superHeroId; private string _realName; private string _superHeroName; private ISet _superHeroPowerList = new HashedSet(); [PrimaryKey(PrimaryKeyType.Identity)] public int SuperHeroId { get { return _superHeroId; } set { _superHeroId = value ; } } [Property] public string RealName
    Posted to Architecture (Forum) by mckelt on 8/27/2008
  • Re: OR/M and data access

    Check out Castle Active Record -- a open source wrapper around a NHiberbate -- http://www.castleproject.org/ The Castle ActiveRecord project is an implementation of the ActiveRecord pattern for .NET. The ActiveRecord pattern consists on instance properties representing a record in the database, instance methods acting on that specific record and static methods acting on all records. Castle ActiveRecord is built on top of NHibernate , but its attribute-based mapping free the developer of writing XML
    Posted to Architecture (Forum) by mckelt on 8/27/2008
  • Re: Learning from others

    check out http://www.castleproject.org/ It offers a proven MVC platform in monorail and also uses Active Record around NHibernate. Also check out Alt.Net AltNetPedia ALT.NET - Alternative tools and approaches to mainstream .NET
    Posted to Free For All (Forum) by mckelt on 8/12/2008
  • Re: CMS

    http://csharp-source.net/open-source/content-managment-systems
    Posted to Free For All (Forum) by mckelt on 8/12/2008
  • Re: What is the Best Free IIS asp.net Blog Software?

    http://www.dotnetblogengine.net/
    Posted to Free For All (Forum) by mckelt on 8/4/2008
Page 1 of 31 (306 items) 1 2 3 4 5 Next > ... Last »