CodeBetter.Com
CodeBetter.Com

Browse by Tags

  • See you at TheRuntime.com

    I write this post with a mix of excitement and sadness. The exciting part is that I am helping form a new developer community site at http://www.TheRuntime.com . The sad part is that I will no longer be blogging at Codebetter. When Codebetter was first formed, myself and several other bloggers from DotNetJunkies...
    Posted to Eric Wise (Weblog) by Eric Wise on 11-12-2007
  • TechEd Wrapup

    All in all, it's been a pretty fun week so far. My favorite sessions by far were Rocky's architecture session and David Platt's jam packed session on Why Software Sucks . Rocky and David are both very engaging speakers who use humor and make the audience feel comfortable in interacting with...
    Posted to Eric Wise (Weblog) by Eric Wise on 06-07-2007
  • I'll see you at Tech-Ed

    Nuff Said.
    Posted to Eric Wise (Weblog) by Eric Wise on 03-14-2007
  • Calling a Master Page User Control from a Page User Control

    Now if that title isn't a mouthful, I don't know what is. Anyways, this is something mostly for my benefit because I conveniently forget about this little trick and then have to go rooting through my code to remember and I'd rather have Google index it for me. =) So I have this nifty little...
    Posted to Eric Wise (Weblog) by Eric Wise on 01-05-2007
  • New Alienware and Vista

    One of the things I love about my job is that the IT department gets the new toys and our old toys are filtered to the rest of the company. This puts the latest and greatest power machines in the hands of the power users which is the way things should be! I used to get quite offended when the management...
    Posted to Eric Wise (Weblog) by Eric Wise on 12-18-2006
  • System.Transactions MSDTC Issue

    Ready to pull my hair out over this one. Decided to use System.Transactions in my latest project, so being I'm doing my development on my local machine with a dev SQL Server 2005 install on a 2k3 machine I need to turn on MSDTC stuff... So running the code that uses system.transactions on the server...
    Posted to Eric Wise (Weblog) by Eric Wise on 12-06-2006
  • Note to self: Firefox Windows Authentication

    To enable windows authentication on your domain. 1. Open Firefox 2. Navigate to the url about:config 3. Locate the following preference names and put as the value the comma separated values of the address roots. network.automatic-ntlm-auth.trusted-uris network.negotiate-auth.delegation-uris network.negotiate...
    Posted to Eric Wise (Weblog) by Eric Wise on 11-16-2006
  • Codebetter does job searches better!

    It is undeniable that the blogosphere is becoming a prime time source of networking, information, and advertising. With this in mind, we've been watching the evolution of blogging. Authors like Scott Hanselman and Sahil Malik, business owners like Joel Spolsky and Eric Sink all are using the blogosphere...
    Posted to Eric Wise (Weblog) by Eric Wise on 10-10-2006
  • Saving a webform for later

    .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color...
    Posted to Eric Wise (Weblog) by Eric Wise on 09-24-2006
  • Dropdownlist Autopostback in a Datagrid EditItemTemplate

    Here's a fun one I did for the IAmBrilliant project. There are several places in the system where there is entering and editing of address information. So we wanted to come up with a nice little user control that could be shared across pages. (You can download the source page here since community server...
    Posted to Eric Wise (Weblog) by Eric Wise on 07-18-2005
Page 1 of 3 (30 items) 1 2 3 Next >