DotNetShoutout - Stories tagged with ASP.NET MVC
7
Shouts

Storing ASP.NET MVC Controllers & Views in separate assemblies

published 1112 days, 6 hours, 50 minutes ago posted by sonukapoorsonukapoor 1113 days, 1 hour, 56 minutes ago
Tuesday, May 04, 2010 8:24:06 AM GMT Monday, May 03, 2010 1:18:08 PM GMT
A lot of people asked me why I would ever want to store views in a separate assembly. This article is going to answer that question with a CMS example. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, CMS, assembly, View
5
Shouts

Sharp DOM - new view engine for ASP.NET MVC

published 1113 days, 3 hours, 57 minutes ago posted by http://vtimashkov.wordpress.com/http://vtimashkov.wordpress.com/ 1115 days, 13 hours, 58 minutes ago
Monday, May 03, 2010 11:17:12 AM GMT Saturday, May 01, 2010 1:15:30 AM GMT
Sharp DOM is a view engine for ASP.NET MVC platform allowing developers to design extendable and maintenable dynamic HTML layouts using C# 4.0 language. It is also possible to use Sharp DOM project to generate HTML layouts outisde of MVC framework; for it, internal DSL is used. Sharp DOM project allows you to develop HTML layout as C# code using all the power of modern object-oriented C# 4.0 language. You can use features of C# 4.0 like inheritance, polymorphism, etc. In other words, designing of HTML l... (more)
category: Web Dev | clicked: 0 | comment | | source: sharpdom.codeplex.com
tags: ASP.NET MVC, HTML
4
Shouts

April 30th Links: ASP.NET, ASP.NET MVC, Visual Studio 2010 - ScottGu's Blog

published 1115 days, 7 hours, 41 minutes ago posted by mithumithu 1116 days, 3 hours, 13 minutes ago
Saturday, May 01, 2010 7:32:38 AM GMT Friday, April 30, 2010 12:01:03 PM GMT
Here is the latest in my link-listing series. ASP.NET Data Web Control Enhancements in ASP.NET 4.0: Scott Mitchell has a good article that summarizes some of the nice improvements coming to the ASP.NET 4 data controls. Refreshing an ASP.NET AJAX UpdatePanel with JavaScript: Scott Mitchell has another nice article in his series on using ASP.NET AJAX that demonstrates how to prog... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: Link Listing, ASP.NET MVC, .NET, ASP.NET AJAX, ASP.NET 4.0, Visual Studio, JavaScript, ScottGu, ASP.NET
4
Shouts

Dependency Injection in ASP.NET MVC NerdDinner App using Ninject - Shiju Varghese's Blog

published 1115 days, 7 hours, 41 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1116 days, 6 hours, 8 minutes ago
Saturday, May 01, 2010 7:32:38 AM GMT Friday, April 30, 2010 9:05:40 AM GMT
In this post, I am applying Dependency Injection to the NerdDinner application using Ninject. The controllers of NerdDinner application have Dependency Injection enabled constructors. So we can apply Dependency Injection through constructor without change any existing code. A Dependency Injection framework injects the dependencies into a class when the dependencies are needed. Dependency Injection enables looser coupling between classes and their dependencies and provides better testability of an applica... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, IoC, Ninject, ASP.NET MVC 2, Ninject 2
8
Shouts

Web Platform Installer 2.0 and Visual Studio Web Developer 2010 Express - Scott Hanselman

published 1116 days, 4 hours, 15 minutes ago posted by jantujantu 1117 days, 4 hours, 7 minutes ago
Friday, April 30, 2010 10:58:27 AM GMT Thursday, April 29, 2010 11:07:09 AM GMT
I was setting up a new machine for presentations and I was getting ready to install Visual Studio 2010 Express and figured I'd go see if the Web Platform Installer (we call it "Web-P-I") had the new versions of VS2010 ready to go.If you're not familiar, I've blogged about this before. WebPI is a 2meg download that basically sets up your machine for Web Development and downloads whatever you need automatically. It's a cafeteria plan for Microsoft Web Development. It's really matured in the last two yea... (more)
category: Web Dev | clicked: 55 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, VS2010., IIS, ASP.NET
4
Shouts

Using A Page Control For MVC Templating « Hugoware

published 1119 days, 7 hours, 7 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 1120 days, 3 hours, 12 minutes ago
Tuesday, April 27, 2010 8:07:04 AM GMT Monday, April 26, 2010 12:02:21 PM GMT
In previous posts I’ve talked about using WebControls along with ControlAdapters to have cleaner markup by using the built in ASP.NET page life cycle to assign values to the correct elements on the page. This approach can make views easier to read by removing server side code blocks and allowing logic to be handled within the code behind of the view and not within the page itself. This post continues the discussion by looking at how you can use a Controller to create instances of views before rendering ... (more)
category: Web Dev | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET MVC, templating, web development, ASP.NET
8
Shouts

First 3 ASP.NET MVC for the Rest of Us Videos - Joe Stagner

published 1121 days, 2 hours, 13 minutes ago posted by iftekharahmedamitiftekharahmedamit 1123 days, 1 hour, 4 minutes ago
Sunday, April 25, 2010 1:00:35 PM GMT Friday, April 23, 2010 2:09:38 PM GMT
Folks have been asking me for some time to do some ASP.NET MVC videos  Here are the first three. They start from the beginning and frequently compare ASP.NET MVC with concepts that you may already be familiar with from WebForms programming. Enjoy! More to come. ASP.NET MVC For the Rest of Us: Part 1 37 minutes ASP.NET MVC For the Rest of Us: Part 2 31 minutes ASP.NET MVC For the Rest of Us: Part 3 16 minutes http://www.asp.net/mvc/fundamentals/  Technorati Tags: ASP.NET,MVC (more)
category: Screencast | clicked: 1 | comment | | source: misfitgeek.com
tags: ASP.NET MVC, ASPNETMVC, Screencasts, Screencast, ASP.NET
9
Shouts

How To Build a Group SMS Application with ASP.NET MVC

published 1122 days, 4 hours, 42 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 1123 days, 15 hours, 28 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 11:46:16 PM GMT
A quick walkthrough demonstrating how to build a group SMS application using ASP.NET MVC and Twilio. (more)
category: Web Dev | clicked: 4 | comment | | source: blog.twilio.com
tags: ASP.NET MVC, twilio, REST
9
Shouts

DotNetRocks - Show #543 - Phil Haack Live in Mountain View, California

published 1124 days, 2 hours, 16 minutes ago posted by mithumithu 1125 days, 10 hours, 21 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Wednesday, April 21, 2010 4:52:44 AM GMT
Phil Haack was our guest on the first Road Trip show! We talked about shipping VS2010, ASP.NET MVC, and Phil told us how he got into the business. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: ASP.NET MVC, DotNetRocks, Phil Haack, VS 2010
3
Shouts

Advanced ASP.NET MVC 2 (CodeCamp Edition) - Brad Wilson

published 1125 days, 23 hours, 59 minutes ago posted by jantujantu 1126 days, 22 hours, 24 minutes ago
Tuesday, April 20, 2010 3:14:38 PM GMT Monday, April 19, 2010 4:49:31 PM GMT
I just published the slides and code for my CodeCamp version of the Advanced MVC 2 talk. This talk is different from the C4MVC talk in that I did a 10 minute intro to what's new in MVC 2, and a few of the demos were re-worked. In particular, I included a RESTful resource registration helper and automatic controller, both available in the sample project. The video was streamed, and should be available for on-demand viewing soon. (more)
category: How To | clicked: 0 | comment | | source: bradwilson.typepad.com
tags: ASP.NET MVC, CodeCamp, Permalink, Technical, ASP.NET
10
Shouts

Is ASP.NET MVC Exposing My Secrets? - Brad Wilson

published 1125 days, 3 hours, 48 minutes ago posted by jantujantu 1126 days, 22 hours, 54 minutes ago
Wednesday, April 21, 2010 11:25:35 AM GMT Monday, April 19, 2010 4:19:27 PM GMT
Let's suppose you have a model like this:public class User { public string Username { get; set; } [DataType(DataType.Password)] public string Password { get; set; } } To test this out, you write an action:public ActionResult Index() { return View(new User { Username = "brad", Password = "secret" }); } And an editor in the view:<% using (Html.BeginForm()) { %> <%: Html.EditorForModel() %> You pop up the browser and notice that the password field looks like i... (more)
category: How To | clicked: 1 | comment | | source: bradwilson.typepad.com
tags: ASP.NET MVC, Technical | Permalink, ASP.NET
3
Shouts

Service Pack 1 for Telerik Extensions for ASP.NET MVC just released - Telerik Blogs - Atanas Korchev

published 1126 days, 2 hours, 28 minutes ago posted by StevesSteves 1127 days, 59 minutes ago
Tuesday, April 20, 2010 12:46:00 PM GMT Monday, April 19, 2010 2:15:12 PM GMT
We just released the first service pack for the Q1 2010 release of Telerik Extensions for ASP.NET MVC. As you may have guessed this is mostly a maintenance release addressing all reported bugfixes. It is important to note that the service pack will be available only to licensed users. We will update the open source version only for major releases. ... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.telerik.com
tags: ASP.NET MVC, ASP.NET
10
Shouts

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

published 1120 days, 7 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 1127 days, 2 hours, 43 minutes ago
Monday, April 26, 2010 7:40:49 AM GMT Monday, April 19, 2010 12:31:18 PM 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: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, Shrinkr, ASPNETMVC, Open Source, jQuery, MVC, ASP.NET
10
Shouts

NoSQL with MongoDB, NoRM and ASP.NET MVC - Shiju Varghese's Blog

published 1128 days, 4 hours, 49 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1130 days, 8 hours, 30 minutes ago
Sunday, April 18, 2010 10:24:28 AM GMT Friday, April 16, 2010 6:43:28 AM GMT
In this post, I will give an introduction to how to work on NoSQL and document database with MongoDB , NoRM and ASP.Net MVC 2. NoSQL and Document Database The NoSQL movement is getting big attention in this year and people are widely talking about document databases and NoSQL along with web application scalability. According to Wikipedia, "NoSQL is a movement promoting a loosely defined class of non-relational data stores that break with a long history of relational databases. These data ... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, NoRM, MongoDB
5
Shouts

Using Code Behinds For MVC Templates « Hugoware

published 1130 days, 4 hours, 2 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 1131 days, 3 hours, 3 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Thursday, April 15, 2010 12:11:04 PM GMT
I’ve done quite a few postsabout usingWebControls in MVC mostly as experiments to see if it was possible to bring WebForm functionality into a MVC application. It wasn’t really that I wanted to use WebForms in MVC but rather I still really like Controls having logical functionality. Sometimes a View is a little more complicated than simply inserting a value into the correct location on the page. In my last blog post I gave an example that seemed impossible to do all within the render phase of the page b... (more)
category: Web Dev | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET MVC, C#, Templates, web development, MVC
8
Shouts

Spring Speaking Rollup 2010: Recent Talks and Upcoming Talks at Microsoft WebCamps - Scott Hanselman

published 1133 days, 2 hours ago posted by jantujantu 1136 days, 1 hour, 2 minutes ago
Tuesday, April 13, 2010 1:13:56 PM GMT Saturday, April 10, 2010 2:12:08 PM GMT
I've been travelling some, and I have a few more trips at Microsoft WebCamps before I take a much needed break and stop travelling until 2011.I went to Munich, Cairo, and Egypt a few weeks back and presented on ASP.NET MVC (both Beginner and Advanced), .NET 4 in general, Making Your Blog Suck Less, and Information Overload. I presented at Mix 10 on Web Development and Security with Phil Haack.Last week I was in Belgium and The Netherlands and gave some talks as well.I thought it would be nice to ... (more)
category: How To | clicked: 1 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASP.NET AJAX, Windows Client, Programming, Channel9, Speaking, Microsoft, ASP.NET, WPF.
12
Shouts

Resharper 5

published 1135 days, 4 hours, 56 minutes ago posted by sedgeysedgey 1136 days, 6 hours, 29 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 8:44:45 AM GMT
ReSharper 5With the release of Visual Studio 2010 just around the corner and the concurrent release of ReSharper 5, I thought I would share my experiences with the Release Candidate & nightly builds of ReSharper 5. [edit]Jetbrains have been kind enough to provide me with 10% Discount coupons and 60 day trial licenses for readers of this blog, for the current version ReSharper 4.5 and if you buy now, you automatically get a free upgrade to ReSharper 5 when it is released. All you do is email me at: ... (more)
category: Architecture | clicked: 6 | comment | | source: web2asp.net
tags: ASP.NET MVC, ReSharper 5.0, ReSharper 5, Visual Studio 2010, JetBrains ReSharper, code analysis, Visual Studio Add-ins, unit testing
6
Shouts

HanselMinutes - Show #209 - ASP.NET MVC Contrib with Jeffrey Palermo

published 1135 days, 4 hours, 56 minutes ago posted by mithumithu 1136 days, 9 hours, 55 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 5:19:17 AM GMT
Scott sits down with Jeffrey Palermo to chat about his thoughts around ASP.NET MVC and the MVCContrib Project. What's the MVCContrib Project for? What value does it bring to the platform, and what's the story behind it joining the CodePlex Foundation? (more)
category: Podcast | clicked: 3 | comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, MVCContrib, CodePlex Foundation, HanselMinutes
9
Shouts

Google Calendar Management with MVC & StructureMap

published 1134 days, 4 hours, 10 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1138 days, 8 hours, 18 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 6:55:46 AM GMT
I recently read John Petersen’s blog entitled “Adding Google Charts to your ASP MVC Applications” and I thought it was a pretty cool read. I thought I’d do a similar one taking advantage of the Google Data API SDK. In order to get started, you’ll need to do some setup by following the awesome instructions Google provides called Getting Started with the .NET Client Library to setup the SDK. Let’s get to the code! First things first, create a calendar repository interface like this: (more)
category: Web Dev | clicked: 6 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC, google sdk, StructureMap
4
Shouts

Setting up ASP.NET MVC with Fluent NHibernate and StructureMap | Kevin William Pang

published 1138 days, 1 hour, 22 minutes ago posted by http://kevinpang.myopenid.com/http://kevinpang.myopenid.com/ 1138 days, 22 hours, 35 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Wednesday, April 07, 2010 4:39:18 PM GMT
On a yet-to-be-released side project of mine, I decided to use Fluent NHibernate, StructureMap, and ASP.NET MVC. It took me awhile to get everything to play together nicely, so I documented the steps I took in case anyone out there was interested in using in a similar setup. (more)
category: Web Dev | clicked: 17 | comment | | source: www.kevinwilliampang.com
tags: ASP.NET MVC, Fluent NHibernate, NHibernate, StructureMap
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 Next