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
S

samuelms

@samuelms
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to crash VS 2010 in 20 lines of code...
    S samuelms

    This thread became my new google status: "How to crash VS2010[^]" Very cool find. Hard to believe even, I had to try it for myself. :D

    The Lounge visual-studio com beta-testing help tutorial

  • Firefox 5 vs IE9 on MSDN
    S samuelms

    Well met. :) I hadn't considered that, but I agree.

    The Lounge visual-studio help csharp

  • Firefox 5 vs IE9 on MSDN
    S samuelms

    I can barely stand using IE. At least MS is finally making an effort to follow web standards (yeah). Despite my dislike for IE, what you're describing is really odd. The database transactions happen server side, so IE's only job is to submit a POST request with your data inside and the server should take care of the rest. Obviously something got submitted if your account was charged $1. The server side behavior should be unaffected by the browser UNLESS IE and firefox submitted different data (for instance, IE didn't pick up on one of the form fields for some reason...) Firefox is awesome. I love all the extensions in it. Easily my browser of choice for web development. However, more and more I've been using Chrome b/c it's crazy fast - but I still use firefox if I'm doing web development. No browser can beat firefox's developer tools (firebug, web developer extension, etc...).

    The Lounge visual-studio help csharp

  • Why is .NET so popular? (Serious Question)
    S samuelms

    I've asked myself that several times. Java used to be my favorite programming language before I switched to .Net. The first draw for me was how easy putting together a GUI (win app) was. In Java this took significantly longer 5 years ago, although Java does have nice layout containers that .Net does not out of the box. I think other draws are other language features. Getters / Setters, Delegates, LINQ (big for a lot of people now). I like the Asp .Net model over any other web framework, and its nice that the code behinds are in a .Net language. WPF is also a very powerful framework that uses .Net as well as Silverlight. I'd be interested to hear why others are drawn to .Net over say Java or another language.

    The Lounge csharp help question c++ java

  • Thread.Join() and GUI
    S samuelms

    As others have said, I also recommend the BackgroundWorker, b/c it works very well and was designed to be used in conjunction with a UI. I'm curious, however, why you need a background thread at all if you do not want your GUI to be responsive. You could just do everything in the main thread if you don't want the GUI to be responsive. Also, have you considered setting Enabled = false on controls you do not want the user clicking (since you don't want them messing with things). An easier mechanism is to put controls in a panel (or container) and set Enabled = false on the panel (or container). This way the GUI is still responsive (no stupid white "not responding" window) but the user can't update / click fields either.

    C# question mobile design help tutorial

  • Being bad at math
    S samuelms

    Instead of thinking of rows as being either even or odd, why not call them "RowStyle" and "AlternatingRowStyle" similar to microsoft's asp .net gridview. Now I'm not not promoting microsoft or it's gridview, I just agree with the naming convention.

    The Lounge question csharp database wpf com
  • Login

  • Don't have an account? Register

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