DotNetShoutout - Stories tagged with MVC
5
shouts

T4MVC Add-In to auto run template

published 12 hours, 17 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 23 hours, 56 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Wednesday, March 17, 2010 12:14:57 AM GMT
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.This has been the only negative thing about the template.  I thought about writing an Add-In for VS to do this and even taked to David about doing it.  Well, his latest post has inspired me to write one.  I took my dot net less plug in and ripped nearly everything out of it, threw in about 5 lines of new ... (more)
category: ASP.NET | clicked: 38 | comment | | source: blog.waynebrantley.com
tags: ASP.NET, MVC, MVC 2, T4, T4MVC
6
shouts

Inside the ASP.NET MVC Controller Factory

published 12 hours, 17 minutes ago posted by sonukapoorsonukapoor 1 day, 14 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 11:56:57 PM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: ASP.NET | clicked: 34 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
8
shouts

Angle Bracket Percent : A better way to auto-run T4MVC when you build - David Ebbo's blog

published 3 days, 11 hours, 22 minutes ago posted by mithumithu 4 days, 4 hours, 19 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 7:52:47 PM GMT
T4MVC has always struggled with finding the right way of running automatically when you build.  Being a T4 template in your project, by default it just runs when you save it.  This is not great, because you really want it to rerun whenever you make a change that affects it: e.g. new controller action, new static file, … So I had come up with a pretty crazy workaround (the AlwaysKeepTemplateDirty flag), described in details in this previous post (under “The ... (more)
category: ASP.NET | clicked: 24 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC
12
shouts

Angle Bracket Percent : T4MVC 2.6.13: now officially in MvcContrib, with a few new features - David Ebbo's blog

published 3 days, 11 hours, 22 minutes ago posted by mithumithu 5 days, 13 hours, 25 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:46:14 AM GMT
A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project.  I didn’t say much about it at the time because there wasn’t a whole lot to say yet, in the sense that the move had not actually happened.  MvcContrib was transitioning from github to Mercurial, and since I wasn’t familiar with either one, I figured I’... (more)
category: ASP.NET | clicked: 39 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC, Twiiter
13
shouts

ASP.NET MVC 2 Released - ScottGu's Blog

published 3 days, 11 hours, 22 minutes ago posted by mithumithu 5 days, 13 hours, 31 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:40:08 AM GMT
I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations: Download ASP.NET MVC 2 using the Microsoft Web Platform InstallerDownload ASP.NET MVC 2 from the Download Center The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.  ASP.NET MVC 2... (more)
category: ASP.NET | clicked: 106 | 1 comment | | source: weblogs.asp.net
tags: ASP .NET, ASP .NET MVC 2, MVC, ScottGu, Visual Studio
6
shouts

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM - Eilon Lipton

published 6 days, 11 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 6 days, 17 hours, 51 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 6:20:36 AM GMT
Note: ASP.NET MVC 2 RTM isn’t yet released! But this tool will help you get your ASP.NET MVC 1.0 applications ready for when it is! I have updated the MVC App Converter to convert projects from ASP.NET MVC 1.0 to ASP.NET MVC 2 RTM. This should be last the last major change to the MVC App Converter that I released previews of in the past several months. Download The app is a single executable: Download MvcAppConv... (more)
category: ASP.NET | clicked: 33 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, MVC
7
shouts

ASP.NET MVC Framework 2 Preview 2 with Repository - Part 1

published 6 days, 11 hours, 55 minutes ago posted by kitchaiyongkitchaiyong 7 days, 20 hours, 9 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:02:43 AM GMT
Part 1 of this post will only briefly explain and tell what is MVC, its history and its derivatives. Demo source codes are provided at the end of each pattern. Part 2 of this post is still in writing and it will touch on the ASP.NET MVC 2 Framework. (more)
category: ASP.NET | clicked: 50 | comment | | source: www.kitchaiyong.net
tags: ASP.NET MVC, MVC
6
shouts

Goodbye Http Handler, Hello FileResult

published 8 days, 10 hours, 54 minutes ago posted by mceranskimceranski 9 days, 8 hours, 53 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 3:17:57 PM GMT
If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of object returned from an action. When building MVC apps, most of time you will use the ActionResult class. Last week while I was working on my open source project WeBlog, I built an HTTP Handler to serve up images. I started using an HTTP Handler for images because I needed a mechanism to prevent bandwidth leeching. The only bad thing about usi... (more)
category: ASP.NET | clicked: 45 | comment | | source: www.codecapers.com
tags: ASPNET, Http Handler, MVC
6
shouts

How to use Ajax Library 4 AutoComplete with Asp.Net MVC

published 8 days, 10 hours, 54 minutes ago posted by https://www.google.com/profiles/carl.hoerberghttps://www.google.com/profiles/carl.hoerberg 9 days, 13 hours, 35 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 10:35:58 AM GMT
How to use Ajax Library 4 AutoComplete with Asp.Net MVC (more)
category: Ajax | clicked: 41 | comment | | source: devcarl.posterous.com
tags: Ajax 4.0, MVC
5
shouts

ASP.NET MVC working smart with cookies – Custom ValueProvider

published 9 days, 11 hours, 43 minutes ago posted by http://daniewat82.myopenid.com/http://daniewat82.myopenid.com/ 10 days, 9 hours, 47 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 2:24:21 PM GMT
ValueProviders are the mechanism within the MVC framework that tries to take information from the HTTP Request and then resolve parameter values on action methods. Complex as well as simple types will be resolved using one of the four inbuilt value providers listed. (more)
category: ASP.NET | clicked: 56 | comment | | source: www.dotnetguy.co.uk
tags: ModelBinding, MVC, ValueProvider
7
shouts

HerdingCode - Episode 75: Barry Dorrans on Developer Security

published 9 days, 11 hours, 43 minutes ago posted by mithumithu 11 days, 6 hours, 21 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 5:50:39 PM GMT
This week on Herding Code, Barry Dorrans educates, entertains, insults and scares us with his expert commentary on application security, threat modeling, analysis tools and common attacks. You’ve been waiting for this show. I just know it. Listen in as Barry talks security, pimps his new book, and comments on his new position at Microsoft, book burnings, guns, money, proper pronunciation and Jon’s bald head. Scott K shares that public facing applications and services seem to get the least attention ... (more)
category: Podcast | clicked: 49 | 2 comments | | source: herdingcode.com
tags: .NET Framework, ASP.NET, Cardspace, cat.net, Flash, FxCop, HerdingCode, MVC, MVC 2, OAuth, OpenID, OWASP, RIA, SDL, Security, Silverlight, SQL, WebForms, WPL, WRAP, XSS
7
shouts

Building a Star Rating System with ASP.NET MVC and jQuery

published 13 days, 12 hours, 40 minutes ago posted by mceranskimceranski 15 days, 10 hours, 51 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Tuesday, March 02, 2010 1:20:25 PM GMT
A star rating system allows your readings to rate content based on a 0 to 5 point scale in half point increments. This tutorial steps through the process of implementing a star rating system using JQuery, AJAX and ASP.NET MVC. (more)
category: ASP.NET | clicked: 45 | 1 comment | | source: www.codecapers.com
tags: Ajax, ASP.NET, cookies, jQuery, MVC
5
shouts

MVC Routes and Magic Strings - No Good

published 15 days, 8 hours, 53 minutes ago posted by https://www.isi-net.com/OpenID/RMuthhttps://www.isi-net.com/OpenID/RMuth 16 days, 7 hours, 21 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 4:50:25 PM GMT
I live and breath with ASP.NET MVC, but from the very beginning I’ve been very uncomfortable with the magic string nature of routes, controllers, and actions. I long ago stopped using the various “action” extensions because they are way too prone to fat finger screw ups and moved nearly 100% to using route extensions and putting my routes names into constants so as not to have any chance of fat finger issues, but recently, after reviewing the source code for MVC2, specifically the “LabelFor” extension, I... (more)
category: ASP.NET | clicked: 18 | comment | | source: www.isi-net.com
tags: MVC, Routing
7
shouts

Authentication with Active Directory, ASP.NET MVC, & fluentHtml

published 16 days, 11 hours, 32 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 17 days, 17 hours, 30 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Sunday, February 28, 2010 6:41:00 AM GMT
I figure since people are starting to really look into MVC and are realizing that it’s going to be around for a while, they’re going to need some decent samples when researching how to do things. I’m hoping this particular post will possibly be one of those examples. I had the same thought when I wrote the Security Questions with ASP.NET MVC & fluentHtml post. (more)
category: ASP.NET | clicked: 73 | comment | | source: derans.blogspot.com
tags: active directory objects, fluentHtml, MVC
6
shouts

An Introduction To machine.javascript

published 20 days, 11 hours, 28 minutes ago posted by http://olson.jeffery.myopenid.com/http://olson.jeffery.myopenid.com/ 22 days, 2 hours, 39 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 9:32:42 PM GMT
This is the first in a series of [hopefully many] blog posts on the topic of machine.javascript, an open source framework for helping developers create testable, deployable and well-factored UIs on the client in JavaScript. It covers some of my exposure to tools in this space and an overview of what machine.javascript consists of and how to use it. (more)
category: Ajax | clicked: 31 | comment | | source: olsonjeffery.github.com
tags: JavaScript, MVC, OSS
7
shouts

HerdingCode - Episode 74: Javier Lozano on MVC Turbine and Composed Applications

published 22 days, 4 hours, 34 minutes ago posted by mithumithu 22 days, 9 hours, 9 minutes ago
Tuesday, February 23, 2010 7:37:51 PM GMT Tuesday, February 23, 2010 3:02:30 PM GMT
This week on Herding Code, K Scott leads a conversation with ASP.NET Insider and MVP, Javier Lozano, about his open source project, MVC Turbine, and extensibility and composition with ASP.NET MVC. Javier provides a twitter-like overview of his open source project: “MVC Turbine helps you build modular applications on top of ASP.NET MVC and that’s pretty much it.” K Scott asks about the advantages of using MVC Turbine to add features to your applications. Javier talks about MVC’s extension points, contro... (more)
category: Podcast | clicked: 11 | comment | | source: herdingcode.com
tags: ASP .NET, ASP.NET MVC, HerdingCode, MVC
7
shouts

A 10 minute ASP.NET MVC Twitter Search App – Using a Duck Typed (dynamic) View Model using ElasticObject

published 22 days, 18 hours, 11 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 23 days, 13 hours, 46 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 10:25:05 AM GMT
The objective of this article is to demonstrate how to use duck typed (dynamic) view models with ASP.NET MVC, especially when you work with fluid data stores like XML. As we are using .NET dynamic features, you’ll need VS2010 beta or RC to work with the samples. Full source code is available, but I’ll recommend you to go through the article before you download. [v] Download Twitter Search AspNetMvcDemoApp The Application Alright, to start with, have a look at the application screen shot below. It is a... (more)
category: ASP.NET | clicked: 28 | comment | | source: amazedsaint.blogspot.com
tags: .NET, .Net 4.0, ASP.NET, MVC
3
shouts

Fun with Lambdas & HtmlHelpers

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 23 days, 16 hours, 19 minutes ago
Monday, February 22, 2010 7:52:40 AM GMT
Since I started using fluentHtml, I’ve loved this syntax: this.Textbox(f=>f.Whatever).Styles(display=>”none”) The fact that it’s SO easy to read is what I love…specifically the Styles() portion. So I downloaded the MvcContrib source to see how they were handling it and it was actually pretty simple. (more)
category: ASP.NET | clicked: 8 | comment | | source: derans.blogspot.com
tags: fluentHtml, MVC
5
shouts

HanselMinutes - Show #202 - A different way to do ASP.NET WebForms with WebFormsMVP

posted by mithumithu 24 days, 10 hours, 7 minutes ago
Sunday, February 21, 2010 2:03:54 PM GMT
Scott sits down with Tatham Oddie to talk about the WebFormsMVP open source project created by he and Damian Edwards. What does it add? Can we have the best of both worlds, convenience and testability? (more)
category: Podcast | clicked: 25 | comment | | source: www.hanselminutes.com
tags: ASP .NET, HanselMinutes, MVC, WebForms, WebFormsMVP
4
shouts

Simple pager for ASP.NET MVC

posted by gpeipmangpeipman 24 days, 14 hours, 16 minutes ago
Sunday, February 21, 2010 9:55:10 AM GMT
I needed simple pager for one of my ASP.NET MVC projects. I mean really simple pager – no new types my code should be aware of, no any other chemistry I don’t really need in early stages. As ASP.NET MVC has nothing to offer I wrote my own really simple pager implementation. Here is what I did. (more)
category: ASP.NET | clicked: 6 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, Pager
Previous 1 2 3 4 5 6 7 8 9 10 ... 20 21 Next