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

Tad McClellan

@Tad McClellan
About
Posts
470
Topics
113
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What is an archetect?
    T Tad McClellan

    Seems like a silly question but it can't be just a really good programmer. It can't be just someone who knows what a service layer and generic repository pattern or GOF patterns can it? If your an Architect does that also mean you know something about the code, the infrastructure, Deployment too? Do you take into account testability? Or is an architect just someone who knows good SOLID coding practices and such?

    <a href=http://www.tadmcclellan.com>TadMcClellan.Com

    Design and Architecture question sysadmin com regex architecture

  • Coming Home
    T Tad McClellan

    In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

    TadMcClellan.Com

    The Lounge asp-net csharp com architecture question

  • Why Linq to SQL?
    T Tad McClellan

    Just getting back into some of the newer stuff from MS. I can't figure out why LINQ to SQL exists. I always thought query's should run in the DB in stored procs and not be in code. Essentually LINQ to SQL is a hard coded SQL Query. I thought this was bad form. What am I missing?

    TadMcClellan.Com

    LINQ database csharp linq com question

  • Why does Microsoft do this to me
    T Tad McClellan

    So each version of Silverlight that comes out I take a look and see how the technology is progressing. I finally got to SL4. This may be user error but I'm really frustrated with the data access. I first tried POCO, using my own objects from the server. Got those passed through WCF and bound but then you can't use the DataAnnotations (I like the ID of having the validations for the data where the data lives in the class) when you bind on the client. Then I went to the WFC Data Service model using MVVM. Looked good but then guess what, same issue. Lastly I went to RIA but couldn't figure out how to add an object on the client. Evidently MS didn't build my Insert function on the Domain Service. So I went to go look for myself. So many generated functions with odd attributes my eyes hurt. I’ve looked at videos which all simply just edit objects but don’t add anything. But if they would I can get the DataAnnotations working with RIA but I have to do this kludgy Metadata object. So is there a better way or am I doing something wrong? I hate MS generated black boxes because they tend not to work for real applications and then when something does go bump in them you spend hours on google researching only to find out you are so in bed with them you have to wait till next release to get it fixed. I’m just about to create my own Data layer architecture for working with SL but before I do I thought I would do a sanity check with the guru’s. What did I miss? Is there a better way?

    TadMcClellan.Com

    WPF architecture help question announcement csharp

  • Stupid Idea of the day
    T Tad McClellan

    So I won't say who exactly so as to protect the stupid... I was presented with a problem of how to load test a network connection in China. The suggested solution was to hire 30 people to sit in a room and hit enter all day long on a URL. Not kidding you! I told them if they would instead just set up a machine and let me remote into it and set up a load test with VS2008, that would be a better if not cheaper option. Its stuff like that that makes this profession fun. Still, sounds like something that would happen to Dilbert in Elbonia.

    TadMcClellan.Com

    The Lounge com sysadmin help tutorial

  • Home/Work Paradox
    T Tad McClellan

    I've been working at home all week supporting a release we are doing in China staying up till 3 AM and then working all day. I now feel like a caged monkey. Its been fun being around the family and my wife is really good about keeping the place quite so I can think. But I've got to get out of here.

    TadMcClellan.Com

    The Lounge question

  • Spell checking a web site?
    T Tad McClellan

    Most 3rd party control makers have one to buy.

    TadMcClellan.Com

    The Lounge career com testing beta-testing question

  • Unicode testing
    T Tad McClellan

    No thank God!

    TadMcClellan.Com

    The Lounge com testing beta-testing help

  • Unicode testing
    T Tad McClellan

    Just unicode. The point is that If Chinese works then English will work. Thats what happens when non-techinical people start making decisions about the technology.

    TadMcClellan.Com

    The Lounge com testing beta-testing help

  • Unicode testing
    T Tad McClellan

    Thats the French for you...:-)

    TadMcClellan.Com

    The Lounge com testing beta-testing help

  • Unicode testing
    T Tad McClellan

    So I just got out of a meeting where the testers said it would take longer to test the product because they needed to test it once with English and once with Chinese characters to make sure it was unicode compliant. When I told them that if they just test it with Chinese they should be fine. They objected to that idea because then how would you know it works for English!!! Then someone had the bright idea that well maybe we need to test for more then one language to make sure its unicode so lets through Japanese and Korean in the mix. Seriously I feel like I'm stuck in a Dilbert cartoon.

    TadMcClellan.Com

    The Lounge com testing beta-testing help

  • PLEASE HELP UREGENTZ!!! (VisualSVN problems)
    T Tad McClellan

    Wow. What a nightmare!

    TadMcClellan.Com

    The Lounge csharp database sysadmin help com

  • Code Project Wins Visual Systems Journal Award (again)
    T Tad McClellan

    They should start calling this award the codeproject.com award. Congrats CP!

    TadMcClellan.Com

    The Lounge question announcement learning

  • To WAR!!!
    T Tad McClellan

    Time to invade Canada! It's official! They have sent their geese to attack our airplanes! http://www.cnn.com/2009/US/02/12/hudson.plane.geese/index.html[^]

    TadMcClellan.Com

    The Lounge html database com

  • Linq + SQLMetal = Cool...
    T Tad McClellan

    I'm working on a linq project now. Trust me, the time you save by having MS do your data access code seem very small compared to the time you spend screaming at your IDE when something doesn't work and you have no idea as to why or what is wrong. I hate programming against a black box.

    TadMcClellan.Com

    The Lounge csharp database visual-studio sql-server linq

  • Americans Crap at Spelling! [modified]
    T Tad McClellan

    Yeah, At times. Hell hath no furry like an English major scorned

    TadMcClellan.Com

    The Lounge html performance announcement

  • Americans Crap at Spelling! [modified]
    T Tad McClellan

    I am the walking embodiment of this. I can't spell for s!@#. We wife, however, would wipe the floor with just about anyone when it comes to spelling.

    TadMcClellan.Com

    The Lounge html performance announcement

  • Well that's £2M well spent
    T Tad McClellan

    :-)

    TadMcClellan.Com

    The Lounge announcement

  • Well that's £2M well spent
    T Tad McClellan

    Yeah, sounds like the stimulus package we are doing in the US. I'm sure their is a giant horse in there somewhere.

    TadMcClellan.Com

    The Lounge announcement

  • Silverlight in Enterprise App
    T Tad McClellan

    Read this after my reply... Completly agree though.

    TadMcClellan.Com

    The Lounge csharp wpf winforms business collaboration
  • Login

  • Don't have an account? Register

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