iAwaaz-News-by-People - Stories tagged with MVC
1
Awaaz

Multi-tenant ASP.NET MVC - Views - Zack Owens

published 81 days, 13 hours, 21 minutes ago posted by attitudeattitude 83 days, 12 hours, 8 minutes ago
Sunday, June 20, 2010 2:46:27 AM GMT Friday, June 18, 2010 3:59:43 AM GMT
So far we have covered the basic premise of tenants and how they will be delegated. Now comes a big issue with multi-tenancy, the views. In some applications, you will not have to override views for each tenant. However, one of my requirements is to add extra views (and controller actions) along with overriding views from the core structure. This presents a bit of a problem in locating views for each... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC
1
Awaaz

Scott Hanselman - Hanselminutes Podcast 217 - MVC Turbine and IoC made easy with Javier Lozano

posted by nancynancy 83 days, 12 hours, 39 minutes ago
Friday, June 18, 2010 3:28:52 AM GMT
My two-hundred-and-seventeenth podcast is up. Scott talks to Javier Lozano about his open source MVC Turbine project and how it makes Dependency Injection and inversion of control extremely easy. These concepts can be tricky to jump into and usually require custom code in your app. MVC Turbine makes it easy to get up and running in minutes with ASP.NET MVC and IoC... (more)
category: Technology | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, IOC, MVC
1
Awaaz

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 83 days, 12 hours, 52 minutes ago posted by nancynancy 85 days, 10 hours, 5 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:02:14 AM GMT
When using the DisplayFor/EditorFor there has been built-in support in ASP.NET MVC to show localized validation messages, but no support to show the associate label in localized text, unless you are using the .NET 4.0 with Mvc Future. Lets a say you are creating a create form for Product where you have support both English and German like the following.... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC, MVCExtensions, Open Source
1
Awaaz

Windows Azure ASP.NET MVC 2 Role with Silverlight

published 83 days, 12 hours, 52 minutes ago posted by nancynancy 85 days, 10 hours, 6 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:02:03 AM GMT
May 13, 2010Windows Azure ASP.NET MVC 2 Role with (more)
category: Technology | clicked: 0 | comment | | source: compositecode.com
tags: MVC, MVC 2
1
Awaaz

Leveraging ASP.NET personalization

published 83 days, 12 hours, 52 minutes ago posted by nancynancy 85 days, 10 hours, 6 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:01:56 AM GMT
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss setting up and editing a profile. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET, MVC
1
Awaaz

Creating a custom View Engine for ASP.NET MVC leveraging Text Templates (T4)

published 86 days, 21 hours, 33 minutes ago posted by nancynancy 88 days, 19 hours, 27 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:40:28 PM GMT
This post is about creating a custom View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there, and this is largely experimental :). This is in fact a spin off idea of some thing else I was doing :). [ ] Download Related Source Code For me, the most beautiful aspect of ASP.NET MVC is it?s extensibility ? they way you can ?stretch? the framework, to make it suitable for your own needs. I highly recommend you to read this article from Code Climber?s blog - 13 ASP.NET... (more)
category: Technology | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: ASP.NET MVC, c#, MVC
1
Awaaz

HanselMinutes - Show #217 - MVC Turbine and IoC made easy with Javier Lozano

published 86 days, 21 hours, 33 minutes ago posted by nancynancy 88 days, 19 hours, 27 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:40:18 PM GMT
Scott talks to Javier Lozano about his open source MVC Turbine project and how it makes Dependency Injection and inversion of control extremely easy. These concepts can be tricky to jump into and usually require custom code in your app. MVC Turbine makes it easy to get up and running in minutes with ASP.NET MVC and IoC. (more)
category: Technology | clicked: 0 | comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, HanselMinutes, IOC, MVC
1
Awaaz

Dean Hume - MVC Google Maps HtmlHelper - Dynamic Maps

published 120 days, 12 hours, 31 minutes ago posted by nancynancy 123 days, 22 hours, 19 minutes ago
Wednesday, May 12, 2010 3:36:09 AM GMT Saturday, May 08, 2010 5:49:00 PM GMT
MVC Google Maps HtmlHelper - Dynamic Maps I've recently been looking for a MVC helper class for Google maps. I came across this well written MVC HtmlHelper for static Google maps. Unfortunately I was looking for a helper that was for the dynamic version of Google charts. I needed to be able to add markers on the maps with dynamic text and possibly even images. So, a great way to re-use code in MVC 2 is the Htmlhelper class. I have also written about this before where I wrote a Google Charts H... (more)
category: Technology | clicked: 0 | comment | | source: www.deanhume.com
tags: c#, Google, Google maps, google maps api, HtmlHelper, MVC, MVC2
1
Awaaz

Releasing Shrinkr ? An ASP.NET MVC Url Shrinking Service - Kazi Manzur Rashid's Blog

published 129 days, 14 hours, 42 minutes ago posted by attitudeattitude 135 days, 12 hours, 45 minutes ago
Monday, May 03, 2010 1:25:29 AM GMT Tuesday, April 27, 2010 3:22:44 AM GMT
Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining features that we planned for the initial release. So I am announcing the official release... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, jQuery, MVC, Open Source, Shrinkr, Unity
1
Awaaz

Adding Stylesheets, Scripts In ASP.NET MVC2

posted by attitudeattitude 153 days, 17 hours, 54 minutes ago
Thursday, April 08, 2010 10:13:14 PM GMT
A while back I worked on some code that allowed you to add content to different areas of a MVC view, specifically for dealing with headers and scripts. The code worked well enough but relied on a lesser used member in the Reponse class ? the Filter property. Except, now in MVC2 you see this little message when you try to mess with the Filter? Filtering is not allowed? What? Why not?!? Admittedly, the original solution was rather hackish because it tried to perform all of the work in the Render phase... (more)
category: Technology | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, ASP.NET MVC, c#, MVC, Page life Cycle
1
Awaaz

Kill magic strings with T4MVC

posted by attitudeattitude 165 days, 10 hours, 58 minutes ago
Sunday, March 28, 2010 5:09:37 AM GMT
Andrew Siemer explains how to get rid of magic strings with ASP.NET MVC and T4MVC. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP .NET, MVC, T4
1
Awaaz

Sending email from ASP.NET MVC through MVC and MSMQ Part 2

published 167 days, 11 hours, 33 minutes ago posted by nancynancy 167 days, 12 hours, 58 minutes ago
Friday, March 26, 2010 4:35:02 AM GMT Friday, March 26, 2010 3:10:01 AM GMT
In this article you will learn how to send emails using ASP.NET MVC and MSMQ. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP .NET, msmq, MVC
1
Awaaz

Sending email from ASP.NET MVC through MVC and MSMQ Part 1

published 167 days, 11 hours, 33 minutes ago posted by nancynancy 167 days, 12 hours, 58 minutes ago
Friday, March 26, 2010 4:35:02 AM GMT Friday, March 26, 2010 3:09:57 AM GMT
In this article you will learn how to send emails using ASP.NET MVC and MSMQ. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP .NET, msmq, MVC
1
Awaaz

An even better way to run T4MVC: a VS AddIn - David Ebbo's blog

published 173 days, 17 hours, 18 minutes ago posted by amit_it7amit_it7 173 days, 18 hours, 39 minutes ago
Friday, March 19, 2010 10:49:40 PM GMT Friday, March 19, 2010 9:28:53 PM GMT
An even better way to run T4MVC: a VS AddIn Last week, I blogged about a nice way of auto-running T4MVC by using the Macro IDE to write an OnBuildBegin event handler. (more)
category: Technology | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4MVC, VS
1
Awaaz

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

posted by amit_it7amit_it7 174 days, 10 hours, 31 minutes ago
Friday, March 19, 2010 5:36:09 AM 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: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC
1
Awaaz

T4MVC Add-In to auto run template

published 174 days, 9 hours, 9 minutes ago posted by amit_it7amit_it7 174 days, 10 hours, 34 minutes ago
Friday, March 19, 2010 6:58:17 AM GMT Friday, March 19, 2010 5:33:10 AM GMT
T4MVC is a fantastic solution to avoid 'Magic Strings' in ASP.NET MVC. (more)
category: Technology | clicked: 0 | comment | | source: blog.waynebrantley.com
tags: ASP.NET, MVC, MVC 2, T4, T4MVC
1
Awaaz

Inside the ASP.NET MVC Controller Factory

published 174 days, 9 hours, 9 minutes ago posted by amit_it7amit_it7 174 days, 10 hours, 35 minutes ago
Friday, March 19, 2010 6:58:17 AM GMT Friday, March 19, 2010 5:32:56 AM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
1
Awaaz

Angle Bracket Percent : A better way to auto-run T4MVC when you build - David Ebbo's blog

published 179 days, 16 hours, 28 minutes ago posted by amit_it7amit_it7 179 days, 17 hours, 40 minutes ago
Saturday, March 13, 2010 11:39:39 PM GMT Saturday, March 13, 2010 10:27:56 PM GMT
T4MVC has always struggled with finding the right way of running automatically when you build. (more)
category: Technology | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC
1
Awaaz

Angle Bracket Percent : T4MVC 2.6.13: now officially in MvcContrib, with a few new features

published 179 days, 20 hours, 29 minutes ago posted by amit_it7amit_it7 179 days, 22 hours, 48 minutes ago
Saturday, March 13, 2010 7:39:01 PM GMT Saturday, March 13, 2010 5:19:48 PM GMT
A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project. (more)
category: Technology | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET, MVC, T4, T4MVC, Twiiter
2
Awaaz

ASP.NET MVC 2 Released - ScottGu's Blog

published 179 days, 20 hours, 29 minutes ago posted by amit_it7amit_it7 179 days, 22 hours, 48 minutes ago
Saturday, March 13, 2010 7:39:01 PM GMT Saturday, March 13, 2010 5:19:45 PM GMT
I?m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5. (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP .NET, ASP .NET MVC 2, MVC, ScottGu, Visual Studio
1
Awaaz

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM - Eilon Lipton

published 180 days, 16 hours, 31 minutes ago posted by amit_it7amit_it7 181 days, 15 hours, 37 minutes ago
Friday, March 12, 2010 11:36:10 PM GMT Friday, March 12, 2010 12:30:24 AM GMT
Note: ASP.NET MVC 2 RTM isn?t yet released! But this tool will help you get your ASP.NET MVC 1.0 applications ready for when it is! I have updated the MVC App Converter to convert projects from ASP.NET MVC 1.0 to ASP.NET MVC 2 RTM. This should be last the last major change to the MVC App Converter that I released previews of in the past several months. Download The app is a single executable: Download MvcAppConv... (more)
category: Science | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, MVC
1
Awaaz

ASP.NET MVC Framework 2 Preview 2 with Repository - Part 1

published 179 days, 20 hours, 29 minutes ago posted by amit_it7amit_it7 181 days, 15 hours, 37 minutes ago
Saturday, March 13, 2010 7:39:01 PM GMT Friday, March 12, 2010 12:30:10 AM GMT
Part 1 of this post will only briefly explain and tell what is MVC, its history and its derivatives. Demo source codes are provided at the end of each pattern. Part 2 of this post is still in writing and it will touch on the ASP.NET MVC 2 Framework. (more)
category: Technology | clicked: 0 | comment | | source: www.kitchaiyong.net
tags: ASP.NET MVC, MVC
1
Awaaz

ASP.NET MVC working smart with cookies ? Custom ValueProvider

published 182 days, 23 hours, 26 minutes ago posted by amit_it7amit_it7 183 days, 10 hours, 12 minutes ago
Wednesday, March 10, 2010 4:41:10 PM GMT Wednesday, March 10, 2010 5:56:03 AM GMT
ValueProviders are the mechanism within the MVC framework that tries to take information from the HTTP Request and then resolve parameter values on action methods. Complex as well as simple types will be resolved using one of the four inbuilt value providers listed. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetguy.co.uk
tags: ModelBinding, MVC, ValueProvider
1
Awaaz

How to use Ajax Library 4 AutoComplete with Asp.Net MVC

published 182 days, 23 hours, 26 minutes ago posted by amit_it7amit_it7 183 days, 10 hours, 12 minutes ago
Wednesday, March 10, 2010 4:41:10 PM GMT Wednesday, March 10, 2010 5:55:39 AM GMT
How to use Ajax Library 4 AutoComplete with Asp.Net MVC (more)
category: Technology | clicked: 0 | comment | | source: devcarl.posterous.com
tags: Ajax 4.0, MVC
1
Awaaz

Goodbye Http Handler, Hello FileResult

published 182 days, 23 hours, 26 minutes ago posted by amit_it7amit_it7 183 days, 10 hours, 12 minutes ago
Wednesday, March 10, 2010 4:41:10 PM GMT Wednesday, March 10, 2010 5:55:35 AM GMT
If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of object returned from an action. When building MVC apps, most of time you will use the ActionResult class. Last week while I was working on my open source project WeBlog, I built an HTTP Handler to serve up images. I started using an HTTP Handler for images because I needed a mechanism to prevent bandwidth leeching. The only bad thing about using... (more)
category: Technology | clicked: 0 | comment | | source: www.codecapers.com
tags: ASPNET, Http Handler, MVC
Previous 1 2 Next