Browse by Tags
All Tags »
.NET (RSS)
UI TableView Example Code . There appears to be some confusion between myself and wiley/wrox about my source code. Our email server crashed last fall, so I have no idea what happened. I just know that I have gotten a few Tweets on Twitter.com about the
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] We are continuing to make progress on shipping Visual Studio 2010. I’d like to say a big thank you to everyone who has
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This a quick post to announce a few upcoming events for those in the UK. I’ll be presenting in Glasgow, Scotland on March 25th
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Patrick recently posted about something he found odd when installing the VS 2010 RC – which was that code intellisense for
Read More...
I use extension methods when I remember they exist. I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier! Some great...(
Read More...
Bit short notice for a blog post but eminent WPF expert Paul Stovell will be presenting on WPF Architecture at the Sydney Architecture User Group on thursday 25th February. (Full details here ) Here is the abstract: .NET 4.0 will mark the fourth release
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Last week I blogged about an intellisense crashing issue that is unfortunately in the VS 2010 RC. Crash Symptom If you
Read More...
When I worked at The Coca-Cola Company in Atlanta, I remember a discussion regarding the difference between IBM and MIcrosoft. IBM can get you from point A to point B and take care of you all through the trip. You can be first class on a plane, a private
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] We shipped the VS 2010 RC on Monday , and have seen some great feedback regarding performance and stability with it. One issue,
Read More...
Today we opened up the VS 2010 RC for everyone to download. You can download it here . Jason Zander (who runs the Visual Studio team) has a good blog post that summarizes a lot of common questions about it here . As I mentioned in my blog
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This afternoon we made available the VS 2010 and .NET 4 release candidates. You can find download links here . Right
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] A few people have emailed me recently asking about the availability of a Visual Studio –vsdoc intellisense hint file for jQuery
Read More...
[ In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This is the fifteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers
Read More...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Earlier this evening the ASP.NET team shipped ASP.NET MVC (Release Candidate 2) for VS 2008/.NET 3.5. You can download
Read More...
There was some discussion around the office which touched on the topic for the best method for object conversion in VB.NET. Given this (typical) pattern: 1: Dim sneakers As Cat = CType (Factory.GetObject(someKey), Cat) 2: 3: If (sneakers
Read More...