DotNetShoutout - Stories tagged with ASP.NET MVC 3
2
Shouts

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application

published 489 days, 18 hours, 43 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 493 days, 43 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Thursday, January 19, 2012 6:12:51 PM GMT
This blog post will walk you through on how to useWindows Azure Blob Storage service with ASP.NET MVC web application. (more)
category: Web Dev | clicked: 72 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Windows Azure, Windows Azure Storage, ASP.NET
3
Shouts

How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking

published 518 days, 22 hours, 29 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 520 days, 23 hours, 28 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Thursday, December 22, 2011 7:27:54 PM GMT
In this blog post we will see how to work with generic repositories on ASP.NET MVC and unit testing them by mocking with moq (more)
category: Web Dev | clicked: 25 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Ninject, Mocking, Dependecy Injection, Mock, Moq, Unit Test, ASP.NET
3
Shouts

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle

published 517 days, 10 hours, 40 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 521 days, 7 hours, 41 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Thursday, December 22, 2011 11:14:52 AM GMT
We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that. (more)
category: Web Dev | clicked: 86 | comment | | source: tugberkugurlu.com
tags: Repository, ASP.NET MVC 3, ASP.NET MVC, Entity Framework, Abstract Class
3
Shouts

Check Instantly If Username Exists - ASP.NET MVC Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 585 days, 11 hours, 12 minutes ago
Wednesday, October 19, 2011 7:43:16 AM GMT
This blog post will walk you through on implementation and usage of ASP.NET MVC Remote Validation. As a sample, we will validate the uniqueness of the username for membership registration. (more)
category: Web Dev | clicked: 27 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, remote validation, JQuery AJAX, jQuery, ASP.NET
3
Shouts

Using cookies to control return page after login on asp.net mvc 3

posted by http://eglasius.blogspot.com/http://eglasius.blogspot.com/ 615 days, 19 hours, 29 minutes ago
Sunday, September 18, 2011 11:26:42 PM GMT
Explores an alternative to the default query string based approach to return to the page after login used by the default asp.net mvc 3 template (and asp.net applications that use forms authentication in general). The alternative deals with register,forgot password pages, as well as tracking the last relevant page visited to redirect back to after login. (more)
category: Web Dev | clicked: 9 | comment | | source: eglasius.blogspot.com
tags: ASP.NET MVC 3
2
Shouts

mvc-mini-profiler - An effective mini-profiler for ASP.NET MVC

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 713 days, 9 hours, 41 minutes ago
Monday, June 13, 2011 9:14:19 AM GMT
The mvc-mini-profiler is a lightweight, but effective mini profiler tool for ASP.NET apps specially designed for ASP.NET MVC 3 apps. The mvc-mini-profiler is an free and open source tool from Stack Overflow team. The tool is initially developed for StackOverflow family of websites and open sources the tool later. This is an another great open source tool from Stack Overflow team after Dapper object mapper for .Net. The mvc-mini-profiler is available from http://code.google.com/p/mvc-mini-profiler/ . The ... (more)
category: Web Dev | clicked: 10 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET
2
Shouts

Edit/Update with dapper ORM and ASP.NET MVC 3 - Dot Net logiX

published 723 days, 1 hour, 45 minutes ago posted by DotNetLogixDotNetLogix 724 days, 13 hours, 24 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 5:32:00 AM GMT
Articles (more)
category: Web Dev | clicked: 14 | 1 comment | | source: www.dotnetlogix.com
tags: ASP.NET MVC 3, ASP.NET 3.5, Dapper
2
Shouts

Insert with Dapper Micro ORM and ASP.NET MVC 3 - Dot Net logiX

posted by DotNetLogixDotNetLogix 726 days, 9 hours, 9 minutes ago
Tuesday, May 31, 2011 9:46:19 AM GMT
Articles (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
tags: ASP.NET MVC 3, Dapper, ASP.NET
7
Shouts

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

published 726 days, 7 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 731 days, 11 hours, 38 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
9
Shouts

Contact Form Revisited with ASP.NET MVC 3, jQuery Validator, & the jQuery Form Plugin

published 730 days, 22 hours, 39 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 734 days, 15 hours, 2 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Monday, May 23, 2011 3:53:24 AM GMT
I recently added a partial contact view to my MVC3 project and thought I’d share since I did basically this same post over a year ago with the original MVC. I stopped using the Castle Validation because I’ve found that the MVC3 stuff is working for me now. I also am not using fluentHtml anymore because MVC3 uses that style now. (more)
category: Web Dev | clicked: 70 | 1 comment | | source: derans.blogspot.com
tags: ASP.NET MVC 3, jQuery
4
Shouts

Step by step instructions to deploy ASP.NET MVC 3 to Windows Azure

published 741 days, 7 hours, 6 minutes ago posted by bartczernickibartczernicki 741 days, 20 hours, 9 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 10:46:30 PM GMT
This article will show you the steps to overcome the lack of Visual Studio 2010/Azure SDK tooling to deploy ASP.NET MVC 3 as a web role to the Azure cloud. As of the time this article was written, there are many articles out there that overcomplicate the steps and some are even outdated with the new Azure 1.4 SDK release. This article will allow you to work with the full ASP.NET MVC 3 tooling. This article will be relevant until Microsoft releases an update to the Visual Studio 2010 tooling for Azure... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: silverlighthack.com
tags: ASP.NET MVC 3, ASP.NET MVC, Cloud, Azure
4
Shouts

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

published 741 days, 7 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 742 days, 6 hours, 16 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: 19 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MSDN Magazine, WebMatrix, MVC, ASP.NET
7
Shouts

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

published 741 days, 7 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 743 days, 23 hours, 40 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
7
Shouts

ASP.NET MVC 3 and the @helper syntax within Razor - ScottGu's Blog

published 741 days, 7 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 744 days, 4 hours ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 2:55:13 PM GMT
ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine).  Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow. Unlike most template syntaxes, with Razor you do not need to interrupt your coding to explicitly denote the start and end of server blocks within your HTML. The Razor parser is smart enough to infer this from your code. This en... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, Razor, ASP.NET
6
Shouts

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

published 741 days, 7 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 18 hours, 8 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
6
Shouts

EFMVC – A demo web app using ASP.NET MVC 3 and EF 4.1 Code First

published 749 days, 19 hours, 12 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 752 days, 15 hours, 15 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Thursday, May 05, 2011 3:40:22 AM GMT
I have created a demo web app for some of my previous blog posts and can be download from http://efmvc.codeplex.com/. The following technologies are used for the web appASP.NET MVC 3Entity Framework 4.1 Code FirstMicrosoft Unity 2.0jQuery Mobile The following are the main features of the web applicationCRUD demo in ASP.NET MVC 3 with Entity Framework 4.1 Code FirstRazor View EngineGeneric repository for Entity Framework 4.1 Code FirstRepository Pattern and Unit of WorkDependency Injection using Unity 2.... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, Code first, Entity Framework 4.1, asp.ner mvc, ASP.NET
5
Shouts

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

published 752 days, 3 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 753 days, 4 hours, 34 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 753 days, 6 hours, 1 minute ago posted by DustinDustin 754 days, 4 hours, 16 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
7
Shouts

Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills - Rachel Appel

published 753 days, 6 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 754 days, 5 hours, 11 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:44:16 PM GMT
Whenever a new technology or product comes onto the developer scene, people want to know how to best leverage their existing skills to work with it, and nobody wants to have to abandon existing knowledge. Making the move from Web Forms to MVC is no different. Despite the fact that Web Forms & MVC are very different ways of... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC 3, ASP.NET MVC, Caching, runtime, JavaScript, ASP.NET Web Forms, jQuery, Razor, core, ASP.NET
6
Shouts

ASP.NET MVC 3 Filters

published 753 days, 6 hours, 1 minute ago posted by sonukapoorsonukapoor 755 days, 4 hours, 24 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 2:31:08 PM GMT
Brian Mains discusses Filters in ASP.NET MVC 3. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: dotnetslackers.com
tags: ASP.NET MVC 3, filter, ASP.NET
Previous 1 2 3 4 Next