Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Todd Carlson

@Todd Carlson
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Straw poll: ORM - worth it for a small project?
    T Todd Carlson

    John Cardinal wrote:

    The reason being is that it's not really ORM at all, it's TOM Table Object Mapping and a single table never properly represents the complexity of a real world object.

    It depends on your approach. For example, I use NHibernate for almost all of my projects. With NHibernate, you can start from tables and generate objects or you can start with objects and generate tables. The former approach generally leads to a TOM feeling, but the latter approach is where the power of ORM lies, imo. I start a new project by modeling the problem with objects - as complex as needed for the task at hand. I then use NHibernate to handle all of the database persistence. While NHibernate does have its limitations, I find that I'm generally able to map my real-world objects quite nicely. While a single table rarely represents the complexity of a real-world object, multiple tables and the relationships between those tables can. NHibernate is great because I don't have to write/maintain any SQL - but I do have the flexibility if needed. It includes a caching mechanism that is configurable and provides lazy loading. In short, once I create my objects, my DAL comes basically for free. The tradeoff? As has been mentioned, there is a learning curve and you have to evaluate whether the increase in 'intellectual complexity' is worth the benefits that ORM provides.

    The Lounge database csharp linq design

  • Readings on Regular Expressions
    T Todd Carlson

    Forget a book - go for this instead: http://www.regexbuddy.com/[^] At $30 - it's pretty cheap and definitely worth it for the amount of head bruises it will save (from banging your head against the wall, of course). Features include: -Get a plain English explanation of what your regex is going to do! -Write regexes (or is that regexi) with a GUI instead of the masochistic way -Test your regexes in 3 different ways: match, replace, split -Get instant code to use your regex in various ways in 12 different languages -Regex debugger -A useful library of regexes for common tasks BTW - I'm not getting paid for this :-D

    The Lounge csharp com question learning

  • Streaming MPEG-2
    T Todd Carlson

    Thanks for the input. I do have access to the server, so I can install SMS. My understanding, however, is that SMS handles Windows Media formats only, and not other formats like MPEG-2 - am I wrong?

    ASP.NET sysadmin windows-admin tools question

  • master page different location
    T Todd Carlson

    What isn't displaying? Does the page load but not display correctly? Or do you get an error? Are you linking in any CSS stylesheets or JavaScript files?

    ASP.NET help

  • Streaming MPEG-2
    T Todd Carlson

    I need to stream mpeg-2 files from Windows Server 2K3 - basic requirement is that the file is gone from the user's system when done playing. Anyone have any experience in this area? Any SDK's or 3rd party tools?

    ASP.NET sysadmin windows-admin tools question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups