Updating the MultiDayForecast Web Control 07 Mar 2007 00:00 GMT
In December 2004 the National Oceanic and Atmosphere Administration (NOAA) unveiled a
Web service for accessing weather forecasts for locations within the
United States. To demonstrate using this service and Web services in general, I wrote an article titled Display
Local Weather Forecasts with the NOAA's Web Service, in which we built a custom Web control named MultiDayForecast that
displayed weather forecast information.
In the two years since the Display Local Weather Forecasts with the NOAA's Web Service article was authored, the
NOAA has made a few breaking changes to their service, thereby breaking the MultiDayForecast control. I've since updated
the MultiDayForecast control to handle these breaking chnages, as well as making it easier to handle future changes. This
article details the NOAA's breaking changes and the steps taken to update the MultiDayForecast control. Read on to learn more!
Read More >
Source: 4GuysFromRolla Exploring Secrets of Persistent Application Settings 06 Mar 2007 19:35 GMTThe .NET framework makes it easier than ever to create application settings and bind them to controls, but you need to know a few secrets to go beyond basic string settings and avoid problems.
Source: DevX Exploring Secrets of Persistent Application Settings 06 Mar 2007 19:35 GMTThe .NET framework makes it easier than ever to create application settings and bind them to controls, but you need to know a few secrets to go beyond basic string settings and avoid problems.
Source: DevX Quickly Updating the URL in a Web Service 05 Mar 2007 23:36 GMT.NET provides a way to configure the Web reference URL through a config file instead of having to update the Web reference and recompile the project.
Source: DevX Driving Sidebar Gadgets with ActiveX and C# 01 Mar 2007 21:57 GMTAlthough simple Sidebar gadgets are "DHTML applets" with limited functionality, you can enhance them using .NET components exposed as ActiveX controls through COM Interop.
Source: DevX