DotNetShoutout - Stories tagged with ASP.NET MVC
7
Shouts

Hanselminutes on 9 - ASP.NET MVC 3 and NEW ASP.NET Futures with Phil Haack and Morgan the Intern - Scott Hanselman - Channel 9

published 1033 days, 3 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 1033 days, 22 hours, 39 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 6:18:06 PM GMT
Scott sneaks 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... (more)
category: Screencast | clicked: 1 | comment | | source: channel9.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Channel 9, MVC, ASP.NET
11
Shouts

ASP.NET MVC 3 Preview 1 is released!

published 1032 days, 2 hours, 48 minutes ago posted by gpeipmangpeipman 1033 days, 22 hours, 53 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Tuesday, July 27, 2010 6:03:34 PM GMT
ASP.NET MVC 3 Preview 1 is launced and available for download. There are many cool features and I strongly suggest you to try the new version out. In this posting I will give you quick overview about what’s new in ASP.NET MVC 3. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
5
Shouts

How to make AJAX-requests to ASP.NET MVC application using jQuery

posted by gpeipmangpeipman 1035 days, 19 hours, 33 minutes ago
Sunday, July 25, 2010 9:23:29 PM GMT
How to make AJAX-requests to ASP.NET MVC application using jQuery I decided to write over long time one posting that is directed to beginners who start with jQuery and AJAX. One of the first things to study is how to make requests to server and how to retrieve objects. In this posting I will show you how to use jQuery to retrieve JSON data from ASP.NET MVC application and how to debug it. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Beginners, jQuery, Ajax
10
Shouts

ASP.NET MVC: Using dynamic type to test controller actions returning JsonResult

published 1034 days, 7 hours, 5 minutes ago posted by gpeipmangpeipman 1037 days, 4 hours, 24 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Saturday, July 24, 2010 12:32:37 PM GMT
I wrote unit tests for my ASP.NET MVC application that uses some jQuery AJAX-components. These components load data from server in JSON format. I needed to write tests for these methods to make sure that correct data is returned to client. In this posting I will show you how to use dynamic type to test JSON-based action results and therefore avoid creating DTO classes. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, JSON, Testing
5
Shouts

Put an IOC Powered Bootstrapper in your ASP.NET MVC Application

published 1042 days, 6 hours, 33 minutes ago posted by Sunday_IronfootSunday_Ironfoot 1044 days, 2 hours, 10 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Saturday, July 17, 2010 2:47:08 PM GMT
Do you have a fat Global.asax file in your ASP.NET MVC application? Does it contain 1000’s of lines of application start-up code? Want to break it out into separate classes and gain the benefits of decoupling, dependency injection and unit testability? (more)
category: Web Dev | clicked: 6 | comment | | source: www.dominicpettifer.co.uk
tags: ASP.NET MVC, Best Practices, ioc container, Patterns & Practices
5
Shouts

Rendering enum as HTML select in ASP.NET MVC 2

published 1042 days, 6 hours, 33 minutes ago posted by alexandermpalexandermp 1046 days, 3 hours, 16 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Thursday, July 15, 2010 1:40:20 PM GMT
Render an enum from C# as a HTML select element with enum values as options, in ASP.NET MVC 2, using HtmlHelper class extension. (more)
category: Web Dev | clicked: 1 | comment | | source: alexandermp.com
tags: ASP.NET MVC, HtmlHelper, C# 3.5
5
Shouts

Scott Hanselman - Simple Code First with Entity Framework 4 - Magic Unicorn Feature CTP 4

published 1045 days, 4 hours, 21 minutes ago posted by rajuraju 1046 days, 9 hours, 12 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 7:44:23 AM GMT
Microsoft's been releasing a number of right-sized LEGO pieces lately. In case you missed it, Betas have been announced for:SQL 4 Compact Edition - It has a small embedded file-based SQL Database, and a web-server called IIS Express that's compatible with the full version of IIS. "Razor" Page Syntax- A way to make pages/ViewEngine called "Razor." Your sites can be later be expanded to use all of ASP.NET MVC. It's a simple syntax that is easy to learn. WebMatrix - It's a small (15 megs if you have .NET 4,... (more)
category: Web Dev | clicked: 2 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, .net 4, Framework4.0, SQL, Razor, IIS Express
10
Shouts

Xaml Meets ASP.NET MVC – Create databound visualizations with Xaml + ASP.NET MVC using XamlAsyncController

published 1046 days, 3 hours, 34 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1046 days, 22 hours, 10 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 6:46:21 PM GMT
For some time, I was thinking about leveraging the power of Xaml to create databound images/visualizations in web applications, and did a quick POC implementation of the same. Here is the demonstration. We’ll start from the final output, and see how quickly you can render a Xaml control as an image from your ASP.NET MVC Controller – after binding that to your ViewData or view model. [+] Related Code: Go get it, from codeplexGenerating data bound images using Xaml The gist of this article is how you can... (more)
category: Web Dev | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: ASP.NET MVC, .NET, XAML
12
Shouts

Server installation options for ASP.NET MVC 2 - Jon Galloway

published 1046 days, 3 hours, 34 minutes ago posted by jantujantu 1047 days, 56 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 4:00:33 PM GMT
Server installation options for ASP.NET MVC 2 I’ve answered several questions about installing ASP.NET MVC 2 on a server lately, and since I didn’t find a full summary I figured it was time to write one up. Here’s a look at some of the top options:WebPI Bin deploy Run the full AspNetMVC2_VS2008.exe installer Command-line install with aspnetmvc2.msi WebPI WebPI has quickly become my favorite way to install Microsoft web platform software (including development tools) on my development machine, and it’s ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET
8
Shouts

Slow Down Filter for Throttling Requests with ASP.NET MVC

published 1046 days, 3 hours, 34 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1047 days, 11 hours, 3 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 5:54:00 AM GMT
I’ve been looking for a good filter to play with and finally found one today. Basically, I want to slow down requests to prevent people and/or other mechanisms from submitting a form. (more)
category: Web Dev | clicked: 0 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC
13
Shouts

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

published 1050 days, 6 hours, 12 minutes ago posted by iftekharahmedamitiftekharahmedamit 1051 days, 7 hours, 59 minutes 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
8
Shouts

July 9th Links ASP.NET, ASP.NET MVC, jQuery, Silverlight, WPF, VS 2010 - Scott Guthrie

published 1050 days, 6 hours, 12 minutes ago posted by jantujantu 1052 days, 5 hours, 31 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 11:26:04 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 Extending ASP.NET Output Caching: Scott Mitchell has a nice article that discusses how to take advantage of ASP.NET 4’s extensible cache provider API to implement richer output caching mechanisms.  Also check o... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Silverlight, WPF, VS 2010, jQuery, ASP.NET
5
Shouts

Using MVCContrib glue to bring Visual Basic WebForms and C# MVC together

published 1052 days, 3 hours, 12 minutes ago posted by Matt_TCFMatt_TCF 1052 days, 11 hours, 37 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 5:20:01 AM GMT
I’ve found myself in the less-than-desirable situation of having to work with WebForms again. After working almost exclusively with ASP.NET MVC for the better part of three years, the inadequacies of WebForms seem even more prominent. While running MVC and WebForms in the same applications is easy enough, we’re facing an added complication: our WebForms application was written in Visual Basic. While you can’t mix-and-match C# MVC and VB WebForms within the same application directly, you can leverage M... (more)
category: Web Dev | clicked: 3 | comment | | source: trycatchfail.com
tags: ASP.NET MVC, WebForms, MVCContrib, Visual Basic
7
Shouts

Microsoft WebMatrix in Context and Deploying Your First Site - Scott Hanselman

published 1053 days, 3 hours, 23 minutes ago posted by jantujantu 1054 days, 8 hours, 51 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 8:05:17 AM GMT
ScottGu announced Microsoft WebMatrix Beta today. It's a small (15 megs if you have .NET 4, 50megs if you don't) lightweight IDE for making ASP.NET or PHP websites. It has a small embedded file-based SQL Database, and a web-server called IIS Express that's compatible with the full version of IIS. It uses a View Engine called "Razor" to make Web Pages, and your sites can be later be expanded to use all of ASP.NET MVC. It's a simple syntax that is easy to learn It uses the WebDeploy engine to deploy apps t... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, Learning .NET, WebMatrix, IIS, ASP.NET
4
Shouts

The Simple Migration to Azure « Loosely Coupled Human Code Factory

published 1066 days, 6 hours, 47 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1067 days, 35 minutes ago
Friday, June 25, 2010 10:09:22 AM GMT Thursday, June 24, 2010 4:21:58 PM GMT
« This is a quick entry just to show how to migrate an existing ASP.NET (or ASP.NET MVC) Web Application to Windows Azure.  Make sure you have the Azure Tools SDK installed before stepping through this, otherwise you’ll get an empty project folder and end up with web page in Visual Studio.  With your existing solu... (more)
category: Web Dev | clicked: 0 | comment | | source: compositecode.com
tags: ASP.NET MVC, Windows Azure, cloud applications, ASP.NET
5
Shouts

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

published 1071 days, 5 hours, 5 minutes ago posted by KluggerKlugger 1074 days, 38 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
9
Shouts

Scott Hanselman - Hanselminutes Podcast 217 - MVC Turbine and IoC made easy with Javier Lozano

published 1074 days, 3 hours, 20 minutes ago posted by rajuraju 1076 days, 4 hours, 47 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Tuesday, June 15, 2010 12:09:23 PM GMT
My two-hundred-and-seventeenth podcast is up. Scott talks to Javier Lozano about his open source MVC Turbine project and how it makes Dependency Injection and inversion of control extremely easy. These concepts can be tricky to jump into and usually require custom code in your app. MVC Turbine makes it easy to get up and running in minutes with ASP.NET MVC and IoC... (more)
category: Podcast | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, IoC, MVC
12
Shouts

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 1076 days, 3 hours, 7 minutes ago posted by rajuraju 1077 days, 12 hours, 55 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
6
Shouts

HanselMinutes - Show #217 - MVC Turbine and IoC made easy with Javier Lozano

published 1078 days, 6 hours, 29 minutes ago posted by rajuraju 1079 days, 15 hours, 1 minute ago
Sunday, June 13, 2010 10:28:14 AM GMT Saturday, June 12, 2010 1:55:24 AM GMT
Scott talks to Javier Lozano about his open source MVC Turbine project and how it makes Dependency Injection and inversion of control extremely easy. These concepts can be tricky to jump into and usually require custom code in your app. MVC Turbine makes it easy to get up and running in minutes with ASP.NET MVC and IoC. (more)
category: Podcast | clicked: 1 | 1 comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, IoC, HanselMinutes, MVC
13
Shouts

Creating a custom View Engine for ASP.NET MVC leveraging Text Templates (T4)

published 1076 days, 3 hours, 7 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1080 days, 5 hours, 11 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Friday, June 11, 2010 11:46:13 AM GMT
This post is about creating a custom View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there, and this is largely experimental :). This is in fact a spin off idea of some thing else I was doing :). [+] Download Related Source Code For me, the most beautiful aspect of ASP.NET MVC is it’s extensibility – they way you can ‘stretch’ the framework, to make it suitable for your own needs. I highly recommend you to read this article from Code Climber’s blog - 13 ASP.NET... (more)
category: Web Dev | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: ASP.NET MVC, C#, MVC
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 16 17 Next