January 06, 2009   |  Register  |  Login
 
 

Money I would have
if those email scams
were legit:$9,210,000



 

Archive Minimize
Search Minimize
 
  You are here :- Blog
Welcome To CTRL-ALT-313373 Minimize

Welcome to CTRL-ALT-313373.com, a blog dedicated to things I've learned while wandering through the world of .NET.

Most recent blog entries Minimize
Building and Testing Your Connection Strings
CTRLALT313373.com By dosborn on Wednesday, June 27, 2007

I decided to repost one of my original blog posts on how to easily build and test your connection strings that was quite popular and somehow lost during the transition to the new site.  This method is fairly simple and I use it all the time when I need to build or test out a new connection string.  The first thing you need to do is create a new empty file and call it Test.udl.  Normally I use Notepad to do this, but you can use anything you want.

Once you have done this your file will display the computer icon associated with .udl files and if you double click on the file it will open up the Data Link Properties window.

More...

A wHOLE Lot of ADD Going On
CTRLALT313373.com By dosborn on Friday, June 22, 2007

Scott Hanselman hit the nail on the head with his recent post.  It gave me quite the laugh, but unfortunately it is so true (Just like when I watch Office Space).  I was told the other day by a coworker that I over engineered a solution because I used an httphandler instead of just making a page.  Anyone with a small understanding of ASP.NET should realize that using an httphandler when no content needs to be display is going to be more efficient.  This “page” was going to be hit about every time someone accessed the portal and from what I have come across using an httphandler will increase performance by 5% ...

More...

Using Subversion
CTRLALT313373.com By dosborn on Saturday, June 16, 2007

Like I said in an earlier post I’m currently working on a side project with a couple former coworkers that I hope with become a success.  This project has turned my dining room table into an ad hoc office several evening each week and caused the need to setup a development infrastructure to support the project with the backbone of that being the source control repository.  I decided to use Subversion for the source control repository for the initial reason that it was free, but also because it seems to be fairly highly regarded in the community.  I’ve used both Visual SourceSafe 6.0 and 2005 in the past and whereas I’ve never had any direct complaints with VSS it did always seem to be ...

More...

The Podcasts You Should Be Listening To
CTRLALT313373.com By dosborn on Wednesday, June 13, 2007
Well I’ve definitely by slacking on my blog posts and I’m sure my frequent visitors have been a little disappointed in me. I have managed to get a new style to the site up and I am still trying to get all the content migrated over.
It’s been a chaotic few months for me as I unfortunately have been forced onto a new career path. Professional Edge closed its doors recently due to what I have been told was a large gap in the sales pipeline. I really enjoyed being a consultant there and was disappointed to leave behind the environment and the individuals I worked with. The sudden change has forced me back into the cooperate environment which strangely enough I swore I would never go back to.
Apparently the job market ri ...
More...

Filter Textbox Extender
CTRLALT313373.com By dosborn on Tuesday, April 24, 2007

Well, I feel it is important to put together a toolkit of controls to use when developing for a client.  One of the controls I have created is the Textbox Filter Extender which will allow you to limit a textbox to numeric, alpha, or alphanumeric characters.  I've post the control for anyone to have access to and use.  Free free to check it out over in the development tools section.   If you have any questions, comments, or suggestions for improvements please post them to the proper forum section.

 


Passed! 70-228 - Administrating Microsoft SQL Server 2000 System Administration
CTRLALT313373.com By dosborn on Monday, March 12, 2007

Well I passed the 70-228 exam which means I am one test away from my MCDBA.  The best part of it is that I am done with the SQL tests so now I get to focus on what I prefer more, which is development.  To study I used the Microsoft Press book: MCSA/MCSE/MCDBA Self Paced Training Kit: Microsoft SQL Server 2000 System Administration.  I selected this book simply because it appeared to be the best of the poor quality of books out there.  It was a rather boring read, and the hands on training involved running a bunch of prewritten scripts that were sometimes not explained very well.  I passed though, which is what matters.

   What ...

More...

DST DVR
CTRLALT313373.com By dosborn on Sunday, March 11, 2007

Well I realize that I have fallen extremely far behind and have not finished my tutorial on putting together y DVR setup.  Hopefully I will get to it someday, but now that the steps are no longer fresh in my head it may not happen until I need to build a new box.  If you do have any questions feel free to post a comment and I’ll help you out the best I can.

What I will post about are the steps I need to take to update my box for the new DST settings.  (I hope the energy savings from the change makes up for the pain in that it has been, and the old electronic equipment I have that will now always be off.)

First off check to see what your system is currently set to:

& ...

More...

WWBD
CTRLALT313373.com By dosborn on Sunday, January 07, 2007

    Well, the guy who has taught me everything I know about .NET, Bigyan, has taken off for a month to go back to Nepal to get married, leaving me with some very big shoes to fill while he is gone.  While he is gone I have adopted a new philosophy that I am trying to follow, WWBD, What Would Bigyan Do?
    While working on some bug fixes for a web application that we currently have in pilot testing for a client, I found myself working hard trying to prevent a post back, which I knew is exactly what Bigyan would do to increase the quality of the user experience.  I needed to create a custom validator in ASP.NET and could have easily just made it a server side validation, but this would require a post bac ...

More...

DVR Update
CTRLALT313373.com By dosborn on Friday, January 05, 2007

     Well, I've been slacking on getting the next blog post out on the steps I used to build my DVR.  I will hopefully get time to post the next steps soon, but for now I just wanted to post an updated on my hardware setup.  Like I had posted earlier, I been wanting to increase the memory in the computer.  It started out with 512MB which was working fine, but I am sure the system would suffer if I was recording two shows and watching a recording.  I went ahead and added 1GB more of memory, giving me a total of 1.5GB.  I didn't do any specific benchmark testing, but the picture did seem to look a little better.  I really wanted this memory boost for when I add an HD tuner card to the system, which I hope to do in the next couple months.
     The other thing I added was another fan to the system.  I have been experience system lo ...

More...

DVR Part 1
CTRLALT313373.com By dosborn on Sunday, November 26, 2006

    Well, for sometime now I have been working on building a DVR from a computer.  After several months I am finally at a point where I consider the project done, and I have decided to post a how-to so that others can build one of their own and hopefully bypass a few of the pitfalls that I hit and benefit from my time Googling.
    I chose to build my DVR using MythTV, a Linux DVR platform, and specifically I used the KnoppMyth version.  Why didn't I use Windows Media Center?&a ...

More...