<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-14055115</id><updated>2025-10-08T15:05:41.048-04:00</updated><title type='text'>Wayne Brantley</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14055115.post-3816248666153468558</id><published>2011-03-08T15:13:00.000-05:00</published><updated>2011-03-08T15:13:25.274-05:00</updated><title type='text'>MVC3 control Profile with action filter</title><summary type="text">Asp.net profile providers are very useful for storing information about a particular user on your website.  When you reference HttpContext.Profile, it is automatically loaded from the database.  If you do not reference the profile, it will not be loaded, which works out great.

Changing and saving the profile is another story.  You setup your profile provider in the web.config.  In that </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/3816248666153468558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/3816248666153468558?isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3816248666153468558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3816248666153468558'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/03/mvc3-control-profile-with-action-filter.html' title='MVC3 control Profile with action filter'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-yd8rp3zI1tw/TWFK_6tzsoI/AAAAAAAAADM/TP8cLvo2ms4/s72-c/Untitled.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-8908115752201257327</id><published>2011-03-08T15:12:00.001-05:00</published><updated>2011-03-08T15:13:05.969-05:00</updated><title type='text'>ASP.NET session state still makes database calls when disabled</title><summary type="text">MVC3 offered us the ability to disable session state in a controller.  This allows the elimination when not using session state.   So, for example - if you have a controller that manages images for you, previously the session would be loaded on each call.  This turns out to be quite expensive. With MVC3, we can now disable that load.

However, even if you use 
[SessionState(</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/8908115752201257327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/8908115752201257327?isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8908115752201257327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8908115752201257327'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/03/aspnet-session-state-still-makes.html' title='ASP.NET session state still makes database calls when disabled'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-pLlgXug1-fE/TWBCdqqq7qI/AAAAAAAAACM/RMPN7sXvYDc/s72-c/Untitled.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-8919978620240561496</id><published>2011-01-17T15:27:00.000-05:00</published><updated>2011-01-17T15:27:14.624-05:00</updated><title type='text'>MVC3 unobtrusive AJAX and default loading image</title><summary type="text">With MVC3&#39;s new unobtrusive AJAX and jquery.unobtrusive-ajax.js, all AJAX calls are mapped through jquery.   You end up with lots of &quot;data-ajax-xxxxxxx&quot; attributes on your Form tag.  Overall this works pretty well.

However, one issue is that _generally_ I want a &#39;loading&#39; image to show on the start of each ajax call and hide at the end.  In order to do that, you must provide the loadingElementId</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/8919978620240561496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/8919978620240561496?isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8919978620240561496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8919978620240561496'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/01/mvc3-unobtrusive-ajax-and-default.html' title='MVC3 unobtrusive AJAX and default loading image'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_UC3l-V5fmFQ/TTH28DYOxAI/AAAAAAAAABs/ulOlUTye-UQ/s72-c/unobtrusiveajax.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-6403982748719077096</id><published>2011-01-16T12:11:00.000-05:00</published><updated>2011-01-16T12:11:07.142-05:00</updated><title type='text'>MVC3 CompareAttribute displays wrong default error message</title><summary type="text">I am glad to see new compare attribute in MVC3.&amp;nbsp; If you do not specify the optional error message for the compare attribute, it will display everything correctly, except for the name of the field you are comparing to.&amp;nbsp; It does not respect the DisplayName attribute of the compared field.&amp;nbsp; For example, if you have this:



The error message displayed will be:


Notice it does not use</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/6403982748719077096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/6403982748719077096?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/6403982748719077096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/6403982748719077096'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/01/mvc3-compareattribute-displays-wrong.html' title='MVC3 CompareAttribute displays wrong default error message'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_UC3l-V5fmFQ/TTMkDvp032I/AAAAAAAAAB0/Q8tDydDahQs/s72-c/compareattribute.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-8919926771062495875</id><published>2011-01-15T11:54:00.000-05:00</published><updated>2011-01-15T11:54:39.922-05:00</updated><title type='text'>MVC3 requires unobtrusive validation if you want jquery validation</title><summary type="text">Reading all the new things about MVC3, it appeared to me they had all these options to &#39;not&#39; enable Unobtrusive javascript.&amp;nbsp;&amp;nbsp; Turns out you really have two choices.&amp;nbsp; You can use msajax style validation (regular or unobtrusive) or you can use jquery validation - unobtrusive style.

If you are like me, you have been doing jquery validation all along, using the alternative script </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/8919926771062495875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/8919926771062495875?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8919926771062495875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8919926771062495875'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/01/mvc3-requires-unobtrusive-validation-if.html' title='MVC3 requires unobtrusive validation if you want jquery validation'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-1836561435229187282</id><published>2011-01-15T11:49:00.001-05:00</published><updated>2011-01-15T15:19:13.311-05:00</updated><title type='text'>MVC3 breaks any manual use of jquery validate</title><summary type="text">If MVC client side validation using model attributes just would not do what you needed it to, you could always turn of client side validation and call validate yourself:

$(&#39;#myForm&#39;).validate({
            rules: {
                myField: {
                    minlength: 5, maxlength: 5, required: true, digits: true
                }
            },
            submitHandler: function (form) {
</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/1836561435229187282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/1836561435229187282?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1836561435229187282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1836561435229187282'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/01/mvc3-breaks-any-manual-use-of-jquery.html' title='MVC3 breaks any manual use of jquery validate'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_UC3l-V5fmFQ/TTIBJYCe_bI/AAAAAAAAABw/xwjsruFklO0/s72-c/jqueryfixes.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-8286674618591717981</id><published>2011-01-15T11:47:00.000-05:00</published><updated>2011-01-15T11:47:12.497-05:00</updated><title type='text'>MVC3 validates hidden fields using jquery validation</title><summary type="text">I am not sure about you, but I rarely, if ever, want to validate a form field that is hidden from view!

Consider the case where you have a several required fields on the screen and the user can take some action that causes some fields to then be hidden.&amp;nbsp; Well, using the default unobtrusive jquery validation, it will still validate those fields.&amp;nbsp;&amp;nbsp; If you do not have a &#39;</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/8286674618591717981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/8286674618591717981?isPopup=true' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8286674618591717981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/8286674618591717981'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2011/01/mvc3-validates-hidden-fields-using.html' title='MVC3 validates hidden fields using jquery validation'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_UC3l-V5fmFQ/TTG-BjhQHzI/AAAAAAAAABk/idp2F7a-3FM/s72-c/hiddenfieldmodification.png" height="72" width="72"/><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-366699743612604395</id><published>2010-07-21T10:18:00.000-04:00</published><updated>2010-07-21T10:18:06.394-04:00</updated><title type='text'>T4MVC add-in and resource compression update</title><summary type="text">The T4MVC add-in and the&amp;nbsp;dot less css add-in add-ins have been officially merged into the chirpy codeplex project. &amp;nbsp; Really love the design time javascript/stylesheet minimization and combination. This is really a great project and one of my favorite add-ins...of course I am not biased in any way. &amp;nbsp;:-)

You can read all about the features of this with Evan Nagle&#39;s latest post here.</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/366699743612604395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/366699743612604395?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/366699743612604395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/366699743612604395'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2010/07/t4mvc-add-in-and-resource-compression.html' title='T4MVC add-in and resource compression update'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-1987819739696374103</id><published>2010-03-17T22:59:00.003-04:00</published><updated>2010-06-02T10:36:54.283-04:00</updated><title type='text'>Style sheet compression and .less add-in...updated with source</title><summary type="text">

6/2/2010 Update - Project enhanced and now on codeplex! &amp;nbsp; http://chirpy.codeplex.com/

Design time minification and .net less for style sheets.Read my previous post on this subject. &amp;nbsp;



http://blog.waynebrantley.com/2009/12/ultimate-automatic-stylesheet-combining.html

Known IssuesIt has been reported that this does not work in &#39;web site project&#39;. &amp;nbsp;I do not &amp;nbsp;use those </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/1987819739696374103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/1987819739696374103?isPopup=true' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1987819739696374103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1987819739696374103'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2010/03/style-sheet-compression-and-less-add.html' title='Style sheet compression and .less add-in...updated with source'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-3257691829377147335</id><published>2010-03-16T20:12:00.006-04:00</published><updated>2011-01-15T10:09:20.903-05:00</updated><title type='text'>T4MVC Add-In to auto run template</title><summary type="text">6/2/2010 Update - Project enhanced and now on codeplex! &amp;nbsp; http://chirpy.codeplex.com/

T4MVC is a fantastic solution to avoid &#39;Magic Strings&#39; in ASP.NET MVC. &amp;nbsp;&amp;nbsp;




Thanks to David Ebbo for this contribution which has made its way to MVCContrib. &amp;nbsp;

Must keep T4 template open and save it once.This has been the only negative thing about the template. &amp;nbsp;I thought about </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/3257691829377147335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/3257691829377147335?isPopup=true' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3257691829377147335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3257691829377147335'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2010/03/t4mvc-add-in-to-auto-run-template.html' title='T4MVC Add-In to auto run template'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-6174675275479247887</id><published>2009-12-31T12:49:00.009-05:00</published><updated>2010-03-17T23:00:47.525-04:00</updated><title type='text'>Ultimate automatic stylesheet combining, minification and .less integration</title><summary type="text">3/17/2010
Update to article here:&amp;nbsp;http://blog.waynebrantley.com/2010/03/style-sheet-compression-and-less-add.html&amp;nbsp;


Combine your stylesheet css files into one file to improve site performance.
We all know this rule, but how do we go about doing this?&amp;nbsp;&amp;nbsp; We could automate this in our build script, but then that means we have to do the same thing in development.&amp;nbsp;&amp;nbsp; So,&amp;</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/6174675275479247887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/6174675275479247887?isPopup=true' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/6174675275479247887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/6174675275479247887'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2009/12/ultimate-automatic-stylesheet-combining.html' title='Ultimate automatic stylesheet combining, minification and .less integration'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_UC3l-V5fmFQ/SzzVwsKWsrI/AAAAAAAAAAU/q5pJLpW1dzM/s72-c/lesscss.jpg" height="72" width="72"/><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-2163471610183120732</id><published>2009-12-07T14:49:00.003-05:00</published><updated>2009-12-19T16:24:30.548-05:00</updated><title type='text'>ASP.NET MVC 2 Beta EditorFor improvements</title><summary type="text">ASP.NET MVC 2 Beta has some great improvements.&amp;nbsp;&amp;nbsp; One of these improvements is the Html.EditorFor extension.&amp;nbsp; Basically, this extension takes data annotations and types information from your model and uses those to generate editors.&amp;nbsp; You MUST use a strongly typed view to take advantage of this!

I am going to give a brief introduction, just to get to my enhancement - for more </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/2163471610183120732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/2163471610183120732?isPopup=true' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/2163471610183120732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/2163471610183120732'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2009/12/aspnet-mvc-2-beta-editorfor.html' title='ASP.NET MVC 2 Beta EditorFor improvements'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-5881822790783381727</id><published>2009-12-07T12:46:00.000-05:00</published><updated>2009-12-07T12:46:05.181-05:00</updated><title type='text'>ASP.NET AJAX calling webservice has exception handling bug</title><summary type="text">[This is a re-post from my previous blog]

When using Microsoft ASP.NET AJAX, you can call any webservice you have enabled with the [ScriptService] attribute.   This webservice could throw an exception, which ends up on the webpage as a javascript alert.   This all works quite nicely, UNTIL you actually deploy such a solution!

    Let&#39;s say you have a webservice that takes an item and returns </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/5881822790783381727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/5881822790783381727?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/5881822790783381727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/5881822790783381727'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2009/12/aspnet-ajax-calling-webservice-has.html' title='ASP.NET AJAX calling webservice has exception handling bug'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-1623331179735414379</id><published>2009-09-21T11:25:00.004-04:00</published><updated>2009-12-07T14:53:43.157-05:00</updated><title type='text'>Develop on iPhone with C# and .net</title><summary type="text">If you have seen Objective-C and did not want any part of it, now there is an alternative!

Use C# and .net on the iPhone with MonoTouch.

Of course you will still need the iPhone SDK and a Mac for development.

9/21 - UPDATE:&amp;nbsp; Screen cast of hello world.</summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/1623331179735414379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/1623331179735414379?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1623331179735414379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/1623331179735414379'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2009/09/develop-on-iphone-with-c-and-net.html' title='Develop on iPhone with C# and .net'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14055115.post-3391161050691585366</id><published>2009-09-17T11:38:00.001-04:00</published><updated>2009-09-17T11:39:04.980-04:00</updated><title type='text'>Web Deployment Project Enhancements</title><summary type="text">[Note:  This is a republish of a blog I wrote 2/8/2006 on a old blog]Deploying a web project has always required some external software and sometimes manual changes/copying/etc.  Thankfully, Microsoft has seen fit to help us with our web deployment scenarios and has created an add-on to Visual Studio 2005 called Web Deployment Project.  If you are not familiar with the product, I would suggest </summary><link rel='replies' type='application/atom+xml' href='http://blog.waynebrantley.com/feeds/3391161050691585366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/14055115/3391161050691585366?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3391161050691585366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14055115/posts/default/3391161050691585366'/><link rel='alternate' type='text/html' href='http://blog.waynebrantley.com/2009/09/web-deployment-project-enhancements.html' title='Web Deployment Project Enhancements'/><author><name>Wayne Brantley</name><uri>http://www.blogger.com/profile/10640873225205821040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>