DotNetShoutout - Stories tagged with ASP.NET MVC
4
Shouts

A More Fluent API For AutoMapper

posted by Matt_TCFMatt_TCF 957 days, 17 hours, 44 minutes ago
Tuesday, October 05, 2010 1:27:30 AM GMT
I love AutoMapper. I’ve used it in virtually every ASP.NET MVC application I’ve ever worked on. It has saved me countless lines of tedious code, and it’s quite smart at inferring the correct mappings. However, my one complaint is that the API for specifying the more complicated mappings is, in a word, ugly. It’s flexible, sure, but ugly. In this post, I’ll show you how a few simple extension methods that can make things much prettier. (more)
category: Web Dev | clicked: 10 | comment | | source: trycatchfail.com
tags: ASP.NET MVC, Extension Methods, AutoMapper
6
Shouts

Dean Hume - MVC and the Google Visualization API (DataTable)

published 966 days, 10 hours, 55 minutes ago posted by deanomachinodeanomachino 968 days, 5 hours, 29 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 1:42:45 PM GMT
MVC and the Google Visualization API (DataTable) Google have created an awesome visualization API. It enables you to add live charts, graphs and tables to your web pages. It is quite flexible and has some great features that are quite easy to use once you get started. I started playing around with this API and decided to build a datatable using ASP.net MVC and the visualization API. Click here to view a simple demo. Let's start off by adding a reference to the latest jQuery library. Then we wil... (more)
category: Web Dev | clicked: 9 | comment | | source: deanhume.com
tags: ASP.NET MVC, C#, Google API, Visualization, MVC
6
Shouts

Using DI Containers in ASP.NET MVC

published 969 days, 22 minutes ago posted by sonukapoorsonukapoor 971 days, 2 hours, 42 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Tuesday, September 21, 2010 4:29:00 PM GMT
How to use Dependency Injection containers in ASP.NET MVC. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, Dependecy Injection
12
Shouts

Solid ASP.NET MVC applications recommendations

published 970 days, 22 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 972 days, 5 hours, 50 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 1:21:28 PM GMT
Coding guidelines aimed at helping the ASP.NET MVC developer create solid applications. Of course, it's up to you as the developer to decide which of these guidelines are appropriate for your application. Mode, View, Controller, Perfomance and testing recommendations can show best practices for any developer that using ASP.NET MVC 2 or ASP.NET MVC 3. (more)
category: Web Dev | clicked: 12 | comment | | source: blog.agafonov.net.ua
tags: ASP.NET MVC 3, ASP.NET MVC, Best Practices, SOLID Principle, SOLID Principles, ASP.NET
2
Shouts

Unit Tests for ASP.NET MVC application that uses resources in code behind.

published 973 days, 4 hours, 57 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 975 days, 21 hours, 40 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Thursday, September 16, 2010 9:31:29 PM GMT
Download source files - here. Some time ago I start to play with ASP.NET MVC. It is very well pattern and Microsoft made nice choose that implemented it for ASP.NET in my opinion. I started a project that uses ASP.NET MVC. This project requests multilingual support. I use resources for this. It works well when I use resource's properties in the View's layer but when I call resource's properties from code behind... (more)
category: Web Dev | clicked: 1 | comment | | source: rredcat.blogspot.com
tags: ASP.NET MVC, Unit Tests, resource
5
Shouts

Learning Ruby on Rails for a .Net MVC C# Coder

published 974 days, 5 hours, 54 minutes ago posted by naspinskinaspinski 976 days, 8 hours ago
Saturday, September 18, 2010 1:16:58 PM GMT Thursday, September 16, 2010 11:11:53 AM GMT
A quick reference for equivalent methods/approaches. I am learning RoR for a new project that requires the ability to truly run cross-platform (don't even say Mono...). That said, I love .net, but Ruby on Rails is a fantastic MVC framework. I am learning a lot about MVC programming in general and here is my contribution to others trying to learn RoR in my situation. (more)
category: Web Dev | clicked: 0 | comment | | source: naspinski.net
tags: ASP.NET MVC, Ruby on Rails, C#, Ruby
12
Shouts

Complexity in ASP.NET MVC, Part 2: Plan your AJAX Carefully

published 974 days, 5 hours, 54 minutes ago posted by sonukapoorsonukapoor 979 days, 5 hours, 3 minutes ago
Saturday, September 18, 2010 1:16:58 PM GMT Monday, September 13, 2010 2:08:41 PM GMT
Brian Mains discusses management of Ajax requests in ASP.NET MVC. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, Ajax
6
Shouts

Tying it Together « Composite Code

published 985 days, 17 hours, 47 minutes ago posted by http://compositecode.com/http://compositecode.com/ 988 days, 21 hours, 13 minutes ago
Tuesday, September 07, 2010 1:24:33 AM GMT Friday, September 03, 2010 9:58:15 PM GMT
I’ve been working through a project recently that I ended up creating an interesting abstraction of an assembly/classes between multiple web services projects.  I wrote about it initially in Aggregated Web Services Pt I.  In this blog entry is going to cover a few things, based on a full end-to-end implementation ... (more)
category: Web Dev | clicked: 1 | comment | | source: compositecode.com
tags: ASP.NET MVC, JSON, Web Service, jQuery, Ajax, REST
4
Shouts

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

published 991 days, 4 hours, 40 minutes ago posted by DustinDustin 991 days, 9 hours, 59 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
7
Shouts

Behind the scenes at mvcConf How we ran a free virtual conference - Jon Galloway

published 996 days, 2 hours, 52 minutes ago posted by jantujantu 997 days, 6 hours, 37 minutes ago
Friday, August 27, 2010 4:19:51 PM GMT Thursday, August 26, 2010 12:34:07 PM GMT
mvcConf was a free, virtual conference focused on ASP.NET MVC which ran on 7/22. We ran 25 sessions in three virtual rooms and had roughly 500 people logged on throughout the day. All sessions were run via LiveMeeting and were recorded. We were really happy with the community reception, e.g. this public “well done” for the ASP.NET MVC Conference post. This post talks about how we ran it, what worked well, and where we can improv... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
3
Shouts

.NET Links of the Week #31

published 1012 days, 4 hours, 52 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1013 days, 3 hours, 30 minutes ago
Wednesday, August 11, 2010 2:19:45 PM GMT Tuesday, August 10, 2010 3:41:02 PM GMT
.NET Links of the Week #31! The biggest news of last week, Microsoft announced Visual Studio LightSwitch, a tool to create standard business applications. Looks great, the beta will be available at August 23. Also some articles that covers EF "Code First" and ASP.NET MVC. Enjoy reading! (more)
category: How To | clicked: 0 | 1 comment | | source: www.mbaldinger.com
tags: ASP.NET MVC, EF, C#, link list, links, MVC
7
Shouts

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

published 1024 days, 7 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 1025 days, 1 hour, 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

ASP.NET MVC 3: Using multiple view engines in same project

published 1025 days, 5 hours, 3 minutes ago posted by gpeipmangpeipman 1025 days, 10 hours, 35 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Thursday, July 29, 2010 8:36:35 AM GMT
One of nice features of ASP.NET MVC 3 is support for multiple view engines. There will be two out-of-box view engines: one for classic ASPX-based views and one for Razor-based views. In this posting I will show you this new feature and demonstrate how to use different view engine in same project. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
8
Shouts

HanselMinutes - Show #224 - ASP.NET MVC 3 Preview 1 with Phil Haack

posted by rajuraju 1025 days, 13 hours, 31 minutes ago
Thursday, July 29, 2010 5:40:16 AM GMT
ASP.NET MVC matches forward. Scott talks to Phil Haack about today's Preview 1 release. There's new features to make dependency injection easier, an all new "Razor" ViewEngine, and much more. How do they choose these features and how can the community help? (more)
category: Podcast | clicked: 0 | comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, Razor, View Engine
10
Shouts

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

published 1024 days, 7 hours, 10 minutes ago posted by StevesSteves 1026 days, 3 hours, 30 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
11
Shouts

ASP.NET MVC 3: Creating HttpStatusCodeResult with view based body

published 1024 days, 7 hours, 10 minutes ago posted by gpeipmangpeipman 1026 days, 7 hours, 27 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 11:43:55 AM GMT
My last posts described new action results in ASP.NET MVC 3 – HttpNotFoundResult and HttpStatusCodeResult. Unfortunately these result have no body to send to client but there are times we need it to inform our visitor about problems the way that we don’t go out of information context where visitor is. In this example I will show you how to write your own HttpStatusCodeResult that has also body. (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
11
Shouts

ASP.NET MVC 3: Using HttpStatusCodeResult

published 1024 days, 7 hours, 10 minutes ago posted by gpeipmangpeipman 1026 days, 10 hours, 21 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 8:50:52 AM GMT
ASP.NET MVC 3 also introduces new action result HttpStatusCodeResult. This action result provides you way how to specify HTTP status code and status description in your controllers. In this posting I will show you how to use HttpStatusCodeResult in your real-world applications providing meaningful status code for products that were online once but are now gone and we don’t expect them to be back in future. (more)
category: Web Dev | clicked: 7 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, SEO
8
Shouts

Introducing ASP.NET MVC 3 (Preview 1) - ScottGu's Blog

published 1026 days, 6 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 1027 days, 10 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 7:01:54 PM GMT
This morning we posted the “Preview 1” release of ASP.NET MVC 3.  You can download it here. We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development cycle.  Our goal with early preview releases like the one today is to get feedback – both on what you like/dislike, and what you find missing/incomplete.  This feedback is super valuable – and ultimately makes the final product much, much better.ASP.NET MVC ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, asp.netmvc, Visual Studio, Community News, MVC, ASP.NET
11
Shouts

ASP.NET MVC 3: New ViewModel is dynamic ViewData

published 1025 days, 5 hours, 3 minutes ago posted by gpeipmangpeipman 1027 days, 44 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Tuesday, July 27, 2010 6:27:33 PM GMT
ASP.NET MVC 3 introduces new ViewModel property of Controller that you can use to assign different properties to the model of your view. ViewModel is dynamic by type. In this posting I will show you how to use ViewModel property in your ASP.NET MVC applications. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
9
Shouts

ASP.NET MVC 3: Using HttpNotFoundResult action result

published 1026 days, 6 hours, 6 minutes ago posted by gpeipmangpeipman 1027 days, 53 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 6:18:43 PM GMT
ASP.NET MVC 3: Using HttpNotFoundResult action result ASP.NET MVC 3 introduces some new action results like HttpNotFoundResult that you can use to let browser know that resource was not found. In this posting I will show you how to use HttpNotFoundResult in real-world applications. (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 16 17 Next