DotNetShoutout - Stories tagged with ASPNETMVC
4
Shouts

Visoft, Inc. Blogs | Behavior Driven Development (BDD) with Cucumber and ASP.NET MVC

published 1099 days, 18 hours, 54 minutes ago posted by dwhitedwhite 1100 days, 9 hours, 37 minutes ago
Wednesday, June 16, 2010 10:42:58 AM GMT Tuesday, June 15, 2010 8:00:30 PM GMT
So as I’m sure you have guessed by my last bunch of posts, I’ve been hooked on Ruby and Rails development.  The more I use it, the more I love it.  I felt I was loving it a bit too much, so decided to divert my attention back to ASP.NET MVC for a while.  While developing with Rails, I was practicing BDD with Cucumber.   I felt that Cucumber scenarios (written Gherkin) were far more useful for the majority of my testing on a web application.  Sure unit tests are worthwhile for bits of code, but I’ve found... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.visoftinc.com
tags: ASPNETMVC, BDD, Cucumber
12
Shouts

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 1100 days, 15 hours, 47 minutes ago posted by rajuraju 1102 days, 1 hour, 36 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 4:01:25 AM GMT
When using the DisplayFor/EditorFor there has been built-in support in ASP.NET MVC to show localized validation messages, but no support to show the associate label in localized text, unless you are using the .NET 4.0 with Mvc Future. Lets a say you are creating a create form for Product where you have support both English and German like the following.... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
4
Shouts

Experiments in Wackiness: Allowing percents, angle-brackets, and other naughty things in the ASP.NET/IIS Request URL - Scott Hanselman

published 1105 days, 20 hours, 40 minutes ago posted by iftekharahmedamitiftekharahmedamit 1106 days, 6 hours, 4 minutes ago
Thursday, June 10, 2010 8:56:59 AM GMT Wednesday, June 09, 2010 11:33:04 PM GMT
Just because you CAN do something doesn't mean you SHOULD. However, it's always nice to do something crazy so that you can better understand a system. Warning: There is no warranty implied here. I'm loading the gun and showing you where to point it. If you point it at your foot, that's your business. Safety mechanisms exist for a reason and if you're going to to use this tip to just "get an app to work" but you're not sure why it's broken and you're just flipping switches to "get'er done" then step bac... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASPNETMVC, IIS, ASP.NET
6
Shouts

Google Sitemap Generation From A Custom SiteMapResult

published 1114 days, 18 hours, 56 minutes ago posted by MikesdotnettingMikesdotnetting 1115 days, 9 hours, 53 minutes ago
Tuesday, June 01, 2010 10:41:04 AM GMT Monday, May 31, 2010 7:43:59 PM GMT
Google Sitemap Generation From A Custom SiteMapResult   My previous article showed how to use a custom ActionResult and the classes within WCF to generate an RSS feed. There are no similar classes to help build a valid Google Site Map for an ASP.NET MVC application. So here's how your can build your own.   There are a lot of classes associated with creating feeds within the System.ServiceModel.Syndication namespace, but we actually only need to borrow inspiration from 3 of them for Goog... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.mikesdotnetting.com
tags: asp net mvc, ASPNETMVC
5
Shouts

Rss Feed Generation From a Custom RssResult

published 1114 days, 18 hours, 56 minutes ago posted by MikesdotnettingMikesdotnetting 1115 days, 21 hours, 20 minutes ago
Tuesday, June 01, 2010 10:41:04 AM GMT Monday, May 31, 2010 8:17:14 AM GMT
Rss Feed Generation From a Custom RssResult   When I looked at producing RSS Feeds in ASP.NET MVC before, I used the ContentResult method to return XML. Best Practice suggests that you should create a new ActionResult if required. So this article looks at creating an RssResult, and a different way to generate the feed itself.   If you look at the previous article, and its comments, you can see that there are a number of ways to produce RSS feeds in ASP.NET MVC. Some feel that you should... (more)
category: Web Dev | clicked: 2 | comment | | source: www.mikesdotnetting.com
tags: asp net mvc, ASPNETMVC
6
Shouts

Extending NerdDinner: Exploring Different Database Options - Scott Hanselman

published 1117 days, 18 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 1118 days, 5 hours, 44 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Friday, May 28, 2010 11:53:03 PM GMT
The original NerdDinner Sample was very simple. Two samples, simple, in fact. Perhaps it's the new Northwind, as it's a good way to start working with ASP.NET MVC. However, it's not a perfect sample or an idealized example on how to do many things that users want to do. Fortunately, there's been lots of cool folks in the community who have "forked" NerdDinner and done interesting stuff with it. Each of these samples is usually focused on a specific scenario, so they won't necessarily be merged with the ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASPNETMVC, NerdDinner, MVC, ASP.NET
5
Shouts

Anti-Forgery Request Recipes For ASP.NET MVC And AJAX - Dixin's Blog

published 1117 days, 18 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 1118 days, 5 hours, 50 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Friday, May 28, 2010 11:46:47 PM GMT
This post discusses solutions for anti-forgery request scenarios in ASP.NET MVC and AJAX:How to enable validation on controller, instead of on each action;How to specify non-constant token salt in runtime;How to work with the server side validation in AJAX scenarios.Background (Normal scenario of form submitting) To secure websites from cross-site request forgery (CSRF, or XSRF) attack, ASP.NET MVC provides an excellent mechanism:The server prints tokens to cookie and inside the form; When the form is s... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET AJAX, ASPNETMVC, Ajax, MVC, ASP.NET
6
Shouts

How to use Google Data API in ASP.NET MVC. Part 2 – YouTube

published 1117 days, 18 hours, 30 minutes ago posted by http://mahdi.mp/http://mahdi.mp/ 1119 days, 23 hours, 57 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Thursday, May 27, 2010 5:39:42 AM GMT
Previously on this series, I had talked about How to use Google Data API in ASP.NET MVC to interact with Google Analytics. In this second part I'm going to show you how to store and retrieve videos on/from YouTube using Google Data API and YouTube API. YouTube is the largest and most popular video sharing website and since Google has acquired it and integrated its API into GData it's been an ultimate choice for developers to choose i... (more)
category: Web Dev | clicked: 6 | comment | | source: mahdi.mp
tags: ASPNET, ASPNETMVC, API, YouTube, GData
7
Shouts

MvcExtensions - PerRequestTask - Kazi Manzur Rashid's Blog

published 1125 days, 17 hours, 15 minutes ago posted by mithumithu 1127 days, 15 hours, 6 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Wednesday, May 19, 2010 2:31:09 PM GMT
In the previous post, we have seen the BootstrapperTask which executes when the application starts and ends, similarly there are times when we need to execute some custom logic when a request starts and ends. Usually, for this kind of scenario we create HttpModule and hook the begin and end request events. There is nothing wrong with this approach, except HttpModu... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Shrinkr, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
8
Shouts

MvcExtensions – Custom Service Registration - Kazi Manzur Rashid's Blog

published 1126 days, 18 hours, 2 minutes ago posted by mithumithu 1128 days, 11 hours, 23 minutes ago
Thursday, May 20, 2010 11:35:34 AM GMT Tuesday, May 18, 2010 6:13:46 PM GMT
In this post, I will show you how you can register your custom services in your preferred IoC container and how the MvcExtensions will integrate it with the rest of the application. One of the goal of MvcExtensions is, unlike the ot... (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, IoC/DI, ASPNETMVC, Ninject, Windsor, Open Source, Autofac, MVC, MVCExtensions, StructureMap, ASP.NET
9
Shouts

Dependency Injection in ASP.NET MVC: Action Results - Jimmy Bogard

published 1133 days, 4 hours, 3 minutes ago posted by KluggerKlugger 1133 days, 13 hours, 35 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 4:02:04 PM GMT
On a recent, very large project, we started to notice a distinct trend in our controllers.  All of our “POST” actions started to look very similar.  Check form validation, run business rule validation.  If validation succeeds, execute the actual business logic.  If it fails, just show the view with the original form. The problem we ran into was how to encapsulate this common behavior.  We first went with some abomination of a base, CRUD controller.  I should have listened to ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.lostechies.com
tags: ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
9
Shouts

T4MVC Extension for MVC Partials – Evan Nagle

published 1133 days, 4 hours, 3 minutes ago posted by StevesSteves 1133 days, 13 hours, 50 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 3:46:57 PM GMT
T4MVC is a helpful template for your MVC projects. You can follow the directions on David’s blog to get started; that should give you a quick understanding of what T4MVC is capable of. If you’ve yet to experience the joy of writing T4 templates, you should also check out Scott Hanselman’s Blog and Oleg Sych’s blog. You know what they say: if you haven’t been to Oleg’s T4 blog, you haven’t really “experienced... (more)
category: Web Dev | clicked: 1 | comment | | source: www.weirdlover.com
tags: ASP.NET MVC, T4, C#, ASPNETMVC, T4MVC, MVC, ASP.NET
12
Shouts

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

published 1133 days, 20 hours, 13 minutes ago posted by iftekharahmedamitiftekharahmedamit 1135 days, 14 hours, 25 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
8
Shouts

First 3 ASP.NET MVC for the Rest of Us Videos - Joe Stagner

published 1151 days, 16 hours, 37 minutes ago posted by iftekharahmedamitiftekharahmedamit 1153 days, 15 hours, 28 minutes ago
Sunday, April 25, 2010 1:00:35 PM GMT Friday, April 23, 2010 2:09:38 PM GMT
Folks have been asking me for some time to do some ASP.NET MVC videos  Here are the first three. They start from the beginning and frequently compare ASP.NET MVC with concepts that you may already be familiar with from WebForms programming. Enjoy! More to come. ASP.NET MVC For the Rest of Us: Part 1 37 minutes ASP.NET MVC For the Rest of Us: Part 2 31 minutes ASP.NET MVC For the Rest of Us: Part 3 16 minutes http://www.asp.net/mvc/fundamentals/  Technorati Tags: ASP.NET,MVC (more)
category: Screencast | clicked: 1 | comment | | source: misfitgeek.com
tags: ASP.NET MVC, ASPNETMVC, Screencasts, Screencast, ASP.NET
8
Shouts

Moses' Blog | Introducing Shrinkr The URL Shrinking Service built with ASP.NET MVC 2

published 1155 days, 18 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1156 days, 14 hours, 3 minutes ago
Wednesday, April 21, 2010 11:25:35 AM GMT Tuesday, April 20, 2010 3:33:55 PM GMT
Few months ago, on September 2009 my friend Rashid started to blog about this open source project “Shrinkr”. And I got a chance to assist him on this. In the last few weeks we were working on preparing this first stable release. And now we got it and it’s live on http://rdir.in. Yesterday Rashid announced the first release which you can download from here. In this post I’m going to show few screenshots of the live Shrinkr. And highlights few technologies used on it. (more)
category: Web Dev | clicked: 0 | comment | | source: mosesofegypt.net
tags: ASPNETMVC, OpenSource, Open Source, OSS
10
Shouts

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

published 1150 days, 21 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 1157 days, 17 hours, 6 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
8
Shouts

How to use Google Data API in ASP.NET MVC. Part 1 – Google Analytics « Mahdi Taghizadeh

published 1156 days, 16 hours, 51 minutes ago posted by http://mahdi.mp/http://mahdi.mp/ 1160 days, 14 hours, 39 minutes ago
Tuesday, April 20, 2010 12:46:00 PM GMT Friday, April 16, 2010 2:57:52 PM GMT
This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. (more)
category: Web Dev | clicked: 6 | comment | | source: mahdi.mp
tags: Google Analytics, Google Data API, ASPNETMVC, GData
4
Shouts

Cutting Edge - Revisiting Asynchronous ASP.NET Pages

published 1170 days, 19 hours, 58 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1171 days, 14 hours, 50 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:46:57 PM GMT
If you need to scale up an existing Web application, you should first look to asynchronous operations, says Dino Esposito. He explains how new features coming in ASP.NET MVC 2 make this easier. (more)
category: Web Dev | clicked: 0 | comment | | source: msdn.microsoft.com
tags: ASPNETMVC, MSDN, MSDN Magazine, ASP.NET
5
Shouts

Validating the Contact Manager with MVC 2.0 And VS 2010

published 1176 days, 18 hours, 49 minutes ago posted by MikesdotnettingMikesdotnetting 1178 days, 8 hours, 16 minutes ago
Wednesday, March 31, 2010 10:48:31 AM GMT Monday, March 29, 2010 9:21:15 PM GMT
Validating the Contact Manager with MVC 2.0 And VS 2010   The MVC 2.0 Framework was finally RTM'd on March 11th 2010, so I took the opportunity to update my Contact Manager application with some of its new features. While the focus of this article is validating the Model using DataAnnotations, I also touch on one or two other new features in the latest release.   Before continuing, I should point out that I have installed VS 2010 RC1, and used it to convert the original project (availab... (more)
category: Web Dev | clicked: 0 | comment | | source: www.mikesdotnetting.com
tags: asp net mvc, ASPNETMVC
7
Shouts

Creating Rich View Components in ASP.NET MVC

published 1182 days, 17 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1183 days, 13 hours, 54 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Wednesday, March 24, 2010 3:43:27 PM GMT
Wednesday, March 24, 2010 10:11 PM kazimanzurrashid Creating Rich View Components in ASP.NET MVC One of the nice thing of our Telerik Extensions for ASP.NET MVC is, it gives you an excellent extensible platform to create rich view components. In this post, I will show you a tiny but very powerful ListView Component. Those who are familiar with the Webforms ListView component already knows that it has the support to define different parts of t... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Telerik, ASPNETMVC, Telerik Controls