Browse by Tags
All Tags »
ASP.NET (RSS)
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...
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...
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...
[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...
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...
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...
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...
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...
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...
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...
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...
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...
[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...
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...
[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...