DotNetShoutout - Stories tagged with MVC
5
Shouts

Zen and the Art of Dependency Injection in MVC

published 688 days, 17 hours ago posted by tduponttdupont 690 days, 22 hours, 2 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 2:50:51 PM GMT
Right out of the box the MVC model binders are already injecting models straight into your controllers, so why not take it one more step forward and inject your services too? If you are not already doing TDD with Dependency Injection, then it is time to start. On the plus side, thanks to tools like NuGet, it has never been easier to get started with all of these new fun techniques! (more)
category: Web Dev | clicked: 39 | comment | | source: community.codesmithtools.com
tags: TDD, Ninject, dependency injection, MVC, NuGet
3
Shouts

Razor Helpers Syntax - Gil Fink on .Net

posted by gilfgilf 700 days, 21 hours, 33 minutes ago
Tuesday, July 19, 2011 3:19:52 PM GMT
One hidden gem of Razor View Engine is the declarative helper syntax. With this syntax we can create helper components that are stored as .cshtml files, and enable reusability of view code. The name of the syntax might sound familiar and it is since it reminds the HtmlHelper class that was provided as part of MVC 1. In this post I’ll explain the Razor helper syntax and discuss why it sounds familiar to HtmlHelper. (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.microsoft.co.il
tags: Razor Syntax, Razor, MVC, ASP.NET
3
Shouts

Trigger file downloads with a MVC 3 controller action

published 707 days, 19 hours, 38 minutes ago posted by sonukapoorsonukapoor 708 days, 23 hours, 12 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 1:40:29 PM GMT
Learn how to trigger the browser to download file data via as ASP.NET MVC 3 controller action. (more)
category: Web Dev | clicked: 38 | comment | | source: dotnetslackers.com
tags: Trigger, MVC, ASP.NET
3
Shouts

Dean Hume - MVC and the HTML5 Application Cache

published 707 days, 19 hours, 38 minutes ago posted by deanomachinodeanomachino 709 days, 3 hours, 35 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 9:17:12 AM GMT
MVC and the HTML5 Application Cache HTML5 has loads of awesome features and recently I have been playing around with a feature called the Application Cache. The Application Cache is designed to allow you to run your web application offline - that is, without a network connection. A web browser that implements HTML5 offline applications will read the list of URLs from the manifest file, download the resources, cache them locally, and automatically keep the local copies up to date as they change. When... (more)
category: Web Dev | clicked: 24 | 1 comment | | source: deanhume.com
tags: C#, application cache, MVC, html5
2
Shouts

.NET and ASP.NET interview questions: Define MVC, MVP and MVVM pattern?

posted by questpondquestpond 715 days, 22 hours, 47 minutes ago
Monday, July 04, 2011 2:05:30 PM GMT
MVC, MVP and MVVM are design patterns which come under the presentation pattern category and they help to remove any kind of cluttered code in UI like manipulation of user interfaces and maintaining state. Thus keeping your UI code cleaner and better to maintain. (more)
category: Web Dev | clicked: 16 | comment | | source: computerauthor.blogspot.com
tags: .NET, MVC, MVP
2
Shouts

How can we do unit test in MVC (Model view controller) application (Tutorial number 6)?

published 718 days, 5 hours, 9 minutes ago posted by dotnetfundadotnetfunda 719 days, 7 hours, 33 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Friday, July 01, 2011 5:19:13 AM GMT
This is the 6th MVC (Model view controller) tutorial and in this article we will look in to how we can do unit testing using VSTS unit test suite. (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.dotnetfunda.com
tags: MVC
7
Shouts

Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery - Part 1 - Scott Hanselman

published 750 days, 1 hour, 7 minutes ago posted by iftekharahmedamitiftekharahmedamit 755 days, 5 hours, 35 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Thursday, May 26, 2011 7:17:20 AM GMT
There are several books worth of information to be said about Internationalization (i18n) out there, so I can't solve it all in a blog post. Even 9 pages of blog posts. I like to call it Iñtërnâtiônàlizætiøn, actually. There's a couple of basic things to understand though, before you create a multilingual ASP.NET application. Let's agree on some basic definitions as these terms are often used interchangeably. Internationalization (i18n) - Making your application able to support a range of languages and... (more)
category: Web Dev | clicked: 66 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, Internationalization, ASPNETMVC, JavaScript, jQuery, Localization, Globalization, MVC, ASP.NET
2
Shouts

Understanding how to implement Model view Control pattern using J2EE and various Java frameworks | Interview questions for .NET,VB.NET,SQL Server,C#,

posted by questpondquestpond 758 days, 23 hours, 44 minutes ago
Sunday, May 22, 2011 1:08:59 PM GMT
MVC stands for Model View Controller design pattern and is one of the widely (more)
category: Web Dev | clicked: 1 | comment | | source: questpond.blog.com
tags: Java, MVC
4
Shouts

Ready, set, scaffold! Build ASP.NET MVC 3 applications quickly with MvcScaffolding - Rachel Appel

published 765 days, 1 hour, 3 minutes ago posted by StevesSteves 765 days, 23 hours, 37 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 1:15:03 PM GMT
If you're building ASP.NET MVC 3 applications, you'll want to know about the MvcScaffolding project on CodePlex. Software scaffolding is a way to template software applications so that you can easily get a site up and running, with complete CRUD functionality.  What is MvcScaffolding and why use it? MvcScaffolding is tool available to... (more)
category: Web Dev | clicked: 13 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC, Entity Framework, ASPNETMVC, MvcScaffolding, Razor, MVC, ASP.NET
4
Shouts

Web Migration - Moving Your Web App from WebMatrix to ASP.NET MVC 3 - MSDN Magazine - Brandon Satrom and Clark Sell

published 765 days, 1 hour, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 12 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:40:07 PM GMT
This past January, Microsoft introduced a new programming model for Web development with the Microsoft .NET Framework called ASP.NET Web Pages. Currently supported by default in WebMatrix (web.ms/WebMatrix), Web Pages is a page-centric programming model that behaves much like PHP, where each page contains its own business logic, data access and dynamic content for rendering HTML to the browser. There are a variety of reasons to build a Web site in WebMatrix. But what if you know you want to move to Visu... (more)
category: Web Dev | clicked: 20 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MSDN Magazine, WebMatrix, MVC, ASP.NET
2
Shouts

Comparing implementation of MVC between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2

published 760 days, 5 hours, 2 minutes ago posted by questpondquestpond 766 days, 23 hours, 25 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Saturday, May 14, 2011 1:27:44 PM GMT
In today’s world no one implements MVC without help of frameworks. So it’s either ASP.NET or j2ee, framework support is a must. Struts 2 has been the most accepted framework in J2ee while in ASP.NET the ASP.NET MVC template is the king. In this article we will compare these frameworks in terms of how they differ in implementation and their positive and negative points. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: computerauthor.blogspot.com
tags: .NET, MVC
7
Shouts

MVC Music Store Updates - MVC 3 Tools Update Features, Scaffolding, Save Points, VB.NET Code - Jon Galloway

published 765 days, 1 hour, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 767 days, 17 hours, 37 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 7:15:08 PM GMT
The latest drop of the Mvc Music Store tutorial cover the ASP.NET MVC 3 Tools Update, Scaffolding, Entity Framework Code First, SQL Server CE, and more. Additionally, this drop includes a VB.NET translation of the finished project as well as save points how the code should look when you complete each section.What's in the ASP.NET MVC 3 Tools Update The ASP.NET MVC 3 Tools Update doesn't change anything i... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MVC, ASP.NET
5
Shouts

Dean Hume - Measuring Web Page Performance with Selenium 2 and the Web Timings API

published 767 days, 10 hours, 47 minutes ago posted by deanomachinodeanomachino 768 days, 22 hours, 19 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Thursday, May 12, 2011 2:33:24 PM GMT
Measuring Web Page Performance with Selenium 2 and the Web Timings API I have always been interested in measuring web performance, and especially in measuring the improvements in performance. A while ago I attended a Selenium Meetup in London and heard an interesting presentation by one of the QA guys working at Mozilla. He talked about measuring the performance of a web page over a period of time using Selenium 2 and logging these statistics so we can track client-side performance improvements. ... (more)
category: Web Dev | clicked: 4 | comment | | source: deanhume.com
tags: C#, Google Charts, Web Timings API, MVC
6
Shouts

EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 765 days, 1 hour, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 774 days, 12 hours, 5 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Saturday, May 07, 2011 12:47:11 AM GMT
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month.  In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build data-driven web appl... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, Visual Studio, MVC 3, MVC, ASP.NET
5
Shouts

ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 775 days, 21 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 776 days, 22 hours, 31 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 2:21:09 PM GMT
Three weeks ago we held our MIX 2011 conference in Las Vegas.  MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements.  All of the keynotes and breakout sessions from the event can be watched online for free here.  I’ll be doing a few posts in the upcoming weeks that also cover some highlights from it.ASP.NET MVC 3 Tools Update One of the announcements I made in my Day 1 keynote was the release of an ASP.NET MVC 3 Tools Update.  This update i... (more)
category: Web Dev | clicked: 3 | 4 comments | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

Securing your ASP.NET MVC 3 Application - Rick Anderson

published 776 days, 23 hours, 58 minutes ago posted by DustinDustin 777 days, 22 hours, 13 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:39:17 PM GMT
In ASP.NET MVC 2 it was recommended that you create a base controller with an [Authorize] attribute, and derive each controller (except the Account/Login controller) from that base class. That strategy has one big flaw, nothing prevents you from adding a new controller that doesn't derive from the [Authorize] protected base controller. Another approach for ASP.NET MVC 2 was to apply the AuthorizeAttribute to just the specific controllers or actions that need to be secured. The flaw with selectively apply... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Security, MVC, ASP.NET
2
Shouts

How to create a simple model in ASP.NET MVC and display the same? (Tutorial No: 3)

posted by dotnetfundadotnetfunda 789 days, 9 hours, 47 minutes ago
Friday, April 22, 2011 3:05:57 AM GMT
In the previous ASP.NET MVC lab we saw how we can pass data from controller to the view. So now the next step is to create a simple model and see all the 3 ASP.NET MVC entities (i.e. model, view and controller) in action. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: MVC
6
Shouts

MVC Extension Method for Hosting Static Content on a CDN - Nathan Totten

published 788 days, 23 hours, 43 minutes ago posted by StevesSteves 790 days, 20 hours, 48 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 4:04:32 PM GMT
I created a simple extension method that allows you to easily host your static content off the Microsoft ASP.NET Ajax CDN and Windows Azure CDN. This simple extension method will improve the performance of your website as well as saving server capacity (i.e. money). As you may have heard Windows Azure now supports using your Web Roles as a CDN backing. This allows you to use the Windows Azure CDN without the need to m... (more)
category: Web Dev | clicked: 8 | comment | | source: ntotten.com
tags: ASP.NET MVC, ASP.NET AJAX, Windows Azure, Ajax CDN, CDN, Ajax, MVC, ASP.NET
5
Shouts

ASP.NET MVC 3 Tools Update, now with Drop-Down Lists! - Joe Cartano

published 792 days, 22 hours, 51 minutes ago posted by StevesSteves 793 days, 22 hours, 42 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:10:58 PM GMT
The ASP.NET MVC 3 Tools Update includes EF Code First as a preinstalled NuGet package. You can use EF Code First to generate models and then scaffold them with the updated Add Controller tool. Of course, you don’t have to use EF Code First to take advantage of the updated scaffolding in the ASP.NET MVC 3 Tools Update. Lets take a look at some of the improvements. Below is a screenshot of the new and improved Add Controller dialog. I am about to scaffold a controller and CRUD views for the Employee entity... (more)
category: Web Dev | clicked: 11 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
7
Shouts

MVC + Code-First + Azure Part 2: Deployment - ADO.NET team blog

published 794 days, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 794 days, 17 hours, 21 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:31:50 PM GMT
In the previous article, you learned how to create a basic MVC application using Code First. In the second and final section you will learn how to prepare and deploy your application to Windows Azure using Visual Studio. Deploying to Windows Azure Preparing Application Having tested our app locally, it is time to set up Azure to deploy our app. Although this process may seem long, all the steps except for deployment only have to be done once per application. First thing we must do before deploying is e... (more)
category: Architecture | clicked: 3 | comment | | source: blogs.msdn.com
tags: ADO.NET, Windows Azure, Code-first, Linq To SQL, Entity Framework, Code first, SQL Azure, DbContext API, MVC, Azure
Previous 1 2 3 4 5 6 7 8 9 10 ... 13 14 Next