David Hayden's Image
More about this blog
Latest Post
28 Apr 2010
Total Posts
17
Readers
86
Liked
0
Disliked
0
Views-Per-Post
05.06
vote up
0
vote down

ASP.NET MVC and AJAX Presentation - May Sarasota Web Meeting!

Sarasota Web Developer Group will be discussing ASP.NET MVC and AJAX at the next meeting on Tuesday, May 18 at 6pm!!!!!
 
David Hayden
Apr 29 2010 01:07 AM
vote up
0
vote down

Presenting Enterprise Library 5 in Sarasota Florida

Presenting Enterprise Library 5 at next Sarasota .NET Developer Group Meeting!
 
David Hayden
Apr 28 2010 10:37 PM
vote up
0
vote down

Download Visual Studio 2010 Express or Professional

Download Visual Studio 2010 Express for free or Visual Studio 2010 Professional on a trial basis starting today.
 
David Hayden
Apr 12 2010 11:50 PM
vote up
0
vote down

ASP.NET 4 Html Encoded Code Expressions

Properly encode your ASP.NET Web Form Pages with the new Html Encoded Code Expressions in ASP.NET 4. Say goodbye to javascript injection.
 
David Hayden
Mar 28 2010 08:08 PM
vote up
0
vote down

GetRouteUrl - Get URL for Route in ASP.NET 4 Web Forms Routing

Use GetRouteUrl in ASP.NET 4 Web Forms to get a url using a named route and route parameters. Very useful for GridView databinding and Page Lifecyle Events.
 
David Hayden
Mar 28 2010 06:03 PM
vote up
0
vote down

Sarasota Web Developer March Meeting Recap - Florida Web Development

Another awesome Sarasota Web Developer Group meeting teaching ASP.NET MVC, ASP.NET Dynamic Data, Castle ActiveRecord, SQLite, and NHProf!!!
 
David Hayden
Mar 26 2010 11:24 PM
vote up
0
vote down

Download ASP.NET MVC 2 RTM, Source Code and Futures

Download the ASP.NET MVC 2 RTM, Source Code, and Futures Assembly now.
 
David Hayden
Mar 12 2010 08:07 PM
vote up
0
vote down

ASP.NET 4 Web Forms Routing

A quick look at ASP.NET Web Forms Routing, including MapPageRoute, Expression Builders, RouteParameter with DataSources, RedirectToRoute and RedirectToRoutePermanent.
 
David Hayden
Mar 11 2010 04:29 PM
vote up
0
vote down

What's New in ASP.NET 4 at Orlando Code Camp

Presenting What's New in ASP.NET 4 at the upcoming Orlando Code Camp.
 
David Hayden
Mar 05 2010 11:10 PM
vote up
0
vote down

Sarasota Web Development Group - First Meeting Recap

We had a huge turnout at the first meeting of the Sarasota Web Development Group. The room was packed and the participation was fantastic!
 
David Hayden
Feb 27 2010 09:54 PM
vote up
0
vote down

Leveraging ASP.NET MVC - Web Forms - DynamicData - Castle ActiveRecord

Join us for the second Sarasota Web Developer Group Meeting on Wednesday, March 24, 2010 at 6PM for two jam packed hours of Microsoft Web Development!! Register now. Pizza and beverages provided.
 
David Hayden
Feb 27 2010 09:50 PM
vote up
0
vote down

ASP.NET 4 Search Engine Optimization ( SEO ) Features

The new Page.MetaKeywords, Page.MetaDescription, and Response.RedirectPermanent features in ASP.NET 4 to help with search engine optimization.
 
David Hayden
Feb 20 2010 11:50 PM
vote up
0
vote down

Enterprise Library 5 ConfigurationSourceBuilder and Fluent Interfaces - DAAB Example

Playing with Fluent Interfaces in EntLib 5.
 
David Hayden
Feb 12 2010 09:17 PM
vote up
0
vote down

LINQ and Deferred Execution using Iterators and Enumerable.Range

Thinking out loud on the value of LINQ in terms of deferred execution, iterators, and just-in-time processing.
 
David Hayden
Feb 09 2010 10:06 PM
vote up
0
vote down

Default Values in ASP.NET MVC Action Parameters

Use the DefaultValue Attribute to set default values on optional parameters in ASP.NET MVC 2 actions. In C# 4 you can skip the attribute and just set the default value.
 
David Hayden
Feb 06 2010 11:33 PM
vote up
0
vote down

IResultSetMapper in Enterprise Library 5 DAAB

Quick example of a custom IResultSetMapper for use with Enterprise Library 5 Data Access Application Block.
 
David Hayden
Feb 04 2010 07:49 AM
vote up
0
vote down

IRowMapper via MapBuilder and Mapping Properties in EntLib 5 DAAB

Specifying a custom IRowMapper when using the DAAB.
 
David Hayden
Jan 31 2010 10:03 PM