DotNetShoutout - Stories tagged with asp.ner mvc
6
Shouts

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

published 749 days, 20 hours, 42 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 752 days, 16 hours, 45 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
3
Shouts

Image Handling in Asp.net

posted by ashishsarda99ashishsarda99 959 days, 5 hours, 30 minutes ago
Sunday, October 10, 2010 2:55:56 PM GMT
Share|This article discuss about Image Handling, which in turns become important while handling high resolution images and displaying them in different sizes. Especially in case of E-commerce web applications, where admin can add different images of the same product so that users can get feel of the products. Also for image galleries where we need display same image in different sizes with zoom in and zoom out options.For above requirement following points should be consideredImage should not distorted w... (more)
category: Web Dev | clicked: 3 | comment | | source: aspdotnetmatters.blogspot.com
tags: Image Handling, Image Control, Image resizing in asp.net, Web, asp.ner mvc, Image Manipulation, web development, Image Handling in asp.net, Image resizing, ImageProcessing
4
Shouts

MushMud.com – An ASP.NET/MVC/DDD example

posted by http://michael.wolfenden.myopenid.com/http://michael.wolfenden.myopenid.com/ 984 days, 16 hours, 28 minutes ago
Wednesday, September 15, 2010 3:57:42 AM GMT
I recently launched my pet project, MushMud.com. It’s a music-sharing community featuring free and legal music downloads. I know, it’s not the most original thing out there – I’m mainly doing this for my own education and to allow me to demonstrate some architectural principles that I’ve been thinking about for a while. Essentially the goals of the project are to: Try out ASP.NET MVC Attempt a true Domain Driven Design (DDD) Show how I might architect a real-world app Learn jQuery Try my hand at bu... (more)
category: Architecture | clicked: 12 | comment | | source: blogs.businesssoftwareengineering.com
tags: DDD, asp.ner mvc
9
Shouts

Developing an AJAX and ASP.NET 4.0 Based Online E-mail System Part 1

published 1023 days, 5 hours, 54 minutes ago posted by sonukapoorsonukapoor 1024 days, 14 hours, 40 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Friday, August 06, 2010 5:45:43 AM GMT
In this series of articles, we are going to develop an advanced online e-mail receiving and sending system using ASP.NET 4.0 Ajax framework plus LINQ query technique, combined with other interesting technologies. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: Email, asp.ner mvc, Ajax
7
Shouts

How does ASP.NET MVC work – Part 2 - gopalk

published 1227 days, 7 hours, 31 minutes ago posted by ali62bali62b 1228 days, 23 hours, 40 minutes ago
Friday, January 15, 2010 12:54:58 PM GMT Wednesday, January 13, 2010 8:45:15 PM GMT
In the last post we saw how an ASP.NET MVC request gets routed through to the MVC framework through the ASP.NET framework. We also saw that the MvcHandler class is the HttpHandler responsible for servicing an ASP.NET MVC-request. A simplistic view of the order in which routing and MVC classes come into play is like this: UrlRoutingModule -> MvcRoutingHandler -> MvcHandler So at this stage our request has got an HttpHandler assigned in the form of MvcHandler. Moving ahead in the HttpApplication event pr... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.charteris.com
tags: asp.ner mvc, life cycle