ASP.NET News from Blogger: Wayne Brantley   Get the feed of: Wayne Brantley

Total News: 11

MVC3 control Profile with action filter

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 yo...

MVC3 unobtrusive AJAX and default loading image

With MVC3's new unobtrusive AJAX and jquery.unobtrusive-ajax.js, all AJAX calls are mapped through jquery. You end up with lots of ""data-ajax-xxxxxxx"" attributes on your Form tag. Overall thi...

MVC3 requires unobtrusive validation if you want jquery validation

Reading all the new things about MVC3, it appeared to me they had all these options to 'not' enable Unobtrusive javascript. Turns out you really have two choices. You can use msajax style validation (...

T4MVC add-in and resource compression update

The T4MVC add-in and thedot less css add-in add-ins have been officially merged into the chirpy codeplex project. Really love the design time javascript/stylesheet minimization and combination. This ...

Style sheet compression and .less add-in...updated with source

Design time minification and .net less for style sheets.Read my previous post on this subject. http://blog.waynebrantley.com/2009/12/ultimate-automatic-stylesheet-combining.html Known IssuesIt has b...

T4MVC Add-In to auto run template

T4MVC is a fantastic solution to avoid 'Magic Strings' in ASP.NET MVC. Thanks to David Ebbo for this contribution which has made its way to MVCContrib. Must keep T4 template open and save it once.T...

Ultimate automatic stylesheet combining, minification and .less integration

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? We could automate this in our build script, but then that means w...

ASP.NET AJAX calling webservice has exception handling bug

[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 exceptio...

ASP.NET MVC 2 Beta EditorFor improvements

ASP.NET MVC 2 Beta has some great improvements. One of these improvements is the Html.EditorFor extension. Basically, this extension takes data annotations and types information from your model and us...

Develop on iPhone with C# and .net

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 de...

Web Deployment Project Enhancements

[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...

View Other bloggers