DotNetShoutout - Stories tagged with MVC
7
Shouts

Code-First Development with Entity Framework 4 - Scott Guthrie

published 1043 days, 5 hours, 24 minutes ago posted by jantujantu 1045 days, 5 hours, 43 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Friday, July 16, 2010 12:15:40 PM GMT
.NET 4 ships with a new and much improved version of Entity Framework (EF) – a data access and OR/M  library that lives within the System.Data.Entity namespace.When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot of feedback on things they thought were missing or incomplete with that first release.  The SQL team did a good job of listening to this feedback, and really focused the EF that ships with .NET 4 on addressing it.  Some of the big improvements in EF4 include:... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
2
Shouts

Development Blog :: Chris Poulter

published 1045 days, 5 hours, 24 minutes ago posted by chrispoulterchrispoulter 1046 days, 5 hours, 23 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 12:36:15 PM GMT
Working as a web and database developer I often come across useful snippets of information about the technologies, tools and standards I use professionally. In order that I don't forget them and that someone out there may find them useful I keep a blog detailing the problems and solutions I discover. (more)
category: Web Dev | clicked: 0 | comment | | source: www.chrispoulter.com
tags: C#, T-SQL, ASP .NET, CSS, HTML, MVC
9
Shouts

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 2

published 1046 days, 4 hours, 36 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1047 days, 11 hours, 35 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 6:23:42 AM GMT
Hello again. Today I want to talk about select list with optgroups. So, I need such a list. MVC has no support for it. What to do? After little browsing I decide wrote my own solution. It is based on code from fixed version of MVC DropDownList (you can read about it in Part 1). Main features of the list: * of course - support of groups of options * you can use it with options and with groups of options in any order, iow first item can be option, then - option group, and at the end, again - option. (more)
category: Web Dev | clicked: 9 | comment | | source: code-clarity.blogspot.com
tags: DropDownListFor, optgroup, dropdownlist, grouping, MVC, ASP.NET
13
Shouts

Use Razor as ASP.NET MVC ViewEngine - Kazi Manzur Rashid

published 1050 days, 7 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 1051 days, 9 hours, 1 minute ago
Sunday, July 11, 2010 10:44:53 AM GMT Saturday, July 10, 2010 8:57:33 AM GMT
ince the release of Razor I could not manage time to give a deep dive into this new framework. Last night, I started to explore, the idea was to create ASP.NET MVC View Engine, yes I know the official version is coming up end of this month, but it will give me enough details of the Razor internals in the mean time. Part of the goal was to port the default AS... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, Razor, MVC, ASP.NET
11
Shouts

Localized Currencies and Decimals using MicrosoftAjax.js

published 1050 days, 7 hours, 14 minutes ago posted by chrispoulterchrispoulter 1052 days, 1 hour, 33 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 4:26:25 PM GMT
Highlights issues with parsing and formatting localized currencies and decimals in JavaScript. (more)
category: Web Dev | clicked: 0 | comment | | source: www.chrispoulter.com
tags: JavaScript, Localization, MVC, ASP.NET
7
Shouts

WebMatrix Beta in pictures

published 1052 days, 4 hours, 14 minutes ago posted by gpeipmangpeipman 1052 days, 17 hours, 32 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 12:27:03 AM GMT
Long time ago there was simple ASP.NET editor called Web Matrix that was replaced by Visual Web Developer Express when Express versions came for Visual Studio. Now is time again for some small and easy tool and here it is – Microsoft WebMatrix Beta. In this posting I will introduce you Microsoft WebMatrix and show how it works. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Razor, IIS Express, MVC, ASP.NET
6
Shouts

Code Capers | Looking for an MVC Grid Control? Try MVC Contrib!

published 1053 days, 4 hours, 25 minutes ago posted by mceranskimceranski 1054 days, 13 hours, 9 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 4:49:32 AM GMT
Like most .NET Web Developers I was ecstatic when MVC was released. To put it plainly, I hate WebForms. However I do find myself missing some of the great WebForm controls like the DataGridView. The DataGridView was present in every WebForm application that I wrote. I really appreciated all the subtle bells and whistles that Microsoft added to the grid over the years. I wrote my own grid control for classic ASP and I know firsthand that it is a significant undertaking to make a grid control that if featu... (more)
category: Web Dev | clicked: 4 | comment | | source: www.codecapers.com
tags: DataGridView, MVC, ASP.NET
9
Shouts

MVC2 - Separating Concerns with Service and Repository Layers

published 1055 days, 3 hours, 19 minutes ago posted by rockinthesixstringrockinthesixstring 1056 days, 17 hours, 12 minutes ago
Tuesday, July 06, 2010 2:39:43 PM GMT Monday, July 05, 2010 12:46:44 AM GMT
Separating Concerns with Service and Repository Layers In this blog entry I'm going to show you how I've chosen to structure my Modal and why. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetblogger.com
tags: MVC
11
Shouts

Stepping into ASP.NET MVC source code with Visual Studio debugger

published 1055 days, 3 hours, 19 minutes ago posted by gpeipmangpeipman 1056 days, 22 hours, 48 minutes ago
Tuesday, July 06, 2010 2:39:43 PM GMT Sunday, July 04, 2010 7:10:50 PM GMT
Stepping into ASP.NET MVC source code with Visual Studio debugger Using Visual Studio symbols and source files makes debugging much easier. I am specially happy about ASP.NET MVC 2 source files because I develop on ASP.NET MVC 2 almost every day. You may also find other useful symbols and source files. In this posting I will show you how to get ASP.NET MVC source to your computer and how to use it. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Debugging, Visual Studio, MVC, ASP.NET
6
Shouts

Visual Studio: default build action for non-default file-types

published 1057 days, 3 hours, 23 minutes ago posted by alokeraloker 1059 days, 8 hours, 23 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Friday, July 02, 2010 9:36:19 AM GMT
With a simple file you can tell Visual Studio to use a certain default Build Action for specific file types. This reduces the chance of missing files on the server when using the built-in publishing functionality. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.andreloker.de
tags: brail, Visual Studio, Spark, MVC
8
Shouts

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 1

published 1062 days, 4 hours, 20 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1063 days, 23 hours, 1 minute ago
Tuesday, June 29, 2010 1:38:41 PM GMT Sunday, June 27, 2010 6:57:53 PM GMT
When working on one project, I have a trouble with MVC DropDownListFor - selected value doesn't returned to the server. I saw a lot of articles, questions, etc.. about this theme. And I decide to write a little article about my solution. As for me - it is more than simple :) (more)
category: Web Dev | clicked: 7 | comment | | source: code-clarity.blogspot.com
tags: DropDownListFor, dropdownlist, MVC, ASP.NET
4
Shouts

Configuring routes to use a custom extension

published 1071 days, 6 hours, 7 minutes ago posted by sonukapoorsonukapoor 1073 days, 4 hours, 41 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Friday, June 18, 2010 1:17:46 PM GMT
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss URL rewriting as a powerful deployment option that opens up new scenarios in URL canonicalization and seamless resource management. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: MVC, ASP.NET
5
Shouts

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

published 1071 days, 6 hours, 7 minutes ago posted by KluggerKlugger 1074 days, 1 hour, 40 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Thursday, June 17, 2010 4:18:58 PM 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: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
9
Shouts

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

published 1074 days, 4 hours, 23 minutes ago posted by rajuraju 1076 days, 5 hours, 50 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Tuesday, June 15, 2010 12:09:23 PM 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: Podcast | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, IoC, MVC
5
Shouts

Windows Azure ASP.NET MVC 2 Role with Silverlight « Composite Code

published 1076 days, 4 hours, 9 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1076 days, 22 hours ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 7:59:11 PM GMT
May 13, 2010Windows Azure ASP.NET MVC 2 Role with SilverlightFiled under: Cloud Speak,How-to — Adron @ 6:37 am I was working through some scenarios recently with Azure and Silverlight.  I immediately decided a quick walk through for setting up a Silverlight Application running in an ASP.NET MVC 2 Application would be a cool project. This walk through I have Visual Studio 2010, Silverlight 4, and the Azure SDK all installed.  If you need to download any of those go get em? now. Launch Visual Studio ... (more)
category: Web Dev | clicked: 0 | comment | | source: compositecode.com
tags: MVC 2, MVC
7
Shouts

Leveraging ASP.NET personalization

published 1076 days, 4 hours, 9 minutes ago posted by sonukapoorsonukapoor 1077 days, 4 hours, 24 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 1:34:48 PM 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: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: MVC, ASP.NET
12
Shouts

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 1076 days, 4 hours, 9 minutes ago posted by rajuraju 1077 days, 13 hours, 58 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 4:01:25 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: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
6
Shouts

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

published 1078 days, 7 hours, 31 minutes ago posted by rajuraju 1079 days, 16 hours, 4 minutes ago
Sunday, June 13, 2010 10:28:14 AM GMT Saturday, June 12, 2010 1:55:24 AM 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: Podcast | clicked: 1 | 1 comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, IoC, HanselMinutes, MVC
13
Shouts

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

published 1076 days, 4 hours, 9 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1080 days, 6 hours, 13 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Friday, June 11, 2010 11:46:13 AM 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: Web Dev | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: ASP.NET MVC, C#, MVC
7
Shouts

Cache By Browser using ASP.NET MVC :: Chris Poulter

published 1087 days, 3 hours, 44 minutes ago posted by chrispoulterchrispoulter 1088 days, 5 hours, 54 minutes ago
Friday, June 04, 2010 2:15:10 PM GMT Thursday, June 03, 2010 12:05:00 PM GMT
Tutorial on how to cache MVC Views based on the current browser request. (more)
category: Web Dev | clicked: 0 | comment | | source: www.chrispoulter.com
tags: Caching Depedency, MVC, ASP.NET
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 14 Next