Browse by Tags

Working at Microsoft: Day 1
Well, I have officially been in the Seattle area for about 24 hours. My flight in was fine and yes, the weather was cold and rainy. I'm very happy that I picked up a raincoat before I left. After arriving and checking into my long term housing, I Read More...
Releasing the Source Code for .NET
I was just about to head to sleep when I read this great post by Scott Guthrie. Apparently, Microsoft will be releasing the source code for the BCL (Base Class Libraries), ASP.NET, WinForms, etc. when .NET 3.5 and VS2008 (aka Orcas) is released later Read More...
Developers Love Their Tools...
Seriously, I think there are few things that Developers are more passionate about than the tools and toys they use to code. Carl has compiled a great list of Free Visual Studio 2005 Addins. You can read the list here. The addins that I use on a (almost) Read More...
The Road Not Taken
"...Somewhere ages and ages hence:Two roads diverged in a wood, and I--I took the one less traveled by,And that has made all the difference." -- Robert Frost You may have noticed that I've been more quiet than normal for the past month or two. There is Read More...
Posted 27 September 07 11:33 by Greg | 0 Comments   
Filed under ,
SamuraiProgrammer.Web.UI - v0.5
One of my friends suggested that I should provide a download for all of the little code snippets, controls, etc. that I throw up on my blog so people don't have to constantly copy/paste into their IDE of choice. I thought about it and it sounded like Read More...
String Concatenation
This is an old topic, but as I work with developers more and more, I find that there is still some gray area on this topic. Concatenating strings is probably one of the most comment tasks that most developers perform in their work-lives. If you've ever Read More...
Visibility of Fields Within FormView
A quick trick that I'm sure many of you know. Suppose you had a FormView on a page bound to a datasource. Within that FormView, you have several fields that may or may not contain data. Now, suppose that for whatever reason, your sponsor would like you Read More...
ConfigurationFileWather?
Just something I thought was a bit funny/interesting. I was debugging someone's code earlier today and I happened to glance down at my threads in VS and noticed this: Any idea of what caught my eye?Yup - the text that says: "_ConfigurationFileWatherThread". Read More...
Posted 30 August 07 08:40 by Greg | 0 Comments   
Filed under ,
Scott Hanselman's Ultimate Tool List
Scott has posted his wonderful Ultimate Tool list for 2007. A lot of the great tools that I use on a daily basis were introduced to me via his previous lists. With a lot of the apps, you don't know what you were missing until you fire up one of them. Read More...
Posted 27 August 07 07:53 by Greg | 0 Comments   
Filed under , ,
GridView Grouping and Checkbox Lists
I was helping a co-worker today with one of his screens and realized that it may makea useful little tutorial for all those other folks out there. This was somewhat interesting because it follows up pretty well on my previous postas I talk about saving Read More...
One-to-Many: What is the best way to store the values?
If you've been a developer for any period of time, you have probably come across this question. If you're given a one-to-many relationship in a table, what is the best way to insert those values into a database. For example, let's say that you had a Person Read More...
Input Validation
It seems that I always appear to run into this issue when performing code reviews. As has been well documented in various locations on the web - all input is evil, until proven otherwise. Some people attempt to mitigate this risk by providing dropdowns Read More...
Does Code Recruiting Work?
I was catching up on some of my blog reading this weekend and actually journeyed over to David Hayden'sexcellent blog (more on that later) in a browser window - as opposed to my normal reading in the excellent Windows Live Mail Beta. In any case, I noticed Read More...
Posted 12 August 07 08:50 by Greg | 0 Comments   
Filed under
ASP.NET 2.0: OnClientClick
I've known about this for a while, but I just helped a co-worker that did not know about this nifty new property on buttons - so here's a quick blog entry that I hope will help someone else out in the future. In .NET 1.1 days - when you had processing Read More...
A True Ternary Operator for VB.net
I had a rather lengthy blog entry about a month ago where I talked about the lack of a ternary operator in VB.net. You can read that entry here. Well, as it turns out, Paul Vick posted recently about new language features going into .Net 3.5 and it appears Read More...
Posted 22 July 07 12:59 by Greg | 2 Comments   
Filed under ,
More Posts Next page »