ASP.NET MVC
Tag details
Welcome to the 'ASP.NET MVC' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'ASP.NET MVC'.
Latest blogosphere posts tagged “ASP.NET MVC”
-
Dew Drop – November 8, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Massive Search & Replace Among ...2 days ago -
Asp.Net MVC JavaScriptView
Elegant Code —
Authority: 510
For a while now I’ve wanted the ability to generate javascript file like I generate html files. Take a little bit of the power of the WebForm view engine (just a little bit) and give that to me for JavaScript. Why? I have a few reasons. Number one is I want to remove all of my JavaScript from the html, so the ...2 days ago -
Dew Drop – November 7, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio .NET Windows Service Installer and Auto ...3 days ago -
ASP.NET MVC Sudoku Solver
Sayed Ibrahim Hashimi - MSBuild, C#, Visual Studio, Training, and more —
Authority: 103
A while back I had a session on MSDeploy where I demonstrated deploying an ASP.NETMVC Sudoku solver that I wrote a while back. A few people asked me to publish it,so I did you can get it at http://sudokumvc.codeplex.com/ Sayed Ibrahim Hashimi3 days ago -
ASP.NET MVC View Helpers
Sayed Ibrahim Hashimi - MSBuild, C#, Visual Studio, Training, and more —
Authority: 103
Are you using ASP.NET MVC ? If so you may beinterested in an article that Ive just made available on Codeplex publishedto ASP.NET MVC Custom View Helpers .View helpers are usages of extension methods to insert markup into your pages. Forexample = Html.TextBox( "username" ) %> and = ...3 days ago -
First a Django Guy and Now a Microsoft Guy: “Thank You, Rails”
Global Nerdy —
Authority: 542
Platform wars are like monkey knife fights: amusing at first, but regrettable and messy in the end. You don’t see this very often, and it’s a shame: Jacob Kaplan-Moss, co-creator of Django, the Python-based MVC web application framework, wrote a great article titled Thank You, Rails . From the article’s ...4 days ago -
Webinar Replay: Whats New in AJAX and MVC in Q3 2009
Telerik Watch —
Authority: 120
Another day, another Q3 2009 Release Week Webinar . Today we covered whats new in the RadControls for ASP.NET AJAX and the Telerik Extensions for ASP.NET MVC. Literally hundreds of people tuned-in live to see what we are shipping in this release, so a big thanks to all of you for participating in our Q3 2009 release. ...4 days ago -
ASP.NET MVC 1.0 Test Driven Development: Problem – Design – Solution
FileBeta —
Authority: 147
A hands-on journey takes you through the development process of a Web application from concept to production ASP.NET MVC is a new Web development framework created by Microsoft as an alternative to ASP.NET web forms applications. MVC is well suited to testability, and Test Driven Development (TDD) affords you a ...4 days ago -
Why ASP.NET MVC is better – using ‘Hello’ as an example
TuVinhSoft .,JSC —
Authority: 482
In this second post about Hello (the first can be found here), I’m going to use one of the more complex portions of the app, the event front page, to illustrate some of the various parts of MVC which make writing web apps more intuitive.The web app of the Hello project was written in ASP.NET [...]5 days ago -
Telerik Extensions for MVC Unofficial FAQs, Part II
Telerik Watch —
Authority: 120
After we released the first preview of our new UI Extensions for ASP.NET MVC in August , there were naturally many questions surrounding the release. Why is Telerik building MVC Extensions? What does this mean for WebForms? Are the Extensions for MVC really open source? To help address some of the burning ...5 days ago -
Dew Drop – November 4, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio New Article by Bill ...6 days ago -
Html Encoding Nuggets With ASP.NET MVC 2
you've been HAACKED —
Authority: 587
In a recent blog post, I introduced ASP.NET 4’s new HTML Encoding code block syntax as well as the corresponding IHtmlString interface and HtmlString class. I also mentioned that ASP.NET MVC 2 would support this new syntax when running on ASP.NET 4 . In fact, you can try it out now by downloading and ...6 days ago -
ASP.Net MVC Portable Area – Part 4 IoC framework support.
Eric Hexter —
Authority: 410
Part 1 – Introduction Part 2 – Sample Portable Area Part 3 – Using of a Portable Area Part 4 – Using an Inversion of Control Framework. (this post) Using an Inversion of Control Container is a common scenario that would be needed by a Message Handler. The Bus has an extensibility ...6 days ago -
ASP.Net MVC Portable Areas – Part 3
Eric Hexter —
Authority: 410
Using a Portable Area This is the third part in a series about using a Portable Area (PA) using MvcContrib. This sample walks through the Host Application side of consuming the Login Portable area. This example demonstrates how a portable area such as a login can send messages and recieve responses from the host ...6 days ago -
VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms
Craig Shoemaker —
Authority: 404
For some reason the family of design patterns that exist around the Model View Controller pattern seem to be an elusive band of characters. The first time I encountered Model View Controller I studied the text hard trying to understand how the Strategy , Observer and Composite patterns worked together to ...6 days ago -
Dew Drop – November 3, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio An RSS Dashboard in F#, ...1 week ago -
NerdDinner hosted on Windows Azure and SQL Azure
Marc: My Words —
Authority: 119
I recently got my hands on a Windows Azure and SQL Azure token to try out a little cloud goodness. The challenge I set myself was to host an ASP.NET MVC application (including data) in the cloud. Hopefully just an hour or so of fiddling about, but as I hadnt really used Azure before, it would also be a bit of ...1 week ago -
ASP.Net MVC Portable Areas – Part 2
Eric Hexter —
Authority: 410
Sample Portable Area This is the second part in a series about creating a Portable Area (PA) using MvcContrib Part 1 – Introduction Part 2 – Sample Portable Area (this post) Part 3 – Usage of a Portable Area To create a Portable Area, the first step is to create a separate class library project ...1 week ago -
Dew Drop – November 2, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Some quick F# notes… (Brian McNamara) .Net Framework ...1 week ago -
ASP.Net MVC Portable Areas via MvcContrib
Eric Hexter —
Authority: 410
This is a multi post series on ASP.Net MVC Portable Areas Part 1 – Introduction Part 2 – Sample Portable Area Part 3 – Usage of a Portable Area What is a Portable Area? A Portable Area is a set of reusable multi page functionality can be dropped into an application to provide rich functionality ...1 week ago