DotNetShoutout - Stories tagged with ASP.NET MVC 3 Beta
5
Shouts

Experience ASP.NET MVC 3 Beta - the Razor View Engine

published 927 days, 1 hour, 6 minutes ago posted by JemmJemm 927 days, 6 hours, 26 minutes ago
Friday, November 05, 2010 5:51:43 PM GMT Friday, November 05, 2010 12:31:33 PM GMT
In the coming ASP.NET MVC 3.0 a lot of new good things will be added or enhanced. In this series of articles aimed to ASP.NET MVC 3 Beta release, let's try to delve into some of the important points, such as the new view engine - Razor, new ASP.NET Web Pages Helper methods, enhanced Dependency Injection support, new support for Unobtrusive jQuery-based Ajax and jQuery validation, etc. by concrete samples. In this article, we are going to focus upon the new view engine Razor to see how it will simplify t... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, ASP.NET MVC 3 Beta, Razor
6
Shouts

Chart Web Helper in ASP.NET MVC 3 Beta

published 934 days, 5 hours, 39 minutes ago posted by JemmJemm 935 days, 5 hours, 54 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 1:03:24 PM GMT
Adding charts to your application has always been a non trivial exercise. Charts can be hard to implement, but thanks to the new Microsoft Web Helpers library, adding charts to your website is simple. This library can be downloaded through NuPack. NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. This article will show you how to download the library and start using some of these new helpers. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetcurry.com
tags: ASP.NET MVC, ASP.NET MVC 3 Beta, chart
8
Shouts

Changes in ASP.NET MVC 3 Beta

published 939 days, 21 hours, 30 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 942 days, 9 hours, 59 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Thursday, October 21, 2010 8:58:37 AM GMT
This article shows changes and bug fieses from article of Imran Baloch blog - bug Fixes and Changes in ASP.NET MVC 3 Beta  Few days ago when ASP.NET MVC team released ASP.NET MVC 3 Beta. This beta release includes some new features, some changes, some improvements and bug fixes. For detail of this beta release see Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2. In this article, I will show you the most important changes and bug fixes. Seeing and knowing new changes. (more)
category: Web Dev | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: ASP.NET MVC, ASP.NET MVC 3 Beta, BugFix ASP.NET MVC
5
Shouts

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

published 941 days, 17 hours, 34 minutes ago posted by iftekharahmedamitiftekharahmedamit 942 days, 19 hours, 13 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
9
Shouts

Introducing NuPack Package Management for .NET Another piece of the Web Stack - Scott Hanselman

published 954 days, 4 hours, 38 minutes ago posted by jantujantu 956 days, 11 hours, 55 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 7:02:31 AM GMT
Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately, and today ScottGu announced the developer preview of NuPack. It's a piece of the stack that's been notably missing for years and after using it for a while now, I'm not sure how I lived without it. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. Package Management itself is not a new con... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 3 Beta, ASP .NET