Tilt-logo

Things I Learned Today - our daily eureka-moments

Carr
proppi
Edland
feenyx
Programming .NET VS2010 Web Windows VS2012 S3 Search SQL SqlMetal Accessibility Amazon Android App BBQ EBS EC2 Exchange Food Garmin Geocaching GPS Grill Java Linq Lucene MVC PowerShell
Showing posts tagged "VS2010" Show all  
  Page 1 of 1

Visual Studio IDE navigator stuck? - Carr, 29.11.2012

Using Ctrl+Tab in Visual Studio lets you flip through open files, but under certain conditions it gets "stuck". Here's how to unstick it.

Adding remote SQL servers as data sources in Visual C# 2010 Express - Carr, 06.09.2011

Visual C# 2010 Express won't let you access remote SQL servers through the database explorer. Skip the explorer and use SqlMetal.exe instead.

Consuming webservices in VS2010 - Carr, 29.08.2011

Your webservice functions aren't gone, just wrapped in the ServiceSoapClient proxy class. Sneaky.