DotNetShoutout - Stories tagged with ASPNETMVC
3
Shouts

The missing Html5 template of ASP.NET MVC3 - Kazi Manzur Rashid

published 910 days, 19 hours, 29 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 912 days, 45 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Wednesday, November 24, 2010 9:13:23 PM GMT
In my last post, I mentioned that the default template that comes with the ASP.NET MVC would not renders properly if you use any of the new Html5 elements like article, section, header etc etc, before moving forward let me show you a brief example, lets say you are using the following markup in your view: (more)
category: Web Dev | clicked: 1 | comment | | source: kazimanzurrashid.com
tags: ASPNETMVC, ASP .NET, ASP .NET MVC, html5
4
Shouts

MVC 3 Beta – First Impressions - IBloggable - implemented

published 919 days, 20 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 920 days, 22 hours, 2 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 11:56:18 PM GMT
I’m sure most of you have read ScottGu’s announcement about MVC 3 going Beta. I was able to play with the bits and here are my thoughts about this release. One of the first things I noticed was that the Razor view engine (which was initially named as CshtmlViewEngine) has been renamed as RazorViewEngine. This is a good thing now that Razor supports not just the C#, but also VB.net. Plus RazorViewEngine makes lot more sense than CshtmlViewEngine (IMHO, even in the earlier version when only CS was support... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

Using ASP.NET Web Pages Helpers in ASP.NET MVC - Imran Baloch's Blog

published 926 days, 6 hours, 18 minutes ago posted by iftekharahmedamitiftekharahmedamit 927 days, 14 hours, 26 minutes ago
Wednesday, November 10, 2010 3:41:01 PM GMT Tuesday, November 09, 2010 7:32:27 AM GMT
ASP.NET MVC 3 includes some helper methods of ASP.NET Web Pages technology that are used for common functionality. These helper methods includes: Chart, Crypto, WebGrid, WebImage and WebMail. For details of these helper methods, please see ASP.NET MVC 3 Beta Release Notes. However there are some other helper methods present in ASP.NET Web Pages and may also be useful for you like Google Analytic, Bing Search, Twitter Profile, Facebook Like etc. For details of all ASP.NET Web Pa... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, Helpers, ASP.NET
7
Shouts

MSDN Magazine: Cutting Edge - Dynamic Action Filters in ASP.NET MVC

published 931 days, 4 hours, 7 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 933 days, 10 hours, 20 minutes ago
Friday, November 05, 2010 5:51:43 PM GMT Wednesday, November 03, 2010 11:38:59 AM GMT
Action filters are a powerful feature of ASP.NET MVC controllers that can help you build aspect-oriented Web solutions. In this issue we dive deeper into creating your own dynamic action filters. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: msdn.microsoft.com
tags: Action Filter, ASPNETMVC, MSDN, MSDN Magazine
6
Shouts

A quick look at what’s new in Orchard 0.8 - Bertrand Le Roy's blog

published 937 days, 24 minutes ago posted by NickolayNickolay 938 days, 7 hours, 24 minutes ago
Saturday, October 30, 2010 9:34:34 PM GMT Friday, October 29, 2010 2:34:34 PM GMT
We shipped Orchard 0.8 on Monday and it’s the last release we will make before 1.0, which is scheduled for January 2011. We think it’s a pretty nice release in that it wraps up the UI story for the platform.1. New theme engine with Razor and Clay ASP.NET MVC, on which Orchard is built, supports alternative view engines. Orchard does too, and 0.8 is the first release where the new Razor view engine is the default. All existing views in Orchard have been moved to... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, CMS, Clay, ASPNETMVC, Razor, Orchard, MVC, ASP.NET
7
Shouts

ASP.NET MVC 3: Layouts with Razor - ScottGu's Blog

published 944 days, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 944 days, 21 hours, 53 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Saturday, October 23, 2010 12:06:02 AM GMT
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release.  It supports “go live” deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post.  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This is another in a series of “mini-posts” I’m doing that talk about a few of the new ASP.NET MVC 3 Beta features in more detai... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

ASP.NET MVC 3: New @model keyword in Razor - ScottGu's Blog

published 945 days, 20 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 946 days, 22 hours, 14 minutes ago
Friday, October 22, 2010 1:23:36 AM GMT Wednesday, October 20, 2010 11:45:01 PM GMT
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release.  It supports “go live” deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post.  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This post is the first of several “mini-posts” I’m going to do that talk about a few of the new ASP.NET MVC 3 Beta features in m... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3 Beta, ASPNETMVC, Beta, MVC, ASP.NET
6
Shouts

Integrate Html5 Form in ASP.NET MVC - Kazi Manzur Rashid's Blog

published 945 days, 20 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 946 days, 23 hours, 57 minutes ago
Friday, October 22, 2010 1:23:36 AM GMT Wednesday, October 20, 2010 10:01:08 PM GMT
This article is divided into three parts. In the first, part I will show you how you can add Html5 forms in your ASP.NET MVC application with very minimum effort. In the second part, I will show you how to implement client side validation which will trigger automatically even when the browser does not have the html5 client side validation support and in th... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, MVC, ASP.NET, html5
8
Shouts

Choosing between ASP.NET–WebForms, MVC, WebMatrix – Choice is a GOOD thing. - Joe Stagner

published 951 days, 7 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 952 days, 23 hours, 26 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Thursday, October 14, 2010 10:32:23 PM GMT
Yesterday Microsoft announced new (beta) releases of  a number of forthcoming web development technologies. [ Read HERE ] A member of one of the mailing lists I’m on was very upset! He complained that TWO choices were two many (WebForms and MVC) and adding a THIRD (WebMatrix) was simply ridiculous.  I know he was serious because he said “seriously” many times.   ScottGu posted an interesting opinion [ About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular)  ] on his blog s... (more)
category: Web Dev | clicked: 5 | comment | | source: msjoe.com
tags: ASP.NET MVC, WebForms, ASPNETMVC, WebMatrix, MVC, ASP.NET
8
Shouts

Moses' Blog | KiGG 3.0 Released

published 952 days, 7 hours, 7 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 953 days, 13 hours, 14 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Thursday, October 14, 2010 8:44:35 AM GMT
Yesterday we released KiGG 3.0 and baselined the source code for version 3. No major changes in this release. We upgraded to ASP.Net MVC 2.0 on .Net 3.5 SP1 & VS2008. This release is going to be the last release on .Net 3.5 SP1 and VS2008. We plan to upgrade to .Net 4.0 and migrate the solution to VS2010 and start use Entity Framework 4.0 and maybe abandon LINQ to SQL support. Visit http://kigg.codeplex.com for more information. Here set of requirements for your development workstation if you are pla... (more)
category: How To | clicked: 12 | 1 comment | | source: mosesofegypt.net
tags: EF, ASPNETMVC, DotNetShoutout, entityframework, linqtosql, KiGG
8
Shouts

Dependency Injection for Filters in MVC3

published 952 days, 7 hours, 7 minutes ago posted by JemmJemm 954 days, 12 hours, 1 minute ago
Friday, October 15, 2010 2:51:37 PM GMT Wednesday, October 13, 2010 9:57:45 AM GMT
One of the new features of the Dependency Inject (DI) components from MVC3 is something called a IFilterProvider.  The purpose of this component is to provide a simpler way for MVC applications to interact with filters (action, exception, result, etc.). In the previous versions, trying to achieve something like providing DI support to filters was doable, it just required deeper integration into the MVC runtime. (more)
category: Web Dev | clicked: 1 | comment | | source: lozanotek.com
tags: IoC, ASPNETMVC, asp.net mvc 3.0, DI
9
Shouts

Developer Review - Four ASP.NET MVC View Engines - Coding4Fun - Jason Haley

published 952 days, 7 hours, 7 minutes ago posted by iftekharahmedamitiftekharahmedamit 954 days, 23 hours, 24 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Tuesday, October 12, 2010 10:34:53 PM GMT
In this Developer Review, we evaluate four view engines available for use with ASP.NET MVC. First, we discuss the role a view engine plays in a website built with ASP.NET MVC, then we provide details about the four view engines in order to help you decide which one suits your needs... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, MVC, ASP.NET
7
Shouts

OpenID for ASP.NET MVC, A Quick Setup - Andrew Kharlamov

published 955 days, 7 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 957 days, 5 hours, 16 minutes ago
Tuesday, October 12, 2010 2:27:34 PM GMT Sunday, October 10, 2010 4:42:22 PM GMT
I went around the internet looking for a quick tutorial setting up DotNetOpenAuth for a project. No big surprise everything I ran into was either too confusing to follow or filled with useless information. If you need to get your ASP.NET MVC website setup with some basic OpenID Authentication, I can help get you started. All you need is a DLL, a view, and two controller actions. First download the latest DotNetOpenAuth an... (more)
category: Web Dev | clicked: 11 | comment | | source: andrewblogs.com
tags: ASP.NET MVC, DotNetOpenAuth, OpenID, ASPNETMVC, MVC, ASP.NET
6
Shouts

MSDN Magazine: Cutting Edge - Action Filters in ASP.NET MVC

published 962 days, 10 hours, 33 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 964 days, 11 hours, 2 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Sunday, October 03, 2010 10:56:25 AM GMT
Here’s an in-depth exploration of a powerful feature of ASP.NET MVC controllers that can greatly help you in the building of aspect-oriented Web solutions. (more)
category: Web Dev | clicked: 0 | comment | | source: msdn.microsoft.com
tags: ASPNETMVC, MSDN, MSDN Magazine, MVC
4
Shouts

Committing To ASP.NET MVC - New DevExpress Extensions (coming soon in v2010 vol 2) - Mehul Harry's DevExpress Blog

published 996 days, 7 hours, 28 minutes ago posted by DustinDustin 996 days, 12 hours, 47 minutes ago
Wednesday, September 01, 2010 2:30:56 PM GMT Wednesday, September 01, 2010 9:12:03 AM GMT
If you’re serious about developing with the ASP.NET MVC framework then you’ll love this announcement! DevExpress is throwing major support for ASP.NET MVC by offering you many new DevExpress ASP.NET MVC Extensions. And you’ll be happy to hear that the current DevExpress Extensions are also extending their functionality. New ASP.NET MVC Extensions The first release of DevExpress ASP.NET MVC Extensions, while exciting, was limited to just 5 extensions. Why? We wanted to make sure that you, our customer... (more)
category: Web Dev | clicked: 0 | comment | | source: community.devexpress.com
tags: ASP.NET MVC, DevExpress, ASPNETMVC, Extensions Extension, ASP.NET
8
Shouts

Inline Razor Syntax Overview

published 1025 days, 9 hours, 39 minutes ago posted by MikesdotnettingMikesdotnetting 1026 days, 15 hours, 3 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 6:55:22 AM GMT
Inline Razor Syntax Overview   With the launch of WebMatrix, and the announcement of the new Razor View Engine for the next version of ASP.NET MVC, here's a quick guide to Razor syntax.   All code blocks must appear within @{ ... } brackets. As soon as you type @, you are assumed to have started writing code. Everything that follows is assumed to be code, unless you tell Razor otherwise: If you want to render the variable number within the loop above, you have to prefix it with an @ ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.mikesdotnetting.com
tags: asp net mvc, ASPNETMVC, asp net web pages, Razor
7
Shouts

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

published 1029 days, 9 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 1030 days, 4 hours, 12 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
10
Shouts

ASP.NET MVC 3 Preview 1 Released – Channel 9 Video and Hanselminutes Podcast 224, Oh My! - Scott Hanselman

published 1029 days, 9 hours, 58 minutes ago posted by StevesSteves 1031 days, 6 hours, 17 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 3:41:44 PM GMT
Phil and friends released ASP.NET MVC 3 Preview 1 today. I snuck into the office of Phil Haack and Morgan the Canadian Intern to talk about the release of ASP.NET MVC 3 Preview 1 and some of the cool "futures" stuff that Morgan (and our fleet of interns) is working on. This video isn't only about MVC as Morgan's working on some cool CSS Sprites stuff that works nicely in WebForms that you should check out as well. Also, my two-hundred-and-twenty-fourth podcast is up and I talk more in depth with, yes,... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 3 Preview 1, MVC, ASP.NET
13
Shouts

Use Razor as ASP.NET MVC ViewEngine - Kazi Manzur Rashid

published 1048 days, 11 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 1049 days, 13 hours, 1 minute ago
Sunday, July 11, 2010 10:44:53 AM GMT Saturday, July 10, 2010 8:57:33 AM GMT
ince the release of Razor I could not manage time to give a deep dive into this new framework. Last night, I started to explore, the idea was to create ASP.NET MVC View Engine, yes I know the official version is coming up end of this month, but it will give me enough details of the Razor internals in the mean time. Part of the goal was to port the default AS... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, Razor, MVC, ASP.NET
5
Shouts

Multi-tenant ASP.NET MVC - Views - Zack Owens

published 1069 days, 10 hours, 7 minutes ago posted by KluggerKlugger 1072 days, 5 hours, 40 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Thursday, June 17, 2010 4:18:58 PM GMT
So far we have covered the basic premise of tenants and how they will be delegated. Now comes a big issue with multi-tenancy, the views. In some applications, you will not have to override views for each tenant. However, one of my requirements is to add extra views (and controller actions) along with overriding views from the core structure. This presents a bit of a problem in locating views for each... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, MVC, ASP.NET