Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » .NET   (RSS)
UITableView Example Code
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...
Some VS 2010 RC Updates (including patches for Intellisense and Web Designer fixes)
[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...
A few announcements for those in the UK
[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...
No Intellisense with VS 2010 RC (and how to fix it)
[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...
Extension Methods make life easier (C#)
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...
Sydney Architecture User Group – WPF Architecture
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...
Patch for VS 2010 RC Intellisense Crash Issue Now Available
[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...
The difference between IBM and Microsoft is still true after all these years
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...
Intellisense Crashing fix for VS 2010
[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...
LIDNUG Online Chat with Me on Thursday Feb 11th
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...
VS 2010 / .NET 4 Release Candidate
[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...
jQuery 1.4.1 Intellisense with Visual Studio
[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...
Built-in Charting Controls (VS 2010 and .NET 4 Series)
[ 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...
ASP.NET MVC 2 (Release Candidate 2) Now Available
[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...
VB.NET Conversions
  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...
More Posts Next page »