DotNetShoutout - Stories tagged with ASP.NET MVC
3
Shouts

Referencing custom assemblies in Orchard module

published 810 days, 17 hours, 46 minutes ago posted by pszmydpszmyd 812 days, 16 hours, 26 minutes ago
Thursday, March 03, 2011 2:59:14 PM GMT Tuesday, March 01, 2011 4:19:01 PM GMT
Referencing custom assemblies in Orchard module Tags:orchard, module, assembly, tipmar 1 2011 5:10 This is one of the common problems you can run into at module development time. In the most usual (and preferred) dev setup you work in VS 2010 on a single Orchard.sln solution containing full Orchard source and add your custom modules as an additional  projects. This setup works perfectly fine unless you try to use additional assemblies not listed in /lib folder (under the full Orchard source code root... (more)
category: Web Dev | clicked: 3 | comment | | source: www.szmyd.com.pl
tags: ASP.NET MVC, ASP.NET 4, Orchard, ASP.NET
3
Shouts

Running ASP.NET MVC Under IIS 6.0 and IIS 7.0 Classic Mode : Solution to Routing Problem

published 814 days, 22 hours, 5 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 815 days, 22 hours, 51 minutes ago
Sunday, February 27, 2011 10:39:55 AM GMT Saturday, February 26, 2011 9:54:10 AM GMT
In this blog post, we will see how to run ASP.NET MVC application under IIS 6.0 and IIS 7.0 classic mode with some configurations on IIS and Global.asax file... (more)
category: Web Dev | clicked: 1 | comment | | source: tugberkugurlu.com
tags: IIS 6.0, ASP.NET MVC, global.asax, Deploying, Deployment, IIS 7.0, ASP.NET
6
Shouts

Mobile enabled web apps with ASP.NET MVC 3 and jQuery Mobile

published 816 days, 9 hours, 50 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 816 days, 23 hours, 26 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Friday, February 25, 2011 9:18:47 AM GMT
In my previous blog posts, I have demonstrated a simple web app using ASP.NET MVC 3 and EF Code First. In this post, I will be focus on making this application for mobile devices. A single web site will be used for both mobile browsers and desktop browsers. If users are accessing the web app from mobile browsers, users will be redirect to mobile specific pages and will get normal pages if users are accessing from desktop browsers. In this demo app, the mobile specific pages are maintained in an ASP.NET M... (more)
category: Web Dev | clicked: 13 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, jQuery mobile, ASP.NET
7
Shouts

Custom Errors on ASP.Net MVC - redirectMode="ResponseRewrite" Issue

published 817 days, 54 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 819 days, 15 hours, 33 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:11:57 PM GMT
I assume that some of you folks have tried that in your ASP.Net MVC applications and try to figure out why it doesn't work. Well, I have figured it out... (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, web.config
4
Shouts

Deployment of ASP.Net MVC 3 RC 2 Application on a Shared Hosting Environment Without Begging The Hosting Company

published 821 days, 10 hours, 40 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 823 days, 21 hours, 58 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 10:47:07 AM GMT
After the release of ASP.Net MVC RC 2, we are now waiting for the RTM release but some of us wanna use RC 2 already... But how to deploy it on a shared hosting acount is the mind-exploding problem... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Deployment
4
Shouts

ASP.NET MVC : Throwing 404 Exceptions Manually From Controller When Model is Null

published 821 days, 10 hours, 40 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 823 days, 23 hours, 45 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 8:59:36 AM GMT
ASP.NET MVC : Throwing 404 Exceptions Manually From Controller When Model is Null (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.tugberkugurlu.com
tags: ASP.NET MVC, 404, ASP.NET
5
Shouts

Creating a NuGet Package in 7 easy steps - Plus using NuGet to integrate ASP.NET MVC 3 into existing Web Forms applications - Scott Hanselman

published 825 days, 9 hours, 23 minutes ago posted by iftekharahmedamitiftekharahmedamit 826 days, 12 hours, 35 minutes ago
Wednesday, February 16, 2011 11:21:45 PM GMT Tuesday, February 15, 2011 8:10:14 PM GMT
Last month I wrote a post called Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications where I showed a very manual and very painful way to add ASP.NET MVC support to an existing ASP.NET WebForms application. You'd then have a lovely hybrid that is both MVC and WebForms. One of my readers, Yannick said: This screeaaams NuGet Indeed it did, er, does. He's saying that this is just the kind of awful boring work that NuGet should make easier. So I did it. Thanks Yannick for ju... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, VS2010, ASP.NET, NuGet
3
Shouts

Dotnet Sizzler | CRUD operations using ASP.NET MVC Grid with dropdown

published 828 days, 22 hours, 17 minutes ago posted by kalyanms1kalyanms1 829 days, 8 hours, 55 minutes ago
Sunday, February 13, 2011 10:28:02 AM GMT Saturday, February 12, 2011 11:49:55 PM GMT
This post describes the steps required to create an ASP.NET MVC application with Create, Read, Update and Delete operations using MVC contrib grid. You can download the control tool kit where the grid is also available from here . You can read my other CRUD operations post on ASP.NET MVC which is not using the grid control from here. This post uses two tables to bring the data to grid and to perform CRUD operations. Grid also contains the dropdown list to bind the data and shows selected value in edit vi... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: dotnetsizzler.com
tags: ASP.NET MVC
9
Shouts

Adding Rails like ActionController and RespondWith in ASP.NET MVC with RESTful way - Kazi Manzur Rashid

published 828 days, 22 hours, 17 minutes ago posted by iftekharahmedamitiftekharahmedamit 832 days, 10 hours, 32 minutes ago
Sunday, February 13, 2011 10:28:02 AM GMT Wednesday, February 09, 2011 10:13:12 PM GMT
In this post, I will again try to add some goodness from Rails into the ASP.NET MVC Framework, this time I will show you how you can create Rails like ActionController as well as add Rails3 respond_with feature in ASP.NET MVC. But before moving forward. let me give you a brief overview of the Rails def... (more)
category: Web Dev | clicked: 3 | 2 comments | | source: kazimanzurrashid.com
tags: ASP.NET MVC, Rails, RESTful
7
Shouts

Getting Started with NuGet Packages step by step overview.

published 832 days, 19 hours, 16 minutes ago posted by dharadhara 834 days, 2 hours, 48 minutes ago
Wednesday, February 09, 2011 1:28:37 PM GMT Tuesday, February 08, 2011 5:56:59 AM GMT
We can all see lots of buzz about NuGet in asp.net world. So I decided to explore it. let’s explore it in some details. Following is a explanation of NuGet Extension on the code plex here . NuGet is a Visual Studio extension that makes it easy to add... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET, ASP.NET
5
Shouts

Programmatically creating asp.net request and handling response

published 834 days, 14 hours, 34 minutes ago posted by dharadhara 837 days, 1 hour, 26 minutes ago
Monday, February 07, 2011 6:10:41 PM GMT Saturday, February 05, 2011 7:18:36 AM GMT
Recently one of the my friends asked about how to create a web request in asp.net to a url outside of project. So I decided to write a small blog post regarding this. This web request can be easily created with httpwebrequest class and you can easily consume the response we are getting from this. This... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET, ASP.NET
5
Shouts

MvcCodeRouting automatically creates the best possible routes for your ASP.NET MVC application.

published 841 days, 14 hours, 37 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawnBupWIp8hbJ8HqEeDmvE69B16UfRhDIj0https://www.google.com/accounts/o8/id?id=AItOawnBupWIp8hbJ8HqEeDmvE69B16UfRhDIj0 845 days, 12 hours, 25 minutes ago
Monday, January 31, 2011 6:07:38 PM GMT Thursday, January 27, 2011 8:19:21 PM GMT
While ASP.NET MVC is an excellent framework and ASP.NET Routing is a very flexible routing system, the integration between the two is not the best you can wish for. MvcCodeRouting automatically creates the best possible routes for your ASP.NET MVC application. (more)
category: Web Dev | clicked: 11 | comment | | source: mvccoderouting.codeplex.com
tags: ASP.NET MVC, ASP.NET Routing
2
Shouts

ASP.NET MVC Error Handling using the HandleError Filter

published 847 days, 13 hours, 9 minutes ago posted by JudoJudo 847 days, 18 hours, 49 minutes ago
Tuesday, January 25, 2011 7:35:38 PM GMT Tuesday, January 25, 2011 1:55:39 PM GMT
ASP.NET Errors can be effectively handled using the HandleError filter, which specifies how exceptions which are thrown in a controller method are to be dealt with (note that ASP.NET MVC supports method filters, which allow for annotating controller methods to change their behavior). Prior to using the HandleError filter, you will need to enable custom error handling for your ASP.NET MVC app in the web.config file by adding the below line in the system.web section: The below code snippet show the ... (more)
category: How To | clicked: 1 | comment | | source: www.aspnet101.com
tags: ASP.NET MVC, handleerror filter, error handling, MVC
10
Shouts

Dependency Injection in ASP.NET MVC 3 using DependencyResolver and ControllerActivator - Shiju Varghese's Blog

published 846 days, 13 hours, 23 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 849 days, 4 hours, 57 minutes ago
Wednesday, January 26, 2011 7:22:06 PM GMT Monday, January 24, 2011 3:47:29 AM GMT
In my previous examples for dependency injection in ASP.NET MVC, I have used an approach where creating a custom controller factory deriving from DefaultControllerFactory and override the GetControllerInstance method for dependency injection. But ASP.NET MVC 3 is providing great support for dependency injection with very nice abstraction. In this post, I will demonstrate how to achieve dependency injection using two interfaces introduced in ASP.NET MVC 3 - IDependencyResolver and IControllerActivator. Un... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC 3, ASP.NET MVC, IoC, ASP.NET
6
Shouts

Using ASP.Net MVC Validation Attributes outside of ASP.Net

published 849 days, 20 hours, 1 minute ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 852 days, 1 hour, 56 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 6:48:47 AM GMT
Some people love them, others absolutely hate them, but if you ask me one of the coolest features in ASP.Net MVC is the Data Annotations that you use to decorate your ASP.Net MVC classes for validation. But one of the coolest things that came along in .Net 4.0 was support for this across the whole framework – even outside of ASP.Net MVC! (more)
category: Agile | clicked: 2 | comment | | source: www.diaryofaninja.com
tags: ASP.NET MVC, .net 4, C#, command line, Web Service
8
Shouts

Built-in Unit Test for ASP.NET MVC 3 in Visual Studio 2010 Part 1

published 851 days, 21 hours, 17 minutes ago posted by sonukapoorsonukapoor 853 days, 17 hours, 3 minutes ago
Friday, January 21, 2011 11:28:05 AM GMT Wednesday, January 19, 2011 3:42:14 PM GMT
In this series of articles, Xianzhong Zhu will provide you with a detailed tutorial on using Visual Studio 2010's built-in unit testing framework to develop ASP.NET MVC 3.0 based applications. In this first article, he'll focus on the fundamental concepts and tooling support in Visual Studio 2010. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, Agile, unit testing
5
Shouts

Handling Authorization Failures for AJAX Requests in ASP.NET MVC Applications

published 853 days, 13 hours, 50 minutes ago posted by Matt_TCFMatt_TCF 855 days, 3 hours, 12 minutes ago
Wednesday, January 19, 2011 6:54:49 PM GMT Tuesday, January 18, 2011 5:32:38 AM GMT
Authorization failures in ASP.NET MVC applications are usually not something you worry about. The ASP.NET pipeline has solid support for this scenario and will redirect the user to your application’s login page for you automagically. Unfortunately, things become more complicated once you introduce AJAX requests into the mix. Without doing some extra work, you can create a bad user experience and increase the burden of developing AJAX-enabled client script. In this post, I’ll show you an elegant way t... (more)
category: Web Dev | clicked: 3 | comment | | source: trycatchfail.com
tags: ASP.NET MVC, Ajax, ASP.NET
3
Shouts

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 2 - Shiju Varghese's Blog

published 858 days, 20 hours, 20 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 859 days, 4 hours, 50 minutes ago
Friday, January 14, 2011 12:24:32 PM GMT Friday, January 14, 2011 3:55:07 AM GMT
In my previous post Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1, we have discussed on how to work with ASP.NET MVC 3 and EF Code First for developing web apps. We have created generic repository and unit of work with EF Code First for our ASP.NET MVC 3 application and did basic CRUD operations against a simple domain entity. In this post, I will demonstrate on working with domain entity with deep object graph, Service Layer and View Models and will also complete the rest of ... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC 3, ASP.NET MVC, ef code first, ASP.NET
4
Shouts

ASP.NET Error Handling: Creating an extension method to send error email

published 859 days, 14 hours, 47 minutes ago posted by dharadhara 860 days, 3 hours, 15 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Thursday, January 13, 2011 5:30:01 AM GMT
Error handling in asp.net required to handle any kind of error occurred. We all are using that in one or another scenario. But some errors are there which will occur in some specific scenario in production environment in this case We can’t show our programming... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET
11
Shouts

CompareAttribute in ASP.NET MVC 3 - Compare Properties During Validation - David Hayden

published 861 days, 14 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 862 days, 15 hours, 26 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:18:30 PM GMT
Yesterday I was talking about IValidatableObject in DataAnnotations and how ASP.NET MVC 3 has direct support for it: ASP.NET MVC 3 Validation and IValidatableObject. I mentioned that you can use IValidatableObject for those validation rules that are based on the entire model. The example I showed ( with caveats ) was for validating that ConfirmPassword and Password were the same during user registration. I also mentioned that you c... (more)
category: Web Dev | clicked: 11 | comment | | source: davidhayden.com
tags: ASP.NET MVC 3, ASP.NET MVC, Validation, ASPNETMVC, MVC, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 16 17 Next