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
P

Phil Boyd

@Phil Boyd
About
Posts
135
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Question for DB admins, DB architects, etc.
    P Phil Boyd

    I've never really like the migrations. I use a project/raw sql to generate and maintain my databases.

    Phil

    The Lounge database question csharp design performance

  • Question for DB admins, DB architects, etc.
    P Phil Boyd

    There's absolutely nothing in EF that says you have to use the queries it generates. If you see a non-performant query - write the one you want EF to use instead. And EF handles sprocs perfectly well. It has a slight issue with views that EF requires a PK (unique Entity ID) of some kind - but that can be generated as part of the view. If you're going to bash EF - make sure you're aware of the current capabilities - not what is was 6-7 years ago.

    Phil

    The Lounge database question csharp design performance

  • CSS: [ ] selector
    P Phil Boyd

    wait until you find out about the pseudo-selectors like nth-child... :wtf:

    Phil

    The Weird and The Wonderful tutorial css com architecture question

  • If you still have to use C++ with MFC/ATL avoid updating Visual Studio
    P Phil Boyd

    What's soy? Carnivore to the bone!

    Phil

    The Lounge c++ help csharp visual-studio question

  • My favorite Window 10 2004 feature not reported
    P Phil Boyd

    do a search from the start menu - it's part of ease of access.

    Phil

    The Lounge

  • Quotes from Training Manuals (Not programming training manuals)
    P Phil Boyd

    That's why they have "Front Towards Enemy" printed on them, with sights to accurately aim the barrage :-D

    Phil

    The Lounge question adobe help lounge

  • Code as War Crime
    P Phil Boyd

    Naw - then the other developers on the team complain because that's the way they have always done it. The senior developer on the team before you doesn't want to take the time and effort to teach more junior developers better ways of doing things. So in the end - you will rip out all the code you wrote, to replace it with 5X more code/execution paths to be tested :-D

    Phil

    The Weird and The Wonderful database design question workspace

  • So, Windows Phone 7 requires Windows 7/Vista...
    P Phil Boyd

    Go take a look at this link: How to install the Windows Phone Developer Tools on Windows Server 2008. You should be able to figure out how to install the SDK on WinXP from it.

    Phil

    The Lounge ios question

  • Why Windows 7 rocks today [modified]
    P Phil Boyd

    All I want for Chwistmas is my two fwont teeth.... Phil

    The Lounge adobe question

  • Why Wikipedia Rocks!
    P Phil Boyd

    If only I could drink my way thru that list :wtf: Phil

    The Lounge

  • Have you ever had to work apart from your spouse?
    P Phil Boyd

    When I mobilized with the GA National Guard beginning in 2004, ending in 2006: lots of Skype, Windows Messenger, weekend trips home when I was still in the US. You both have to understand that it's by necessity, not by choice, and it will be difficult being apart. But you're doing what you HAVE to do to support your family. Good luck - been there. Phil

    The Lounge question

  • Off to Portugal (Uh'merican and geographically challenged people avert your eyes)
    P Phil Boyd

    Voted a 1 and dang proud of it. I'm an American and dang proud of it. I was born in Germany - spent my younger years growing up in Germany, Holland, and Saudi Arabia. My wife is Colombian, and she adopted my 2 sons (so now they're eligible for dual citizenship). So piss off with the Uh'merican! Phil

    The Lounge csharp c++ php com question

  • What's the most scary thing you know?
    P Phil Boyd

    My ex-wives!!!! Phil

    The Lounge question

  • I see my previous effort didn't go down too well. So take this!
    P Phil Boyd

    Don't forget to tip the waitress :-D Phil

    The Lounge question learning

  • Custom UserControl question.... [modified]
    P Phil Boyd

    Oh man - you are awesome!!!! Phil

    WPF question wpf help

  • Custom UserControl question.... [modified]
    P Phil Boyd

    I have the following custom UserControl: <Setter Property="MinWidth" Value="55" /> <Setter Property="MaxWidth" Value="60" /> <Setter Property="Margin" Value="0,0,5,0" /> Here is the referenced DependencyProperty: public static DependencyProperty UICTypeLabelProperty = DependencyProperty.RegisterAttached("UICTypeLabel", typeof(string), typeof(UICControl), new PropertyMetadata(String.Empty)); public string UICTypeLabel { get { return (string)GetValue(UICTypeLabelProperty); } set { SetValue(UICTypeLabelProperty, value); } } And here is the usage: But I'm not seeing "Responsible" when the control presents itself on the display. What am I doing wrong? I am also seeing this error message in the Output window: System.Windows.Data Error: 39 : BindingExpression path error: 'UICTypeLabel' property not found on 'object' ''BasicViewContext' (HashCode=13769489)'. BindingExpression:Path=UICTypeLabel; DataItem='BasicViewContext' (HashCode=13769489); target element is 'GroupBox' (Name=''); target property is 'Header' (type 'Object') BasicView is the XAML window that is using the control. Thanks Phil -- Modified Thursday, August 26, 2010 3:11 PM

    WPF question wpf help

  • Windows 7 32 or 64 bit?
    P Phil Boyd

    The only problem I've run into has been 32bit vs 64bit applications. Either will run fine on 64bit OS - but most applications have been written against a 32bit model, so they don't play well with 64bit applications. Try syincing your phone against 64bit Outlook - won't work, for example.

    Phil

    The Lounge performance question csharp asp-net visual-studio

  • 21 reasons why English can be tough to learn
    P Phil Boyd

    Time flies like an arrow. -- Depending on which word is emphasized, the sentence has 5 different meanings We drive on parkways, but park on driveways!

    Phil

    The Lounge question com help tutorial lounge

  • For those who were wondering...
    P Phil Boyd

    Nope - 1700 or seventeen hundred :-D

    Phil

    The Lounge learning

  • Hmm Weird
    P Phil Boyd

    Actually - not so wierd: Mixed-race couple give birth to black and white twins - for the second time[^] Check out how they lined up for the photo.

    Phil

    The Lounge html tutorial announcement
  • Login

  • Don't have an account? Register

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