Adding Speakers Page Template With Converters In Visual Studio 2010 Beta2 (Article 5 of 7)
Monday 25 January 2010 @ 4:20 pm
      Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With  VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]

Adding a Navigation Page to a Silverlight Business Application Template (Article 4 of 7)
Monday 25 January 2010 @ 4:16 pm
    Title Of Each Article Video Included With Each Post [...]

I Love FinalBuilder from VSoft Technologies!
Monday 2 November 2009 @ 5:47 pm
  For the past couple years, I’ve used a product called FinalBuilder from subversion into that directory All My Visual Studio Solutions are built All the config files (web.config,app.config, etc.) are updated with appropriate parameters (connection strings, etc.) The Web Site is copied to the [...]

Visual Studio 2008 Show All Files Does Not Always Work For Me
Friday 30 October 2009 @ 2:30 pm
  Not sure how many times I’ve pressed the “Show All Files” menu choice on a http://flightaware.com/live/flight/AAL16
Comments (0) - Posted in Visual Studio  


How to Automate a Simple Deploy Using DataDude (Visual Studio 2008 Database Edition)
Saturday 24 October 2009 @ 8:38 am
  Not sure why this was hard, but I wanted to make a trivial command file to deploy my database (or any change to it).  For those of you that don’t know the DataDude project, I have to say it’s one of the coolest tools that has come out the Microsoft Visual Studio Team [...]

Awesome Scrum Developer Training coming to Silicon Valley Microsoft Campus
Wednesday 14 October 2009 @ 9:02 pm
  Several years ago, I was invited to a special showing of what was going to be the new SqlServer 2008 database in San Francisco.  I had expected a sales demo but was hugely surprised by the quality of the presenter and his deep understanding of issues facing real developers like us.  Over the [...]

Some Really Cool LINQ to Help Performance and Show Line Thickness
Friday 18 September 2009 @ 10:49 am
  I’ve done a bunch of Lat/Long type mapping programs over the years and one of the problems always ends up around performance.  A common problem is that you keep redrawing the same line over and over and over.  The pixels you are drawing don’t get any darker so all you are doing is [...]
Comments (0) - Posted in LINQ, Visual Studio  


How to Disable Edit/Insert/New Buttons in DetailsView or GridView (ASP.NET 2.0+)
Sunday 6 September 2009 @ 5:27 pm
  So, this is kind of embarrassing, that it took me a while to figure this out.  I have not been doing pure asp.net server control programming for a while, but I figure since it took me a while, maybe there is someone else in the same boat. So, you have a GridView [...]

A New Book on Using MSBuild and Team Foundation Server
Thursday 12 February 2009 @ 12:03 pm
  Inside the Microsoft® Build Engine: Using MSBuild and Team Foundation Build (PRO-Developer): Sayed Ibrahim Hashimi, William Bartholomew: Books

First Experience with Visual Studio 2008 Database Edition, I love it!!!
Saturday 17 January 2009 @ 3:06 pm
As a developer who has spent much of my life doing DBA type work, I really appreciate the simplicity and elegance of what SqlManager to manage my data.  I can continue to do that, then when I’ve made my changes, I can simply connect VS2008 Database Edition to my updated development database and it will [...]

Logging your Sql with LINQ Update Commands. Simple Logging to your Visual Studio 2008 Debugger Output Console
Thursday 4 December 2008 @ 9:13 pm
  So, you want to do an update but are wondering what the hec LINQ is doing.  Turns out it is really easy.  All you have to do is run in the debugger and add the Log option to your data context. Here is an example: DataClassesGeneralDataContext db3pLogicContext; [...]
Comments (0) - Posted in LINQ, Visual Studio  


LINQPad is Totally Awesome at Testing and Writing LINQ Queries
Saturday 20 September 2008 @ 9:25 pm
Google looking for something similar to what I want, then I put it into my application and run it. This has worked pretty well, but it takes a couple iterations to get it right. It occured to me that someone probably has written a LINQ interpreter so I just guessed the name, Ben Albahari, (which [...]

How to find your temporary asp.net executing assemblies location
Monday 18 August 2008 @ 12:22 pm
Seems, I keep forgetting where the temporary files

Building High Performance ASP.NET Web Applications Downloads
Sunday 29 June 2008 @ 1:44 pm

Downloads for my presentation to BAADD titled “Building High Performance ASP.NET Web Applications”.




Multi Level ASP.NET Menu with CSS Friendly Control AdaptersBuilding the New Code Camp Web Site (Part 2)
Monday 19 May 2008 @ 3:38 pm

This article discusses the CSS Friendly Adapters and how they are integraged with the ASP.NET 2.0 menu control. It shows the default html created by a sample menu control without the Friendly Adapters, as well as showing the html created using the Friendly Adapters.



What’s New in Visual Basic 9, Beth Massi at Bay.Net In San Francisco
Wednesday 5 March 2008 @ 10:04 pm

Beth did a great job of presenting new features in Visual Studio 2008 at the Bay.Net Meeting in San Francisco.



Best Practices for Configuring ASP.NET ConnectionStrings and AppSettings in Web.Config
Saturday 23 February 2008 @ 2:25 pm

This article shows a good way to manage connection string and appsettings values in your web.config file. It shows how to use include files and talks about how to set defaults so moving to production from testing or development can be less painful



How to Get the DataItem out of a ListView in Asp.Net 3.5 (compared to Repeater)
Monday 18 February 2008 @ 6:51 am

See how to get the DataItem out of a ListView Control which is part of asp.net 3.5. Compare ListView to repeater in this regard.



Showing and Hiding Hidden Files in Visual Studio 2008
Monday 31 December 2007 @ 9:47 am

In this post, the option for how to show all files in the solutions explorer is demonstrated.

Comments (1) - Posted in Visual Studio  


Bookmarks in Visual Studio 2008 verses Visual Studio 2005
Sunday 25 November 2007 @ 10:39 pm

Bookmarks in visual studio 2008 are not quite what I remember from visual studio 2005. Read on to see what I’ve found.
Comments (0) - Posted in Visual Studio  


Next Page