Creating An ASP.NET RSS Feed, Using Data From SQL Server And HTTP WebHandler
There are a couple of ways to create an RSS feed from a SQL database store. Over at 4GuysFromRolla.com, there’s a post explaining how to create an RSS feed using a regular old ASP.NET Web Form. Another...
View ArticleNew England GiveCamp 2011: What A Weekend!
Last weekend was New England GiveCamp 2011, in which 100+ developers, designers and other volunteers gathered to donate time and skills to some 30 charities who needed IT help. This year, I was project...
View ArticleParent-Child DropDownList Controls In ASP.NET Web Forms (VB.NET)
Some time ago I promised a formspring anon I would do a tutorial on parent / child DropDownList controls in ASP.NET Web Forms. At long last, I’m delivering. (From here on out, I will use “DropDownList”...
View ArticleFixing WordPress 4.4 Responsive Images In Azure Scalable WordPress Installs
Update, 9 February 2016: Looks like Microsoft has corrected this error in its Azure storage plugin, which is mandatory for Scalable WordPress installs. However, if you installed this fix in your...
View ArticleBlue Monday: Azure DevTest Labs Is Generally Available
Another week of not-much-interesting happening in new Microsoft Azure features for developers, save that DevTest Labs is now generally available. Basically, DevTest Labs is a means of quickly spinning...
View ArticleBlue Monday: Diagnose A Sick App Service; ‘Easy Auth’ Gets Easier
Forgot to do a Blue Monday post last week, so this week’s post about Microsoft Azure updates of interest to developers — especially .NET developers — will be a fairly long one. appLens helps diagnose...
View ArticleBlue Monday: List Your SaaS On Azure AppSource
Last week was chock full of new Azure features of interest to developers. List your cloud solution with Microsoft AppSource Microsoft has launched AppSource, a searchable library of off-the-shelf Azure...
View ArticleWorking With The MailChimp API In .NET: The MailChimpManager Class
This is the third in a series of posts about using Brandon Seydel’s MailChimp.NET.V3 NuGet package to access the MailChimp REST API in .NET. Scroll to the bottom of this post for a companion video on...
View ArticleBlue Monday: MySQL Native In Web Apps; Use JSON In SQL Server
New this week in Microsoft Azure service updates of interest to .NET developers: JSON support for Azure SQL Server is generally available. In addition to supporting basic insert and update actions, you...
View ArticleServing Static Content From Azure Storage: Content Delivery Networks Overview
This is the fourth in a series of articles on serving static HTTP files from Azure Storage. While Azure Storage is perfectly capable of serving high-volume, highly available HTTP requests for static...
View Article