DotNetShoutout - Stories tagged with ASPNETMVC
5
shouts

Maintaining shared service in ASP.NET MVC Application - Kazi Manzur Rashid

posted by jantujantu 1 hour, 54 minutes ago
Thursday, March 18, 2010 3:22:49 PM GMT
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service. In this post, I will show you how yo... (more)
category: ASP.NET | clicked: 6 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC
6
shouts

Extreme ASP.NET - Model Validation & Metadata in ASP.NET MVC 2

published 20 days, 2 hours, 39 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 21 days, 18 hours, 23 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Wednesday, February 24, 2010 10:53:47 PM GMT
Scott Allen shows how to improve your user input validation with new features coming out in ASP.NET MVC 2 that easily allow validation on both the client and server. (more)
category: ASP.NET | clicked: 42 | comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASPNETMVC, MSDN, MSDN Magazine
8
shouts

ASP.NET MVC v. Web Forms Debate - My View

published 21 days, 22 hours, 36 minutes ago posted by MikesdotnettingMikesdotnetting 23 days, 19 hours, 4 minutes ago
Wednesday, February 24, 2010 6:40:36 PM GMT Monday, February 22, 2010 10:13:01 PM GMT
ASP.NET MVC v. Web Forms Debate - My View   It seems that the whole world (and Margate) is having its say on which is better - MVC or Web Forms. Scott Guthrie posted his views on technical debates in general, and then contributed his thoughts on MVC v. Web Forms. Ian Cooper has an interesting contribution to make to the debate too. Rob Conery (formerly of Microsoft) posted probably the most linked to opinion on the matter. (There - I've just added another link...) A lot of other blog posts around s... (more)
category: ASP.NET | clicked: 65 | comment | | source: www.mikesdotnetting.com
tags: asp net, asp net mvc, ASPNET, ASPNETMVC
3
shouts

ASP.NET MVC is not all about Linq to SQL

posted by MikesdotnettingMikesdotnetting 25 days, 8 hours, 51 minutes ago
Sunday, February 21, 2010 8:25:26 AM GMT
ASP.NET MVC is not all about Linq to SQL   Pretty much every sample application that illustrates ASP.NET MVC uses Linq To SQL or the Entity Framework as the data access method. I've seen a number of questions posted to the forums at www.asp.net asking if there are any alternatives, and indeed there are. This article will look at using plain ADO.NET within a data access layer to provide dynamic content to a typical small CRUD application.   For the purposes of this excercise, I shall be ... (more)
category: ASP.NET | clicked: 11 | comment | | source: www.mikesdotnetting.com
tags: asp net, asp net mvc, ASPNETMVC, MVC
9
shouts

Moses' Blog | KiGG Design And Architecture – Part 4 Inside Infrastructure

published 42 days, 5 hours, 56 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 43 days, 17 hours, 23 minutes ago
Thursday, February 04, 2010 11:21:05 AM GMT Tuesday, February 02, 2010 11:53:52 PM GMT
Introduction This is part 4 of this series which I don’t know when it will ends :o). In part 3 I started to to explore the Core of KiGG. In this part we are still inside the core, but we are going further deep to have a look inside the infrastructure. I’m going to talk about infrastructure for the next couple of posts or maybe more. Because actually it contains the heart of KiGG. Infrastructure Elements I’m going to explore 2 elements of Infrastructure in this post, Bootstrapper and Background Tasks.... (more)
category: Architecture | clicked: 66 | comment | | source: mosesofegypt.net
tags: ASPNETMVC, DotNetShoutout, EF, entityframework, KiGG
2
shouts

Getting Started with MvcContrib's fluentHtml

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 48 days, 10 hours, 1 minute ago
Friday, January 29, 2010 7:15:28 AM GMT
I mentioned a couple posts ago that I’d blog about how to get setup with fluentHtml, which is packaged with the MvcContrib project. Let’s get started… (more)
category: ASP.NET | clicked: 20 | comment | | source: derans.blogspot.com
tags: asp.netmvc, ASPNETMVC, fluentHtml, MVC, MVCContrib
12
shouts

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid

published 51 days, 3 hours, 43 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 52 days, 9 hours, 4 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 8:13:22 AM GMT
Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the “base” suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... (more)
category: Architecture | clicked: 39 | comment | | source: weblogs.asp.net
tags: ASPNETMVC, IcoC, ioc container, IoC/DI
1
shouts

Deran Schilling, Learner: ASP.NET MVC Sample Project Launched

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 64 days, 15 hours, 19 minutes ago
Wednesday, January 13, 2010 1:57:59 AM GMT
Okay, after popular demand of I think 3 people, I’ve published the code for the wife’s website. If you haven’t read any of the posts on my wife’s project, check out this post. This project completely separates UI & C# code, so you only have 2 projects (Core & UI). Basically, all I did was create a new MVC project with Microsoft’s default template and deleted everything except the following... (more)
category: ASP.NET | clicked: 13 | comment | | source: derans.blogspot.com
tags: asp.netmvc, ASPNETMVC, MVC
4
shouts

Extreme ASP.NET - Text Template Transformation Toolkit and ASP.NET MVC

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 69 days, 4 hours, 27 minutes ago
Friday, January 08, 2010 12:49:29 PM GMT
The Visual Studio T4 code generation engine lets you parse an input file and transform it into an output file. We give you a basic introduction to T4 templates and show you how ASP.NET MVC uses this technology. (more)
category: ASP.NET | clicked: 17 | comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASPNETMVC, MSDN, MSDN Magazine, T4
2
shouts

Deran Schilling, Learner: ASP.NET MVC Bootstrapper

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 69 days, 15 hours, 20 minutes ago
Friday, January 08, 2010 1:56:31 AM GMT
Thanks to a comment by thangchung in my last post about the global.asax, I’m going to write up a post using a bootstrapper in my global.cs. So what does that mean? Well basically it’s a technique to boot up your mvc app. Let’s get started! (more)
category: ASP.NET | clicked: 21 | comment | | source: derans.blogspot.com
tags: ASP .NET MVC, ASPNETMVC, MVC
6
shouts

Get The Drop On ASP.NET MVC DropDownLists

posted by MikesdotnettingMikesdotnetting 69 days, 19 hours, 47 minutes ago
Thursday, January 07, 2010 9:30:22 PM GMT
Get The Drop On ASP.NET MVC DropDownLists   DropDownLists in ASP.NET MVC seem to cause a fair amount of confusion to developers fresh from Web Forms World. This article looks to provide you with all (well, most) of what you need to know to get your DropDownLists working in ASP.NET MVC.   DropDownList, ComboBox, call it what you like, but it always renders as an html select element. It has an opening tag. In between, each "ListItem" is housed within an tag. Optionally, they may be subd... (more)
category: ASP.NET | clicked: 19 | comment | | source: www.mikesdotnetting.com
tags: asp net, ASPNETMVC
11
shouts

Spark View Engine for ASP.NET MVC – Part 1 « 2LeggedSpider

published 68 days, 4 hours, 47 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 71 days, 11 hours, 16 minutes ago
Saturday, January 09, 2010 12:29:34 PM GMT Wednesday, January 06, 2010 6:00:45 AM GMT
There’s been a lot of buzz around the new View Engine for ASP.NET called Spark. Spark is an open-source ASP.NET ViewEngine developed by Louis DeJardin. Spark works for both Monorail and ASP.NET MVC supporting C#, VB, IronPython and IronRuby. (more)
category: ASP.NET | clicked: 78 | comment | | source: 2leggedspider.wordpress.com
tags: ASPNETMVC, Spark, ViewEngine
10
shouts

RESTful routes for ASP.NET MVC - Steve Hodgkiss

published 74 days, 3 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 74 days, 19 hours, 9 minutes ago
Sunday, January 03, 2010 1:34:59 PM GMT Saturday, January 02, 2010 10:08:15 PM GMT
Rails’ RESTful routing is something I miss when developing for ASP .NETMVC. The style it imposes on your application architecture has many benefits. I wanted this style for my ASP.NETMVC apps. I started looking at Adam Tybor’s SimplyRestfulRouting handler in MvcContrib. This works well for simple applications, but it doesn’t have a lot of the features/configuration options rails’ routing does. I needed more, so I decided to build my own.RestfulRouting RestfulRo... (more)
category: ASP.NET | clicked: 82 | comment | | source: stevehodgkiss.com
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC, RESTful, Routing
12
shouts

ASP.NET MVC 2 and why Dynamic Area is not supported - Kazi Manzur Rashid

published 76 days, 2 hours, 15 minutes ago posted by jantujantu 78 days, 4 hours, 1 minute ago
Friday, January 01, 2010 3:02:06 PM GMT Wednesday, December 30, 2009 1:15:28 PM GMT
In my previous post, I mentioned that Area is one of the thing that the coming ASP.NET MVC2 needs heavy enhancements (I also created an Issue in CodePlex). The idea was, Area should have dynamic registering/unregistering support instead of registering all the area at the application start. Recently, I was playing with the Area and trying ... (more)
category: ASP.NET | clicked: 58 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC
15
shouts

Multiple ModelMetadata Provider support added to ASP.NET MVC Extensibility - Kazi Manzur Rashid

published 75 days, 4 hours, 25 minutes ago posted by MihirPatelMihirPatel 78 days, 4 hours, 4 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Wednesday, December 30, 2009 1:13:19 PM GMT
For last few days I was pushingBrad Wilson to add support for multiple metadata provider in the ASP.NET MVC framework. The reason is very simple, lets say you are developing a relatively large application which has multiple modules, new modules can be plugged-in in future, you do not want all the module developers t... (more)
category: ASP.NET | clicked: 77 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC, Open Source
12
shouts

ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler

published 79 days, 3 hours, 48 minutes ago posted by MikesdotnettingMikesdotnetting 82 days, 18 hours, 44 minutes ago
Tuesday, December 29, 2009 1:29:13 PM GMT Friday, December 25, 2009 10:33:07 PM GMT
ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler   Have you ever noticed an unusually high number of requests in your web server log files for image files? It may well be that someone is linking to your images from their own site, and basically stealing your bandwidth. Here's how to implement a custom RouteHandler within an ASP.NET MVC application to prevent people leeching your images.   To begin with, I'll start by reviewing the flow of execution when a request comes ... (more)
category: ASP.NET | clicked: 65 | comment | | source: www.mikesdotnetting.com
tags: ASPNETMVC
8
shouts

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid's Blog

published 82 days, 7 hours, 23 minutes ago posted by jantujantu 82 days, 23 hours, 21 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Friday, December 25, 2009 5:55:35 PM GMT
In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... (more)
category: ASP.NET | clicked: 55 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC, Open Source
14
shouts

Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid's Blog

published 82 days, 7 hours, 23 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 84 days, 2 hours, 3 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Thursday, December 24, 2009 3:13:54 PM GMT
I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... (more)
category: ASP.NET | clicked: 84 | comment | | source: weblogs.asp.net
tags: ASPNETMVC
12
shouts

Handling Exceptions using jQuery and ASP.NET MVC

published 84 days, 20 hours, 35 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 86 days, 6 hours, 18 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 10:58:25 AM GMT
Using AJAX has become one of the de facto practices in many web based RIAs. The use of jQuery is on the rise in many web applications, especially the ones built using ASP.NET MVC. Making AJAX calls using jQuery is quick and easy. A typical web request can have an expected response or an exception. It is therefore important to catch exceptions when we make any AJAX calls so that we can show some message which makes sense to the user. (more)
category: Ajax | clicked: 89 | comment | | source: 2leggedspider.wordpress.com
tags: Ajax, ASPNETMVC, jQuery
8
shouts

ASP.NET MVC Uploading and Downloading Files

published 85 days, 9 hours, 49 minutes ago posted by MikesdotnettingMikesdotnetting 86 days, 18 hours, 39 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:37:30 PM GMT
ASP.NET MVC Uploading and Downloading Files   If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload files to the server in an MVC world, and how to get them back from the server to the user again.   In Web Forms, when you drag a FilUpload control... (more)
category: ASP.NET | clicked: 89 | comment | | source: www.mikesdotnetting.com
tags: ASPNETMVC
Previous 1 2 3 4 5 6 7 8 9 10 ... 42 43 Next