Servefault.com - Stories tagged with ASP.NET MVC
1
votes

TeeBot's .NET Blog: ASP.NET MVC : Injecting & Mocking an IRepository

posted by GodaddyGodaddy 5 days, 10 hours, 19 minutes ago
Friday, March 05, 2010 11:09:17 AM GMT
If you are already familiar with ASP.NET MVC, you have probably seen the repository pattern in a few examples (such as NerdDinner), maybe you even use it in your own app. One of the most frequent way to hot-plug a Repository class into a controller is to use the Strategy Pattern. But while an application evolves, you might want to centrally manage your wiring within a provider, that's what Dependency Injectors are for. However lots of Dependency Injectors - or IoC containers at large - such as Unity ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.teebot.be
tags: ASP.NET MVC
2
votes

Herding Code 74: Javier Lozano on MVC Turbine and Composed Applications | Herding Code

published 4 days, 9 hours, 5 minutes ago posted by GodaddyGodaddy 13 days, 12 hours, 41 minutes ago
Saturday, March 06, 2010 12:23:01 PM GMT Thursday, February 25, 2010 8:46:39 AM GMT
Herding CodeSearchSubscribe to RSSPosted by adminPosted in interview, podcast This week on Herding Code, K Scott leads a conversation with ASP.NET Insider and MVP, Javier Lozano, about his open source project, MVC Turbine, and extensibility and composition with ASP.NET MVC.Javier provides a twitter-like overview of his open source project: “MVC Turbine helps you build modular applications on top of ASP.NET MVC and that’s pretty much it.” K Scott asks about the advantages of using MVC Turbine to add fea... (more)
category: ASP.NET | clicked: 1 | comment | | source: herdingcode.com
tags: ASP.NET MVC
2
votes

IIS Workstation: ASP.NET MVC Framework and IIS: What's the connection?

published 4 days, 9 hours, 5 minutes ago posted by GodaddyGodaddy 13 days, 12 hours, 42 minutes ago
Saturday, March 06, 2010 12:23:01 PM GMT Thursday, February 25, 2010 8:45:49 AM GMT
"Can you tell me as to how ASP.NET MVC is processed in IIS?" I came across this interesting question from a member of my audience when I was giving a session for Community Techdays a few days back. I am not much of an ASP.NET developer therefore as much as I would hate to I had to say "Let me get back to you later on that". So here's what I have figured out so far: ASP.Net MVC or ASP.Net Model View Controller was introduced with .Net 3.5. The basic difference between an ASP.Net application and and ... (more)
category: ASP.NET | clicked: 1 | comment | | source: www.iisworkstation.com
tags: ASP.NET Developer, ASP.NET MVC
2
votes

MSDN Blog Postings » Blog Archive » Attributes and ASP.NET MVC

published 4 days, 9 hours, 5 minutes ago posted by GodaddyGodaddy 13 days, 12 hours, 43 minutes ago
Saturday, March 06, 2010 12:23:01 PM GMT Thursday, February 25, 2010 8:44:29 AM GMT
Anyone who wants to learn about ASP.NET MVC will quickly discover that MVC makes extensive use of a relatively new feature of .NET called attributes. Many programmers who are new to ASP.NET MVC may also be new to the use of attributes. This article covers the basic concepts of attributes and their use in ASP.NET MVC. What is an Attribute? An attribute is a class that inherits from the abstract class System.Attribute . By convention, all attributes are given a class name that ends with the word “Attribute... (more)
category: ASP.NET | clicked: 0 | comment | | source: msdnrss.thecoderblogs.com
tags: ASP.NET MVC
2
votes

ASP.NET MVC Hosting, MVC Hosting, Best ASP.NET MVC Web Hosting | FindMyHosts.com

published 4 days, 9 hours, 5 minutes ago posted by GodaddyGodaddy 13 days, 12 hours, 45 minutes ago
Saturday, March 06, 2010 12:23:01 PM GMT Thursday, February 25, 2010 8:42:49 AM GMT
ASP.NET MVC is a free, fully supported, Microsoft product that enables developers to easily build great web applications. It provides total control over your HTML and URLs, enables rich AJAX integration, and facilitates test driven development. Typically, the model component maintains state by persisting data in a database, while the view component is selected by the controller and renders the appropriate UI. By default, the ASP.NET MVC framework utilizes the existing ASP.NET page (.aspx), master page (.... (more)
category: Web Hosting | clicked: 0 | comment | | source: www.findmyhosts.com
tags: ASP.NET MVC
4
votes

ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe - ScottGu's Blog

posted by HostgatorHostgator 65 days, 11 hours, 44 minutes ago
Monday, January 04, 2010 9:44:16 AM GMT
[In addition to blogging, I’m also now using Twitter for quick updates and to share links. Follow me at:twitter.com/scottgu] Hope you all had a great holiday – welcome to 2010! Last month I did a blog post about some of the presentations I did in Europe and posted the slides+demo files from them.  High-quality videos of the talks I did in Sweden were posted two weeks ago on the Channel9 site, so you can also now watch videos of the talks online as well.  The videos use a nice format where you can watch... (more)
category: ASP.NET | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Silverlight, Sweden, Twitter
2
votes

Telerik Extensions for ASP.NET MVC

published 96 days, 17 hours, 29 minutes ago posted by GodaddyGodaddy 99 days, 16 hours, 25 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Tuesday, December 01, 2009 5:02:30 AM GMT
Pure ASP.NET MVC components Telerik Extensions for ASP.NET MVC is built from the ground up to fully embrace the values of the ASP.NET MVC framework - lightweight rendering, clean HTML, clear separation of concerns, easy testability- while helping make you more productive building MVC views. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.telerik.com
tags: ASP.NET MVC, ASP.NET MVC Components, MVC
2
votes

Nikhil Kothari's Weblog : Ajax with the ASP.NET MVC Framework

published 96 days, 17 hours, 29 minutes ago posted by GodaddyGodaddy 99 days, 16 hours, 28 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Tuesday, December 01, 2009 5:00:06 AM GMT
This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results. Hopefully everyone had a good few days off. Before the holiday break, I did some app-building on top of the ASP.NET MVC framework. Actually rather than building some sort of fancy app, instead I was prototyping some features on top of the framework bits slated for a... (more)
category: ASP.NET | clicked: 3 | comment | | source: www.nikhilk.net
tags: Ajax, ASP.NET MVC
2
votes

PDC 2009: ASP.NET MVC 2 Beta released

published 96 days, 17 hours, 29 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 25 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 6:03:02 AM GMT
One of the first novelties straight from PDC 2009 is the release of ASP.NET MVC 2 Beta for Visual Studio 2008. You can download ASP.NET MVC 2 Beta from Microsoft Downloads here. For the newcomers, here's a quick description of the technology: "ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the ap... (more)
category: ASP.NET | clicked: 3 | comment | | source: blog.vascooliveira.com
tags: ASP.NET MVC, ASP.NET MVC 2, Microsoft, MVC
2
votes

msdev: Visual Studio 2010: ASP.NET MVC

published 96 days, 17 hours, 29 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 31 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 5:56:53 AM GMT
Search for Training Course 6 of 8   (View entire series)Visual Studio 2010: ASP.NET MVCNot yet ratedPresenter InfoAdd to my msdevComments 0Visual Studio 2010: ASP.NET MVCNot yet rated Available On Demand Starting on January 18th! This session introduces the MVC – Model, View, Controller – framework that is not part of ASP.NET. It includes demonstrations of how to create and test a basic ASP.NET MVC application. Presenter: ... (more)
category: Visual Studio | clicked: 0 | comment | | source: www.msdev.com
tags: ASP.NET MVC, Visual Studio 2010
3
votes

ASP.NET MVC documentation for Visual Studio 2008 | Tech Off | Channel 9

published 92 days, 15 hours, 4 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 52 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Monday, November 30, 2009 5:35:39 AM GMT
Is there a download for this somewhere that I can't find. Installing ASP.NET MVC itself doesn't seem to add any documentation to the help browser in VS2008. It exists in the online MSDN library though:- http://msdn.microsoft.com/en-us/library/system.web.mvc.aspx   I re-downloaded and did a repair with the MSI of the VS2008 SP1 documentation set just to check, and that doesn't include it. (more)
category: ASP.NET | clicked: 1 | comment | | source: channel9.msdn.com
tags: ASP.NET MVC, MSDN, VS2008, VS2008 SP1
3
votes

ASP.NET MVC: Creating reports using Chart control - Gunnar Peipman's ASP.NET blog

published 92 days, 15 hours, 4 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 54 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Monday, November 30, 2009 5:33:46 AM GMT
ASP.NET MVC: Creating reports using Chart control ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications. In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC application and I will illustrate how to do it easily so you don’t mess up your views. Before we start coding I want to make some notes about my sol... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Chart Control
3
votes

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 92 days, 15 hours, 4 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 55 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Monday, November 30, 2009 5:32:40 AM GMT
Validation is one of the most important aspects of an application. ASP.NET MVC framework provides multiple ways to validate the user input. In this article we are going to demonstrate how to perform validation in an ASP.NET application using Controller act... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.highoncoding.com
tags: ASP.NET Application, ASP.NET MVC
2
votes

Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid's Blog

published 92 days, 15 hours, 4 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 56 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Monday, November 30, 2009 5:31:31 AM GMT
Telerik ASP.NET MVC Grid Preview (Take 2) In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the  issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the ... (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2
2
votes

HowTo: jCrop & ASP.NET MVC – On the fly Bildverkleinern | Code-Inside Blog

published 92 days, 15 hours, 4 minutes ago posted by IXWebHostingIXWebHosting 100 days, 15 hours, 59 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Monday, November 30, 2009 5:29:14 AM GMT
HowTo: jCrop & ASP.NET MVC – On the fly Bildverkleinern HowTo Auf vielen Seiten kann man Profilbilder hinterlegen. Meinstens müssen diese eine bestimmte Größe haben, ansonsten wird das Bild gestaucht oder gezerrt. Beides eher suboptimal. Mit jCrop gibt es ein kleines, nützliches jQuery Plugin, welches man benutzen kann um bestimmte Ausschnitte aus einem Bild auszuschneiden. jCrop macht dies Client-Seitig und ich möchte das “ausgeschnittene” Bild nun auch in ASP.NET M... (more)
category: ASP.NET | clicked: 0 | comment | | source: code-inside.de
tags: ASP.NET MVC, jCrop, jQuery Plugin
3
votes

Daily tech links for .net and related technologies - November 28-30, 2009 - Sanjeev Agarwal

published 92 days, 15 hours, 4 minutes ago posted by Webhost4lifeWebhost4life 101 days, 12 hours, 25 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Sunday, November 29, 2009 9:03:01 AM GMT
Daily tech links for .net and related technologies - November 28-30, 2009Web DevelopmentMain Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.NetPaging Records Sucks – Use jQuery to Scroll Just In TimeHandling Exceptions in ASP.Net MVC 1Using jQuery Grid With ASP.NET MVCCreating an ASP.NET MVC View by Calling Multiple ActionsUsing Facebook Connect with ASP.NET MVC and the Facebook Developer Toolkit 3Binding Installed fonts in dropdownlist using LINQExtending ASP.NET MVC 2 Templa... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET 4.0, ASP.NET MVC, jQuery
2
votes

Elegant Code » Asp.Net MVC JavaScriptView

posted by GodaddyGodaddy 108 days, 14 hours, 11 minutes ago
Sunday, November 22, 2009 7:17:24 AM GMT
For a while now I’ve wanted the ability to generate javascript file like I generate html files. Take a little bit of the power of the WebForm view engine (just a little bit) and give that to me for JavaScript. (more)
category: ASP.NET | clicked: 0 | comment | | source: elegantcode.com
tags: ASP.NET MVC, Javascript, Web Form
2
votes

ASP.NET MVC wins with simplicity, not features : Jeffrey Palermo (.com)

posted by GodaddyGodaddy 108 days, 14 hours, 11 minutes ago
Sunday, November 22, 2009 7:16:37 AM GMT
As a follow-up to some ASP.NET MVC comments by Dino Esposito, I want to provide my commentary on why the grassroots of the .Net developer community is so in love with ASP.NET MVC, even though Microsoft marketing isn’t really seeming to push it.  It’s odd, too, because with Entity Framework, the message from Microsoft is clear:  DataSets and Linq2Sql will still be supported. . . but . . . er. . .um, we recommend you start moving to Entity Framework. Car vs. Motorcycle? Irrelevant analogy, I say Because ... (more)
category: ASP.NET | clicked: 1 | comment | | source: jeffreypalermo.com
tags: ASP.NET MVC, MVC
2
votes

ASP.NET MVC 2 Beta Released for Visual Studio 2008

posted by GodaddyGodaddy 108 days, 14 hours, 13 minutes ago
Sunday, November 22, 2009 7:15:28 AM GMT
ASP.NET MVC 2 Beta Released for Visual Studio 2008 Hot off the presses for PDC '09 is the release of ASP.NET MVC 2 Beta for Visual Studio 2008. Notice we have officially entered BETA! You can download ASP.NET MVC 2 Beta from Microsoft Downloads here. I highly encourage you to download the Release Notes from the same area as well, because there are a number of interesting changes:AsyncControllers, RenderAction, and Expression-based HTML Helpers are now part of the core code.Big Change to TempDataDictio... (more)
category: ASP.NET | clicked: 0 | comment | | source: davidhayden.com
tags: ASP.NET MVC, ASP.NET MVC 2, Visual Studio 2008
2
votes

ASP.NET MVC and Windows Azure together

posted by GodaddyGodaddy 108 days, 14 hours, 13 minutes ago
Sunday, November 22, 2009 7:14:31 AM GMT
With November release of Windows Azure Tools for Microsoft Visual Studio, Microoft made some changes in Visual Studio 2010 to make it easier to use ASP.NET MVC and Windows Azure together. Note: In Nov Tools + SDK, Windows Azure only supports .NET 3.5 SP1, .NET 4.0 projects are not supported. Creating a New Project: The first thing you’ll notice in Visual Studio 2010 is – a project template option for an ASP.NET MVC 2 Web Role. (Click on File | New | Project… | Windows Azure Cloud Service). Note: To use A... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.ditii.com
tags: .Net 3.5, .Net 4.0, ASP.NET MVC, Visual Studio 2010, Windows Azure
Previous 1 2 3 4 5 6 Next