DotNetShoutout - Stories tagged with MVC 3
4
Shouts

Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)

published 509 days, 13 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 515 days, 20 hours, 35 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Friday, January 20, 2012 9:53:37 PM GMT
In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcFormsstarter.zip and BasicMvcFormsfinal.zip)which has a database and some basic products already listed... (more)
category: Web Dev | clicked: 50 | comment | | source: www.michaelckennedy.net
tags: MVC 3, ASP .NET 4, Razor
2
Shouts

Dividing ASP.NET MVC Components in Separate Projects | dotnetExpertGuide.com

published 509 days, 13 minutes ago posted by nandipnandip 517 days, 13 hours, 33 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Thursday, January 19, 2012 4:55:01 AM GMT
Whenever we create new ASP.NET MVC 3 project, it follow pre defined directory convention and adds few files and directory to the project. However it is not compulsory to follow this default directory structure, but it help us to keep application clean & maintainable by grouping application component based on functionality i.e. controller, model, view etc. But when it comes to large project, it is very hard to maintain all components in one project. In such scenario, it is advisable to divide differe... (more)
category: Web Dev | clicked: 44 | comment | | source: www.dotnetexpertguide.com
tags: MVC 3
2
Shouts

Upload and Show Image Without Post Back With Jquery

published 601 days, 3 hours, 38 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 601 days, 12 hours ago
Thursday, October 27, 2011 2:49:45 PM GMT Thursday, October 27, 2011 6:28:12 AM GMT
Previously in a lot of hurry I wrote a post on how to upload files in MVC3 with the help of Uploadify, a famous jQuery plugin to upload files. If you have not heard about it yet, then it is time for you to check and find out what this plugin can do for you. Appending my last post about this plugin (which was not very well written) I tried one more thing with it today. This time I am trying to upload an image and then show it inside a DIV without a post back. If you have the source code from the previous ... (more)
category: How To | clicked: 29 | 3 comments | | source: midnightprogrammer.net
tags: MVC 3, jQuery 1.6
2
Shouts

Ninjecting MVC3

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 625 days, 22 hours, 32 minutes ago
Sunday, October 02, 2011 7:55:42 PM GMT
Dabbling with a new MVC3 side-project, I chose Ninject to handle dependency injection. The creative project name might have something to do with that decision. So far, I am really impressed. Setting up Ninject is a breeze, and the framework does a really good job of not getting in your way. In this post, I will walk you through a simple MVC3 project using Ninject. (more)
category: Web Dev | clicked: 9 | comment | | source: jclaes.blogspot.com
tags: Ninject, MVC 3, dependency injection
3
Shouts

Using Log4Net in a Shared Hosting Environment :: Chris Poulter

posted by chrispoulterchrispoulter 632 days, 10 hours, 26 minutes ago
Monday, September 26, 2011 8:02:16 AM GMT
Another day and another shared web hosting issue. This time it's with Log4Net and its AdoNetAppender. The AdoNetAppender is used by Log4Net to append logging events to a table within a database. This is my preferred method for logging any live site errors within my web applications. However the latest release of Log4Net (1.2.10) will not allow the use of the AdoNetAppender within a medium trust environment. Fortunately after a lot of trawling through forums and blogs I finally stumbled onto a... (more)
category: Web Dev | clicked: 3 | comment | | source: www.chrispoulter.com
tags: .NET, MVC 3, Log4net
6
Shouts

Integrate DISQUS For Comment Management In MVC

published 652 days, 12 hours, 2 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 653 days, 12 hours, 20 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Monday, September 05, 2011 6:08:38 AM GMT
I have been working on a MVC project which I will be using to save and manage all my code snippets. I get this plan in my head when my 160GB of HDD got crashed which holds most of my work and code. I started writing the web application in web forms and almost got it completed, but eventually changed my mind and started writing the application from scratch in MVC 3 with Razor view engine. As I will be making this application online, I am sure to receive some comments when I share my code with others. To ... (more)
category: Web Dev | clicked: 25 | 3 comments | | source: midnightprogrammer.net
tags: MVC 3, Disqus
3
Shouts

Using ReCaptcha In ASP.NET WebForms And MVC

published 684 days, 22 hours, 5 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 688 days, 40 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Monday, August 01, 2011 5:48:22 PM GMT
ReCaptcha is now being used widely by many websites especially where there is a possibility of spamming the website, blog or a forum. Here I will show you on how you can use ReCaptcha in ASP.NET and MVC. Get a ReCaptcha Gobal Key and ASP.NET ReCaptcha DLL. Once you get the global key we are ready to go. ReCaptcha in WebForms Fire Visual Studio and create a new ASP.NET web forms project. First add a ReCaptcha DLL in the project and as we are talking about a user control we will have to register the contro... (more)
category: Web Dev | clicked: 30 | 3 comments | | source: midnightprogrammer.net
tags: ReCaptcha, MVC 3, ASP.NET 4, Razor
3
Shouts

ASP.NET MVC Model Binders - Gil Fink on .Net

posted by gilfgilf 701 days, 8 hours, 16 minutes ago
Tuesday, July 19, 2011 10:11:44 AM GMT
One thing that I’m always asked to talk about when I’m delivering ASP.NET MVC sessions or courses is Model Binders. In this post I’ll explain what are Model Binders in ASP.NET MVC and how you can use them in your MVC application. (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Model Binding, MVC 3, ASP.NET
3
Shouts

Handling Text Changed Event In ASP.NET MVC 3 With JQuery

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 704 days, 1 hour, 48 minutes ago
Saturday, July 16, 2011 4:40:30 PM GMT
In my quest of learning MVC I came across many problems and here is one of them. I was trying to fire an event whenever a text changed event occurred. I am using JQuery to handle the text changed event but eventually the text changed event doesn't seems to be working in MVC as it is working for a text box changed event in web forms. The solution I found seems to be working fine for me as I don't want to fire an event on every key press. To get started fire Visual Studio and create a new MVC 3 applicatio... (more)
category: Web Dev | clicked: 58 | 1 comment | | source: midnightprogrammer.net
tags: MVC 3, jQuery, Ajax
2
Shouts

Bin Deploy ASP.NET MVC 3 Application With SQL CE 4.0 & Entity Framework

published 714 days, 11 hours, 27 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 715 days, 23 hours, 49 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 6:39:35 PM GMT
A few days back Phil Haack wrote a blog post on how to bin deploy ASP.NET MVC 3 application on the web server where ASP.NET MVC 3 is not installed. Like many users I am also on shared hosting and therefore I do not have full control over IIS or the remote machine so I can install or update ASP.NET MVC 3, SQL Server CE 4.0 and other development related stuff. Phil did an excellent post but that works only if you are deploying application with SQL Server as a database. If you are planning to deploy your ap... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: midnightprogrammer.net
tags: Web, MVC 3, 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, 6 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 5 hours, 48 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
7
Shouts

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

published 765 days, 6 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 767 days, 23 hours, 13 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 765 days, 6 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 768 days, 3 hours, 33 minutes 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 765 days, 6 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 774 days, 17 hours, 41 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

WebsiteSpark + Pluralsight - The Official Pluralsight Blog - Aaron Skonnard

published 776 days, 3 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 4 hours, 30 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 1:57:57 PM GMT
Today we are excited to announce a new strategic partnership between Pluralsight and WebsiteSpark. This partnership gives all WebsiteSpark members free Pluralsight On-Demand! training benefits. WebsiteSpark gives Web designers and developers a jump-start by providing the tools and resources needed to build great websites, free of cost. WebsiteSpark membe... (more)
category: Screencast | clicked: 14 | 1 comment | | source: blog.pluralsight.com
tags: Pluralsight, Windows Azure, Training, Windows Phone 7, Entity Framework, WebsiteSpark, Screencasts, MVC 3, jQuery, ASP.NET 4, WCF RIA Services, Linq, Screencast, HTML 5, Silverlight 5
5
Shouts

ASP.NET MVC 3 Sample Project Launched

published 795 days, 4 hours, 4 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 796 days, 11 hours, 57 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 6:31:07 AM GMT
Okay, after popular demand of I think 0 people, I’ve published my old demo MVC 1 project as an MVC 3 project. If you haven’t read any of the posts on the last demo project, check out this post. This project completely separates UI & C# code, so you only have 2 projects (Core & UI…not counting the Unit Tests project). Basically, all I did was create a new MVC 3 project using Razor with Microsoft’s default template and deleted everything except the following: (more)
category: Web Dev | clicked: 17 | 2 comments | | source: derans.blogspot.com
tags: MVC 3
7
Shouts

Comparing MVC 3 Helpers: Using Extension Methods and Declarative Razor @helper Syntax - Jon Galloway

published 813 days, 3 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 815 days, 6 hours, 57 minutes ago
Tuesday, March 29, 2011 2:53:38 PM GMT Sunday, March 27, 2011 11:31:08 AM GMT
HTML Helpers provide a clean way to encapsulate view code so you can keep your views simple and markup focused. There are lots of built in HTML Helpers in the System.Web.Mvc.HtmlHelper class, but one of the best features is that you can easily create your own helpers. While you've been able to create your own helpers since MVC 1 using extension methods, the Razor view engine gives you a new option to create helpers usi... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, Extension Methods, Razor Syntax, MVC 3, Helpers, MVC, ASP.NET
8
Shouts

Creating a MVC 3 Application with Razor and Unobtrusive JavaScript - The Official Microsoft ASP.NET Site

published 822 days, 15 hours ago posted by iftekharahmedamitiftekharahmedamit 824 days, 3 hours, 19 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:09:35 PM GMT
The User List sample web application demonstrates how simple it is to create ASP.NET MVC 3 applications using the Razor view engine. The sample application shows how to use the new Razor view engine with ASP.NET MVC version 3 and Visual Studio 2010 to create a fictional User List website that includes functionality such as creating, displaying, editing, and deleting users. This tutorial describes the steps that were taken in order to build the User List sample ASP.NET MVC 3 application. A Visual Stu... (more)
category: Web Dev | clicked: 9 | comment | | source: www.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, MVC 3, JavaScript, Razor, MVC, ASP.NET
7
Shouts

Todo List App Using ASP.NET MVC 3 and Windows Azure Tables - Steve Marx

published 822 days, 15 hours ago posted by iftekharahmedamitiftekharahmedamit 824 days, 3 hours, 22 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:06:22 PM GMT
For this week’s episode of Cloud Cover, Wade and I talked about how to use Windows Azure Tables from .NET code, and we focused on using ASP.NET MVC 3 and doing paging over tables. Rather than rehash the entire episode here, I’d like to point you to the episode itself (should go live Friday morning), the running app (http://smarxtodo.cloudapp.net), and the full source code (http://cdn.blog.smarx.com/files/smarxtodo_source.zip). The one piece of... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: blog.smarx.com
tags: Windows Azure Tables, ASP.NET MVC 3, ASP.NET MVC, Windows Azure, MVC 3, ASP.NET
7
Shouts

Get to Know Action Filters in ASP.NET MVC 3 Using HandleError - .net DEvHammer

published 822 days, 15 hours ago posted by DustinDustin 824 days, 3 hours, 31 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:57:33 PM GMT
What’s an Action Filter? If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your controllers and/or action methods that implements what are referred to as cross-cutting concerns, that is, functionality that isn’t specific to one particular action method, but rather is something you’d want to re-use across multiple actions. An action filter ... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Action Filters, MVC 3, ASP.NET
Previous 1 2 Next