Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

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

Browse by Tags

All Tags » ASP.NET   (RSS)
ASP.NET MVC 2 Released
ASP.NET MVC 2 is out. This means, it's released . It's final. Use it. Love it. You can download it directly , or install it (and whatever else you like) with the Web Platform Installer: ScottGu has many details in his post . There's lots of resources Read More...
Viewing all Server Variables for a Site
I often do development, testing or troubleshooting where I want to see all server variables available to a site.  For example, when using a reverse proxy for load balancing, SERVER_ADDR, HTTP_HOST and other variables can change. Whenever I run into Read More...
Events This Week – March 8th, 2010
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest…this list includes events imported from the UGSS event calendar , and all events entered in Community Megaphone are 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...
Video Trip Report: If this is Tuesday, this must be Cairo
This last week over a 7 day period, I went to Munich, Cairo and Dubai. I presented in three keynotes and did a total of 10 sessions. I crossed 12 time zones and missed my kids. I talked to/with/at about 3000 people. I'm utterly shattered. I took some Read More...
The Weekly Source Code 51 - Asynchronous Database Access and LINQ to SQL Fun
You can learn a lot by reading other people's source code. That's the idea behind this series, " The Weekly Source Code ." You can certainly become a better programmer by writing code but I think good writers become better by reading as much Read More...
Getting Started with Windows Azure: Part 2 - Creating a Windows Azure Hello World Application
Follow along as I learn all about Windows Azure. Part 0 – Where do I go to get started? Part 1 - Setting up your development environment Part 2 - Creating a Windows Azure Hello World Application <<<< YOU ARE HERE Below are the steps to create Read More...
Put Missing Kids on your 404 Page - Entirely Client-Side Solution with YQL, jQuery, and MSAjax
I noticed a post over at a blog called " The other side of the moon " where the author suggests that we put pictures and details of missing children on on 404 pages. It's a simple and brilliant idea. Millions of 404s are delivered every day. Read More...
Get Started Quickly with Web App Toolkits
Just saw the following over at Marc Schweigert’s blog : http://www.microsoft.com/web/downloads/webapptoolkits/ “These FREE Web App Toolkits help you complete common web development tasks and quickly add new features to your apps. Whether it’s Bing Maps Read More...
Hanselminutes Podcast 202 - A different way to do ASP.NET WebForms with WebFormsMVP
My two-hundred-and-second podcast is up . I sit down (in my home, actually) with Tatham Oddie to talk about the WebFormsMVP open source project created by he and Damian Edwards.  What does it add?  Can we have the best of both worlds, convenience, Read More...
Scanning for Test implementation classes using StructureMap with xunit
I have an xunit test project that is using hand-rolled stubs as concrete implementations of interfaces. StructureMap is the DI container I'm using. I was looking at the names of my stubs, and they followed the convention of TestXYZ as the concrete implementation Read More...
The Weekly Source Code 50 - A little on "A generic error occurred in GDI+" and trouble generating images on with ASP.NET
I got a nice little Yellow Screen of Death (YSOD) error on some code running under IIS that worked fine when running on the VS Developer Web Server. The error was "A generic error occurred in GDI+" and you know that if an error is generic, it's 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...
Format the email subject in the Elmah Error Logging Module
Elmah error logging modules and handlers for ASP.NET is a great module for logging asp.net errors to many different and configurable repositories.  One of the repositories that Elmah works with is email. You can easily set up Elmah to send emails 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...
More Posts Next page »