MVC

Tag details

Welcome to the 'MVC' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'MVC'.

Look up Offsite Link "MVC" at The Free Dictionary

Latest blogosphere posts tagged “MVC”

  • Dew Drop – November 8, 2009


    Alvin Ashcraft's Morning DewAuthority 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 ...
    1 day ago
  • Working with Web Forms and MVC: Bridging the Gap - Context


    MSMVPS.COMAuthority Authority: 642
    Ive spent some time figuring out how to bridge the gap between web forms and ASP.NET MVC style of development.  Just because the UI works differently, doesnt mean the actual framework works in a different way.  If you use .NET 3.5 SP 1 for both your web forms and MVC style development, it is helpful to come up with ...
    1 day ago
  • Dew Drop – November 7, 2009


    Alvin Ashcraft's Morning DewAuthority 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 ...
    2 days ago
  • ASP.NET MVC Sudoku Solver


    Sayed Ibrahim Hashimi - MSBuild, C#, Visual Studio, Training, and moreAuthority 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 Hashimi
    2 days ago
  • How To View JSON in a Pretty Way


    PeterKellner.netAuthority Authority: 415
      Cutting to the chase, I choose Vladimir Bodurov’s Color Formatter! For the past year or so, I’ve been working on a project that uses Microsoft’s ASP.NET MVC for providing data to our pure... This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high ...
    2 days ago
  • First a Django Guy and Now a Microsoft Guy: “Thank You, Rails”


    Global NerdyAuthority Authority: 531
    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 ...
    2 days ago
  • ASP.NET MVC 1.0 Test Driven Development: Problem – Design – Solution


    FileBetaAuthority 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 ...
    3 days ago
  • Why ASP.NET MVC is better – using ‘Hello’ as an example


    TuVinhSoft .,JSCAuthority Authority: 437
    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 [...]
    4 days ago
  • Dew Drop – November 4, 2009


    Alvin Ashcraft's Morning DewAuthority 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 ...
    5 days ago
  • Html Encoding Nuggets With ASP.NET MVC 2


    you've been HAACKEDAuthority 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 ...
    5 days ago
  • Discussing PHP Frameworks: What, When, Why and Which?


    TuVinhSoft .,JSCAuthority Authority: 437
    What is a PHP Framework?PHP is the world’s most popular scripting language for many different reasons – flexibility, ease-of-use, among others – but often times coding in PHP, or any language for that matter, can get rather monotonous and repetitive. That’s where a PHP framework can help. PHP frameworks ...
    5 days ago
  • ASP.Net MVC Portable Areas – Part 3


    Eric HexterAuthority Authority: 408
    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 ...
    5 days ago
  • Bad news in Terredise


    Kansas.com Blogs Master Site FeedAuthority Authority: 557
    Ouch. It’s not a good sign when you have to suspend your senior point guard. We don’t know how long Harry Marshall is out. Maybe coach Kevin McKenna is heading off a problem before it becomes a big deal. Maybe it’s already a big problem. Creighton wants to return to its high-octane pressing days of years ...
    5 days ago
  • Dew Drop – November 3, 2009


    Alvin Ashcraft's Morning DewAuthority 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#, ...
    6 days ago
  • Truckin’ Through ActionScript 3.0 MVC: Part V—Purpose and Use


    ActionScript 3 Design PatternsAuthority Authority: 112
    The MVC remains one of the most valuable structures for understanding and using Design Patterns, and yet I believe it to be misunderstood and misused on just about every level imaginable. In the first chapter of their book, the Gang of Four spend a mere two pages describing MVC in order to help readers [...]Related ...
    6 days ago
  • NerdDinner hosted on Windows Azure and SQL Azure


    Marc: My WordsAuthority 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 ...
    6 days ago
  • ASP.Net MVC Portable Areas – Part 2


    Eric HexterAuthority Authority: 408
    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 ...
    6 days ago
  • Create Catalyst Views with Template::Declare


    Just a TheoryAuthority Authority: 415
    Following up on last week’s release of Template::Declare 0.41, this week Im pleased to announce the release of a new Catalyst view class, Catalyst::View::TD . Yes, Im aware of Catalyst::View::Template::Declare .As I mentioned last week, it doesn’t make very good use of Template::Declare. I don’t blame jrock ...
    1 week ago
  • Web UI Warfare: Choosing Between Web Forms and MVC


    Software Development VideosAuthority Authority: 435
    Hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET – MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs Web ...
    1 week ago
  • Dew Drop – November 2, 2009


    Alvin Ashcraft's Morning DewAuthority 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

Comments about MVC

Personal attacks are NOT allowed
Please read our comment policy