DotNetShoutout - Stories tagged with ASP.NET MVC 2
9
Shouts

Modifying the default code generation/scaffolding templates in ASP.NET MVC - Scott Hanselman

published 785 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 788 days, 21 hours, 18 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Tuesday, March 29, 2011 10:53:44 PM GMT
One of the things people like the most about my ASP.NE MVC 2 Ninja Black Belt Tips video, besides the Bill Cosby sweater, is the tip where I show how to modify the default CodeTemplates that are used in Code Generation in ASP.NET MVC (either version). Eilon mentioned it on an internal mailing list this week so I thought it'd be worth surfacing again in case you haven't heard of this, Dear Reader. Soon, we'll see even more powerful, flexible, and fun ways to customize your own Scaffolding in ASP.NET MVC... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET MVC 2, MVC, ASP.NET
5
Shouts

Installing a Production Server for ASP.NET MVC 2 – Part 2 - Gil Fink on .Net

published 811 days, 21 hours, 11 minutes ago posted by gilfgilf 817 days, 11 hours, 58 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 8:13:22 AM GMT
A few days ago I helped a client to solve a problem they had when they deployed an ASP.NET MVC 2 application. In a previous post I wrote about how you can install a production server in order to run ASP.NET MVC 2 application. The client team have installed the server according to the AspNetMVC2 MSI installer section (in my post) and then they used Phil Haack’s IIS6 Extension-less URLs solut... (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Deployment, Server, ASP.NET MVC 2
10
Shouts

How to Use Asynchronous Controllers in ASP.NET MVC2 & MVC3 - Aaron

published 866 days, 1 hour, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 867 days, 3 hours, 10 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:01:54 PM GMT
he primary reason I added asynchronous methods to Quick and Dirty Feed Parser 0.3 was because I wanted to use QD Feed Parser in conjunction with asynchronous controllers in ASP.NET MVC3. MSDN has some excellent documentation which explains the ins and outs of asynchronous controllers in ASP.NET MVC, yet there aren’t many good examples of how to use it online. Given this, I thought I would make one. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.aaronstannard.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 2, ASP.NET
5
Shouts

Installing a Production Server for ASP.NET MVC 2 - Gil Fink on .Net

published 888 days, 1 hour, 51 minutes ago posted by gilfgilf 890 days, 7 hours, 22 minutes ago
Monday, December 20, 2010 6:20:11 PM GMT Saturday, December 18, 2010 12:49:03 PM GMT
Two days ago I was asked to help with a production server installation. In the customer environment they built an ASP.NET MVC 2 application which they wanted to deploy. I found a very excellent post that Jon Galloway wrote about this subject and used it in at customer. In the post I’ll summarize some of the options that I used when we installed the production server for ASP.NET MVC 2. (more)
category: Web Dev | clicked: 2 | 5 comments | | source: blogs.microsoft.co.il
tags: Deployment, Server, ASP.NET MVC 2
3
Shouts

ASP.NET MVC Binding to Lists–IEnumerables on POST with JQuery

published 908 days, 10 hours, 14 minutes ago posted by ioannisioannis 909 days, 7 hours, 3 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Monday, November 29, 2010 1:08:00 PM GMT
In this post we see how we can bind to editable enumerables-lists in an ASP.NET MVC view and get the updated values in our HttpPost action. Moreover, we see how we can use JQuery to dynamically add/remove items from the list and have our updates transferred to the HttpPost action. (more)
category: Web Dev | clicked: 1 | comment | | source: www.progware.org
tags: ASP.NET MVC 2
3
Shouts

Windows 2008 Hosting BLOG | ASP.NET MVC 3.0 Hosting :: Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3

published 910 days, 21 hours, 46 minutes ago posted by hostdotnethostdotnet 912 days, 15 hours, 28 minutes ago
Saturday, November 27, 2010 10:25:30 PM GMT Friday, November 26, 2010 4:43:42 AM GMT
ASP.NET MVC 3.0 Hosting :: Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3 November 11, 2010 07:16 by Jervis The simplest way to upgrade is to create a new ASP.NET MVC 3 project and copy all the views, controllers, code, and content files from the existing MVC 2 project to the new project and then to update the assembly references in the new project to match the old project. If you have made changes to the Web.config file in the MVC 2 project, you must also merge those changes with the Web.config ... (more)
category: Web Dev | clicked: 1 | comment | | source: windows2008hosting.asphostportal.com
tags: ASP.NET MVC 3, ASP.NET MVC, asphostportal, ASP.NET MVC 2, a
5
Shouts

Creating a ASP.NET MVC HTML Helper for Silverlight

published 921 days, 18 hours, 22 minutes ago posted by bartczernickibartczernicki 921 days, 22 hours, 43 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Tuesday, November 16, 2010 9:28:17 PM GMT
This article covers how to create a custom ASP.NET MVC HTML Helper that will render the required HTML to host a Silverlight application (XAP file). Some knowledge of ASP.NET MVC is required. Source code is included below. (more)
category: Metro | clicked: 0 | comment | | source: silverlighthack.com
tags: ASP.NET MVC, Silverlight, ASP.NET MVC 2
8
Shouts

Building a MVC2 Template, Part 19, Finishing NHibernate | erictopia.com

published 943 days, 19 hours, 42 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 944 days, 5 hours, 47 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 2:24:00 PM GMT
This post will be fairly short. It will also tie together the two previous posts into our solution. If I haven’t left anything out, by the end of this article your solution will compile without errors and all the specifications will pass testing. We’ll start by creating the tables to hold our data. In part 18 we created the mappi... (more)
category: Web Dev | clicked: 0 | comment | | source: erictopia.com
tags: role provider, Ninject, Membership Provider, ASP.NET MVC 2, NHibernate
6
Shouts

Midnight Programmer | Diagnostic Check For ASP.MVC Application's Problems

published 1014 days, 7 hours, 19 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1017 days, 23 hours, 24 minutes ago
Monday, August 16, 2010 12:52:46 PM GMT Thursday, August 12, 2010 8:47:38 PM GMT
Diagnosing problems in your ASP.NET MVC application is now more easy by using a single file which is included in the MVCFutures package. Download this package from CodePlex and just drag and drop a file called MVCDiagnostics.aspx in the root of your MVC application and thats it.   Press F5 and set the URL pointing to the file diagnostics file and you will be able to see a detailed information about your currently running MVC application. The page you see should look something like this.  Share or Book... (more)
category: Web Dev | clicked: 0 | comment | | source: midnightprogrammer.net
tags: ASP.NET MVC 2
7
Shouts

Migrating ASP.NET MVC 2 applications to ASP.NET MVC 3 Preview 1 - Eilon Lipton

published 1031 days, 8 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 1032 days, 2 hours, 25 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 5:46:21 PM GMT
ASP.NET MVC 3 Preview 1 has just been released! More info on ScottGu's blog. Download ASP.NET MVC 3 Preview 1! I just finished up a preview of my ASP.NET MVC application conversion tool to support conversions from ASP.NET MVC 2 to ASP.NET MVC 3. The previous version of the app that converted from ASP.NET MVC 1.0 to ASP.NET MVC 2 is available here. Download The app is a single executable: Download MvcAppConv... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 2, ASP.NET MVC 3 Preview 1, MVC, ASP.NET
7
Shouts

ServerInfo - Easily scan a Machine/Server Farm for Information - New OSS Project

published 1032 days, 6 hours, 3 minutes ago posted by naspinskinaspinski 1033 days, 7 hours, 4 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Wednesday, July 28, 2010 1:07:02 PM GMT
More than once I have been asked what databases are on what server, if server X is running application Y or what websites server ABC is running. These are are relatively simple things to accomplish, and there are tools available to get this information, but this is an extremely simple and portable solution - all the data is kept in xml, so there is no need to install a backend. All that it is required to get all this information is to enter ip addresses... (more)
category: Web Dev | clicked: 0 | comment | | source: naspinski.net
tags: C#, ASP.NET MVC 2, Open Source
5
Shouts

Building a MVC2 Template, Part 15, Adding Ninject | erictopia.com

published 1076 days, 6 hours, 21 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1077 days, 1 hour, 57 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 6:14:23 PM GMT
Our last post saw the creation of two logging services utilizing NLog and Log4Net. In this post we’ll add Ninject to our template and use it to inject the logging service of our choosing. Let’s not kid ourselves.  Most of the development work on an application is done after deployment. No matter how well written the original application is, someone will be replacing part of... (more)
category: Web Dev | clicked: 2 | comment | | source: erictopia.com
tags: Ninject, ASP.NET MVC 2, NLog, Log4net
7
Shouts

Building a MVC2 Template, Part 14, Logging Services | erictopia.com

published 1083 days, 9 hours, 22 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1084 days, 13 hours, 56 minutes ago
Tuesday, June 08, 2010 10:49:46 AM GMT Monday, June 07, 2010 6:15:00 AM GMT
One of my goals with the Nehemiah Project is to make sure the ASP.Net MVC 2 Application template is modular and extensible. What happens when MVC 3 is released? We certainly don’t want to lose all our hard work. What happens if you want to use a new or different ORM? The template should allow the user to easily replace existing components and add new components in ei... (more)
category: Web Dev | clicked: 1 | comment | | source: erictopia.com
tags: ASP.NET MVC 2, NLog, Log4net
5
Shouts

Building a MVC2 Template, Part 13, Finishing the Custom Profile Provider | erictopia.com

published 1090 days, 9 hours, 30 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1091 days, 12 hours, 29 minutes ago
Tuesday, June 01, 2010 10:41:04 AM GMT Monday, May 31, 2010 7:42:16 AM GMT
In part 13 in the Nehemiah Project series we’ll complete the Custom Profile Provider. The profile provider is a generic storage feature and gives our web application the ability to store unique user information. In the profile we can store such items as a web layout, color scheme, zip code, or billing and shipping addresses. (more)
category: Web Dev | clicked: 3 | comment | | source: erictopia.com
tags: ASP.NET MVC 2, profile provider
7
Shouts

NoSQL with RavenDB and ASP.NET MVC - Part 1 - Shiju Varghese's Blog

published 1093 days, 9 hours, 5 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1095 days, 15 hours, 19 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Thursday, May 27, 2010 4:52:37 AM GMT
A while back, I have blogged NoSQL with MongoDB, NoRM and ASP.NET MVC Part 1 and Part 2 on how to use MongoDB with an ASP.NET MVC application. The NoSQL movement is getting big attention and RavenDB is the latest addition to the NoSQL and document database world. RavenDB is an Open Source (with a commercial option) document database for the .NET/Windows platform developed  by Ayende Rahien.  Raven stores schema-less JSON documents, allow you to define indexes using Linq queries and focus on low latency a... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, ravendb, NoSQL, ASP.NET
8
Shouts

My VS 2010 and ASP.NET 4 Talks Online - ScottGu's Blog

published 1095 days, 7 hours, 41 minutes ago posted by mithumithu 1096 days, 3 hours, 10 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 5:01:29 PM GMT
The past 7 years I’ve done an annual all day event in Arizona – organized by the most excellent Scott Cate (who always does a phenomenal job organizing the event and making it a great one). Earlier this month I visited and presented 4+ hours of content covering VS 2010, ASP.NET 4 and ASP.NET MVC 2. The talks are demo-heavy and show off a ton of new features. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: .NET, ASP.NET MVC 2, Visual Studio, VS 2010, ASP.NET 4, ScottGu
4
Shouts

Building a MVC2 Template, Part 12, Finishing the Custom Role Provider | erictopia.com

published 1097 days, 7 hours, 28 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1098 days, 6 hours, 37 minutes ago
Tuesday, May 25, 2010 12:43:13 PM GMT Monday, May 24, 2010 1:34:43 PM GMT
This is a continuation of Part 9 in the series, where we finishing writing the code for the custom Role Provider in our MVC2 Application Template. (more)
category: Web Dev | clicked: 3 | comment | | source: erictopia.com
tags: role provider, ASP.NET MVC 2
9
Shouts

May 20th Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight - ScottGu's Blog

published 1099 days, 9 hours, 10 minutes ago posted by mithumithu 1101 days, 13 hours, 1 minute ago
Sunday, May 23, 2010 11:01:46 AM GMT Friday, May 21, 2010 7:10:38 AM GMT
Here is the latest in my link-listing series.  Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]ASP.NET MVC How to Localize an ASP.NET MVC Application: Michael Ceranski has a good blog post that describes how to localize ASP.NET MVC 2 applications. ASP.NET MVC with jTemplates Part 1 and Part 2: Steve Gentile has... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, .NET4, VS2010, ScottGu, ASP.NET
7
Shouts

Building a MVC2 Template, Part 11, Finishing the Custom Membership Provider | erictopia.com

published 1104 days, 4 hours, 23 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1105 days, 5 hours, 51 minutes ago
Tuesday, May 18, 2010 3:48:19 PM GMT Monday, May 17, 2010 2:19:59 PM GMT
In part 8 of this series we began creating a custom Membership Provider. We’ll finish our custom Membership Provider with this post. This entails expanding our specifications, finishing our membership provider code, and writing a mocking class for our data repository. (more)
category: Web Dev | clicked: 0 | comment | | source: erictopia.com
tags: Membership Provider, ASP.NET MVC 2
8
Shouts

Worldwide Web Camps - ScottGu's Blog

published 1104 days, 4 hours, 23 minutes ago posted by mithumithu 1106 days, 14 hours, 43 minutes ago
Tuesday, May 18, 2010 3:48:19 PM GMT Sunday, May 16, 2010 5:28:08 AM GMT
Over the next few weeks Microsoft is sponsoring a number of free Web Camp events around the world.  These provide a great way to learn about ASP.NET 4, ASP.NET MVC 2, and Visual Studio 2010. The Web Camps are two day events.  The camps aren’t conferences where you sit quietly for hours and people talk at you – they are intended to be interactive.  The first day is focused on learning through presentations that are heavy on coding demos.  The second day is focused on you building real applications using ... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, ASP.NET MVC 2, Microsoft, ASP.NET 4, ScottGu, applications
Previous 1 2 3 Next