IBlog<Johan>

Johan Danforth's Blog

Syndication

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » ASP.NET MVC (RSS)
Fill a Select/Option from Json with jQuery
More jQuery and Json… To fill a listbox (select) with items from a Json call. I got this helper class to handle the options/items: public class SelectOption { public String Value { get ; set ; } public String Text { get ; set ; } } A sample action/method...

Posted by jdanforth | with no comments

Filed under: , ,

Json, jQuery and ASP.NET MVC
I’m stacking a few things here related to Json, jQuery and ASP.NET MVC so that I can get to them later on. JQuery to grab some Json when a web page is loaded: $(document).ready( function () { $.getJSON( "/MyController/MyJsonAction" , null ,...

Posted by jdanforth | 1 comment(s)

Filed under: , ,

Running ASP.NET MVC on Your Windows Home Server
Right, so I ran the new Web Platform Installer 2.0 Beta on my WHS and it seems (so far) to have worked out quite well. I created a new MVC website with File->New… and published it over to an MVC-directory on WHS (I have set that up earlier, with a...

Posted by jdanforth | 1 comment(s)

Web Platform Installer 2.0 Beta on Windows Home Server
I’ve been thinking of setting up ASP.NET MVC 1.0 on my WHS and also start learning some Silverlight stuff, so I took a risk, went to the Microsoft Web Platform Installer page and clicked on the Beta 2.0 link. Downloaded the installer, marked ASP.NET MVC...

Posted by jdanforth | with no comments

ASP.NET MVC v1 Source Code Released
Phil twitted that the source code for ASP.NET MVC v1 is available on Codeplex now, so I guess it’ll be released as a proper installer on MSDN any time now. EDIT: …and a few hours later it was on MSDN :) Congrats to Phil Haack and his merry men for doing...

Posted by jdanforth | with no comments

Filed under:

ASP.NET MVC Preview 5 Released
Hey, I'm just helping to spread the word! A sampled a few links and quotes that has already been posted to blogosphere for your pleasure and knowledge. :) Download it here -> http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775...

Posted by jdanforth | 1 comment(s)

Filed under: ,

Auto Postback with Javascript in ASP.NET MVC
I've looked this up twice now so I'm posting it to my blog for future reference and as a quick-tip for others. Say you got a web page with a dropdown/select listbox and you want to reload/auto postback the page when the selection changes. One way to do...

Posted by jdanforth | 4 comment(s)

Filed under: ,

IronRuby with ASP.NET MVC
Now that ASP.NET MVC preview 4 is out, Phil Haack did as promised and made available a working prototype of IronRuby + ASP.NET MVC integration . He wrote: Now that Preview 4 is out, I revisited the prototype and got it working again. I use the term working...

Posted by jdanforth | with no comments

Filed under: ,

Fetching User Details from OpenId via Attribute Exchange
Rob Conery did another excellent episode of his MVC Storefront series the other day where he ripped out his user membership code and replaced it with OpenId. Implementing the whole OpenId protocol yourself isn't necessary as there are some great libraries...

Posted by jdanforth | with no comments

Filed under: ,

ASP.NET MVC Resources
Craig Shoemaker , the host of Polymorphic Podcast (a .NET podcast which is getting better and better all the time), published a great set of resources for ASP.NET MVC which will keep you occupied for hours. Also listen to his shows on MVC. He's got interviews...

Posted by jdanforth | with no comments

Filed under: ,

More Posts Next page »