ASP.NET News from Blogger:
Wayne Brantley
Total News: 11
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...
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...
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 (...
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 ...
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 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...
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...
[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 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...
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...
[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