DotNetShoutout - Stories tagged with MVC
12
Shouts

Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility) - Kazi Manzur Rashid

published 1107 days, 14 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 1109 days, 8 hours, 58 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Tuesday, May 11, 2010 3:11:59 PM GMT
I am proud to announce the v1.0 of MvcExtensions (previously known as System.Web.Extensibility). There has been quite a few changes and enhancements since the last release. Some of the major changes are:The Namespace has been changed to MvcExtensions from System.Web.Mvc.Extensibility to avoid the unnecessary confusion that it... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, IoC/DI, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
5
Shouts

How to Localize an ASP.NET MVC Application

published 1109 days, 14 hours, 35 minutes ago posted by mceranskimceranski 1110 days, 11 hours, 48 minutes ago
Tuesday, May 11, 2010 9:34:41 AM GMT Monday, May 10, 2010 12:21:55 PM GMT
While working on WeBlog this week I decided that I needed to start thinking about localization. If you have never heard the term “localization” before then its just a fancy way of saying that I want my application to be multi-lingual. In order to localize an application in .NET, you generally need to create a separate resource files for each language you want to support. In an ASP.NET MVC application, the resource files should be placed in a folder called AppGlobalResources. The folder can be created by ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.codecapers.com
tags: Localization, MVC
4
Shouts

MVVM – It’s Not Kool-Aid* - Jesse Liberty

published 1109 days, 8 hours, 56 minutes ago posted by jantujantu 1110 days, 14 hours, 40 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Monday, May 10, 2010 9:30:11 AM GMT
I’m in the position of running through the streets yelling at folks “c’mere! ya’ gotta see this!” and what I’m pointing to is the incredible new invention of… a laptop computer. Something that is undeniably amazing and cool, but everyone else on my block has already got one.Second, and much worse, I’m about to show you how I used a “pattern” that you either have already embraced, or that you’ve been avoiding like the plague because the folks who are running around shouting “MVVM! MVVM!” sound just like t... (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Patterns, MVVM, MVC
6
Shouts

ASP.NET and F# - Creating MVC web applications in F#

published 1109 days, 8 hours, 56 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 1111 days, 5 hours, 16 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Sunday, May 09, 2010 6:54:25 PM GMT
This article shows how to use F# for developing ASP.NET web applications using the MVC framework. It also shows how to access data using LINQ in F# and how to simplify web programming using F# meta-programming, modules and records. (more)
category: Web Dev | clicked: 1 | comment | | source: tomasp.net
tags: FSharp, F#, MVC, ASP.NET
7
Shouts

Dean Hume - MVC Google Maps HtmlHelper - Dynamic Maps

published 1110 days, 13 hours, 9 minutes ago posted by deanomachinodeanomachino 1113 days, 12 hours, 50 minutes ago
Monday, May 10, 2010 11:01:12 AM GMT Friday, May 07, 2010 11:20:06 AM GMT
MVC Google Maps HtmlHelper - Dynamic Maps I've recently been looking for a MVC helper class for Google maps. I came across this well written MVC HtmlHelper for static Google maps. Unfortunately I was looking for a helper that was for the dynamic version of Google charts. I needed to be able to add markers on the maps with dynamic text and possibly even images. So, a great way to re-use code in MVC 2 is the Htmlhelper class. I have also written about this before where I wrote a Google Charts H... (more)
category: Web Dev | clicked: 3 | comment | | source: www.deanhume.com
tags: Google maps, Google, C#, HtmlHelper, MVC2, google maps api, MVC
5
Shouts

How to configure Visual Studio 2010 code coverage for ASP.NET MVC unit tests

published 1116 days, 15 hours, 46 minutes ago posted by gpeipmangpeipman 1117 days, 53 minutes ago
Tuesday, May 04, 2010 8:24:06 AM GMT Monday, May 03, 2010 11:16:52 PM GMT
I just got Visual Studio 2010 code coverage work with ASP.NET MVC application unit tests. Everything is simple after you have spent some time with forums, blogs and Google. To save your valuable time I wrote this posting to guide you through the process of making code coverage work with ASP.NET MVC application unit tests. (more)
category: How To | clicked: 5 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, Code Coverage, MVC, ASP.NET
9
Shouts

ASP.NET MVC 2.0 Templating

published 1121 days, 13 hours, 2 minutes ago posted by sonukapoorsonukapoor 1122 days, 10 hours, 44 minutes ago
Thursday, April 29, 2010 11:08:29 AM GMT Wednesday, April 28, 2010 1:25:38 PM GMT
Templating is now in the ASP.NET MVC 2.0 framework, for .NET framework 3.5 and 4.0. We are going to take a look at these features. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: Template, MVC, ASP.NET
10
Shouts

Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service - Kazi Manzur Rashid's Blog

published 1124 days, 16 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 1131 days, 11 hours, 39 minutes ago
Monday, April 26, 2010 7:40:49 AM GMT Monday, April 19, 2010 12:31:18 PM GMT
Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining features that we planned for the initial release. So I am announcing the official release... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, Shrinkr, ASPNETMVC, Open Source, jQuery, MVC, ASP.NET
5
Shouts

Using Code Behinds For MVC Templates « Hugoware

published 1134 days, 12 hours, 58 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 1135 days, 11 hours, 59 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Thursday, April 15, 2010 12:11:04 PM GMT
I’ve done quite a few postsabout usingWebControls in MVC mostly as experiments to see if it was possible to bring WebForm functionality into a MVC application. It wasn’t really that I wanted to use WebForms in MVC but rather I still really like Controls having logical functionality. Sometimes a View is a little more complicated than simply inserting a value into the correct location on the page. In my last blog post I gave an example that seemed impossible to do all within the render phase of the page b... (more)
category: Web Dev | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET MVC, C#, Templates, web development, MVC
4
Shouts

MVC - it's the routing stupid!

published 1134 days, 12 hours, 58 minutes ago posted by mikeukmikeuk 1135 days, 15 hours, 10 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Thursday, April 15, 2010 9:00:04 AM GMT
The MVC - Model View Controller - architecture has become an overnight sucess with just about every system and every language using it. The real question is why? Why should this particular theoretical approach from object-oriented design theory be the one to make it big? Because it's the best is the obvious answer - but is this so? Could there be another reason for the popularity of the MVC model? (more)
category: Architecture | clicked: 0 | comment | | source: www.i-programmer.info
tags: MVC
5
Shouts

Adding Stylesheets, Scripts In ASP.NET MVC2 « Hugoware

published 1142 days, 10 hours, 18 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 1143 days, 19 hours, 47 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Wednesday, April 07, 2010 4:22:56 AM GMT
A while back I worked on some code that allowed you to add content to different areas of a MVC view, specifically for dealing with headers and scripts. The code worked well enough but relied on a lesser used member in the Reponse class – the Filter property. Except, now in MVC2 you see this little message when you try to mess with the Filter… Filtering is not allowed? What? Why not?!? Admittedly, the original solution was rather hackish because it tried to perform all of the work in the Render phase... (more)
category: Web Dev | clicked: 4 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET MVC, C#, Page life Cycle, MVC, ASP.NET
9
Shouts

Optional Parameters and Named Arguments in C# 4 (and a cool scenario w/ ASP.NET MVC 2) - Scott Guthrie

published 1146 days, 11 hours, 23 minutes ago posted by jantujantu 1148 days, 12 hours, 48 minutes ago
Sunday, April 04, 2010 12:46:51 PM GMT Friday, April 02, 2010 11:22:16 AM GMT
I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the seventeenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.Today’s post covers two new language feature being added to C# 4.0 – optional parameters and named arguments – as well as a cool way you can take advantage of optional parameters (both in VB and C#) with ASP.NET MVC 2.Optional Parameters in C# 4.0 C# 4.0 now supports using o... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ScottGu, MVC, ASP.NET
5
Shouts

ASP.NET MVC Routing Tutorial

published 1152 days, 13 hours, 52 minutes ago posted by JudoJudo 1153 days, 19 hours, 34 minutes ago
Monday, March 29, 2010 10:18:01 AM GMT Sunday, March 28, 2010 4:35:55 AM GMT
In this tutorial we will take a look at ASP.NET MVC Routing which is a very powerful method of handling URL’s in web apps. ASP.NET MVC routing serves two main purposes: Matching incoming requests and mapping them to a controller action. Constructing outgoing URLs which correspond to controller actions.ASP.NET MVC Routing compared to URL Rewriting (more)
category: Web Dev | clicked: 1 | comment | | source: www.aspnet101.com
tags: Routing, MVC
6
Shouts

Kill magic strings with T4MVC

published 1153 days, 8 hours, 35 minutes ago posted by sonukapoorsonukapoor 1155 days, 11 hours, 44 minutes ago
Sunday, March 28, 2010 3:35:23 PM GMT Friday, March 26, 2010 12:26:19 PM GMT
Andrew Siemer explains how to get rid of magic strings with ASP.NET MVC and T4MVC. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: T4, ASP .NET, MVC
5
Shouts

Sending email from ASP.NET MVC through MVC and MSMQ Part 1

published 1156 days, 11 hours, 45 minutes ago posted by sonukapoorsonukapoor 1157 days, 13 hours, 35 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Wednesday, March 24, 2010 10:35:26 AM GMT
In this article you will learn how to send emails using ASP.NET MVC and MSMQ. (more)
category: Web Dev | clicked: 4 | comment | | source: dotnetslackers.com
tags: msmq, ASP .NET, MVC
5
Shouts

Sending email from ASP.NET MVC through MVC and MSMQ Part 2

published 1156 days, 11 hours, 45 minutes ago posted by sonukapoorsonukapoor 1157 days, 13 hours, 36 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Wednesday, March 24, 2010 10:34:25 AM GMT
In this article you will learn how to send emails using ASP.NET MVC and MSMQ. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: msmq, ASP .NET, MVC
6
Shouts

ASP.NET MVC Framework 2 Execution Process - Part 2

published 1160 days, 8 hours, 35 minutes ago posted by kitchaiyongkitchaiyong 1161 days, 1 hour, 10 minutes ago
Sunday, March 21, 2010 3:34:52 PM GMT Saturday, March 20, 2010 10:59:58 PM GMT
This is my second post for the ASP.NET MVC Framework 2 Preview 2 with Repository - Part 1.  In this post, the ASP.NET MVC Framework 2 Execution Process will be looked into details. (more)
category: Web Dev | clicked: 2 | comment | | source: www.kitchaiyong.net
tags: ASP.NET MVC, MVC
7
Shouts

An even better way to run T4MVC: a VS AddIn - David Ebbo's blog

published 1161 days, 5 hours, 19 minutes ago posted by mithumithu 1162 days, 13 hours, 9 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Friday, March 19, 2010 11:01:22 AM GMT
An even better way to run T4MVC: a VS AddIn Last week, I blogged about a nice way of auto-running T4MVC by using the Macro IDE to write an OnBuildBegin event handler.  This was a big improvement over the hacky ‘AlwaysKeepTemplateDirty’ flag that we’ve been using since T4MVC’s early days. Since then, Wayne Brantley has taken this idea to the next level by turning it into a Visual Studio AddIn.  Check out his post and give it a try! The nice benefits of the AddIn over directly handling VS events in the ... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: David Ebbo, VS, T4MVC, MVC, ASP.NET
12
Shouts

Maintaining shared service in ASP.NET MVC Application - Kazi Manzur Rashid

published 1159 days, 11 hours, 4 minutes ago posted by jantujantu 1163 days, 8 hours, 47 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Thursday, March 18, 2010 3:22:49 PM GMT
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service. In this post, I will show you how yo... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC, ASP.NET
6
Shouts

T4MVC Add-In to auto run template

published 1164 days, 12 hours, 16 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 1164 days, 23 hours, 55 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: Web Dev | clicked: 4 | comment | | source: blog.waynebrantley.com
tags: T4, T4MVC, MVC 2, MVC, ASP.NET
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 Next