Archive | Visual Studio 2010 RSS feed for this section

Visual Studio 2010 Beta extended


What does that mean?  It means a Release Candidate will be made available sometime in February 2010 with a “Go Live” license. Microsoft is moving the launch of Visual Studio 2010 and .NET Framework 4 back a few weeks.  You can read more about this from Soma Segar’s or Scott Gu’s blog postings. Technorati Tags: […]

Continue reading

Posting my PowerPoint Slide Decks


Sorry for the delay but here are the slide decks for the presentations I did recently: Ottawa Windows Server User Group — November 19th, 2009 SharePoint 2010 for the IT CommunitySlide Deck Microsoft Federal SharePoint Users Group (Ottawa) — Tuesday Nov 24th, 2009 SharePoint 2010Slide Deck Ottawa .NET Community — Tuesday Dec 8th, 2009 What’s […]

Continue reading

DevTeach in Montreal Day 1


DevTeach :: Training you can’t get any other way.    I am in Montreal this week attending DevTeach, there are so many interesting topics here it was hard to decide which ones to go and see.  The following tracks are being offered:   Web Development .NET Track Agile Track Software Architecture Life Cycle Silverlight 2.0 SQL […]

Continue reading

New .NET Logos, just in time for PDC


Here is the rationale for the updated logo from Microsoft: We needed a logo that was in sync with the key values that we want .NET to stand for: consistency, robustness and great user experiences. We also wanted a logo that conformed to the design principles that are driving Microsoft’s brand identity evolution and is […]

Continue reading

TechDays Early Bird Registration Extended


The TechDays Canada 2008 tour has great sessions on Web and Windows development to help you stay current. Microsoft has extended the Early Bird Registration for TechDays to October 29th. Hurry and sign up now! Technorati Tags: techdays_ca

Continue reading

PageMethods and Firebug


  Last night I was debugging an error in a Virtual Earth javascript library about PageMethods, I doubled checked everything and my method was decorated correctly, it was public and static….still no help IE kept giving me an error.  It turned out the error was extremely misleading. I downloaded FireFox installed Firebug into it and […]

Continue reading

ASP.NET 3.5 Extensions Preview


  The ASP.NET 3.5 Extensions Preview is a preview of new functionality being added to ASP.NET 3.5 and ADO.NET. The release includes an ASP.NET MVC, ASP.NET Dynamic Data, Silverlight controls for ASP.NET, ADO.NET Data Services, Entity Framework runtime, and new features for ASP.NET AJAX. Information and Download Technorati Tags: Visual Studio 2008, ASP.NET 3.5

Continue reading

.NET Framework Service Packs Released


  Download the Microsoft .NET Framework 2.0 Service Pack 1 (x86) Download the Microsoft .NET Framework 2.0 Service Pack 1 (x64) Microsoft .NET Framework 2.0 Service Pack 1 provides cumulative roll-up updates for customer reported issues found after the release of Microsoft .NET Framework 2.0. In addition, this release provides security improvements, and prerequisite feature […]

Continue reading

.NET Framework 3.5 Common Namespaces and Types Poster


  Microsoft has released the updated poster, now if only I knew someone with a really big printer 😉

Continue reading

Nullable Types


Today I got an opportunity to try out the Nullable Types in the .NET Framework 2.0 We had a class inside an application I was working on which basically wrapped a DateTime value called SimpleDate and allowed the developer to treat it like an object.   public class SimpleDate{private DateTime simpleDateValue;public SimpleDate(){}public SimpleDate(DateTime newDate){this.simpleDateValue = […]

Continue reading