Stories recently tagged with 'ASPNETMVC'

How to choose between ASP.NET MVC and Web Forms(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Introducing a worksheet from the upcoming book "ASP.NET MVC 1.0 Programming" to help developers make a decision to choose between MVC and Web Forms in ASP.NET. read more...

10 comments |category: |Views: 639

tags: another

5 Blogs ASP.NET MVC Developers Should Be Following(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

Everyone knows that Phil Haack, Rob Conery, Scott Hanselman, and Scott Guthrie all provide good ASP.NET MVC content on their blogs. I wanted to provide a list of excellent resources on ASP.NET MVC that are a little less well known. read more...

add a comment |category: |Views: 471

tags: another

Bug Tracker App in ASP.NET MVC – Part 1(tech2update.com)

submitted by tech2updatetech2update(44) 3 years, 1 month ago

Learning ASP.NET MVC framework by developing bug tracker application from scratch. read more...

add a comment |category: |Views: 308

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

Using the ASP.NET MVC Futures AsyncController(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Last week, I blogged about all stuff that is included in the ASP.NET MVC Futures assembly, which is an assembly available on CodePlex and contains possible future features (tonguetwister!) for the ASP.NET MVC framework. One of the comments asked for more information on the AsyncController that is introduced in the MVC Futures. So here goes! read more...

add a comment |category: |Views: 770

tags: another

WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application(weblogs.asp.net)

submitted by visualhintvisualhint(440) 3 years, 1 month ago

Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. read more...

add a comment |category: |Views: 443

tags: another

TipJar: Title Tags and Master Pages(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

There are a couple of peculiarities worth understanding when dealing with title tags and master pages within Web Forms and ASP.NET MVC. These assume you are using the HtmlHead control, aka <head runat="server" />. read more...

add a comment |category: |Views: 14

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

Setting up a minimal ASP.NET MVC project in Visual Studio(michielvoo.net)

submitted by michielvoomichielvoo(125) 3 years, 1 month ago

In this post we will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework. read more...

add a comment |category: |Views: 282

tags: another

ASP.NET MVC Best Practices (Part 2) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing, so I will begin with that in this post. read more...

add a comment |category: |Views: 433

tags: another

Back to the future! Exploring ASP.NET MVC Futures(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

For those of you who did not know yet: next to the ASP.NET MVC 1.0 version and its source code, there’s also an interesting assembly available if you can not wait for next versions of the ASP.NET MVC framework: the MVC Futures assembly. In this blog post, I’ll provide you with a quick overview of what is available in this assembly and how you can already benefit from… “the future”. read more...

add a comment |category: |Views: 310

tags: another

ASP.NET MVC source code under MS-PL(weblogs.asp.net)

submitted by atifazizatifaziz(1000) 3 years, 1 month ago

Scott Guthrie announces that the ASP.NET MVC source code is being released under the Microsoft Public License (MS-PL). MS-PL is an OSI-approved open source license. The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code. read more...

1 comment |category: |Views: 76

tags: another

ASP.NET MVC source code under MS-PL(weblogs.asp.net)

submitted by atifazizatifaziz(1000) 3 years, 1 month ago

Scott Guthrie announces that the ASP.NET MVC source code is being released under the Microsoft Public License (MS-PL). MS-PL is an OSI-approved open source license. The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code. read more...

1 comment |category: |Views: 76

tags: another

Microsoft ASP.NET MVC 1.0 is now Open Source MS-PL(hanselman.com)

submitted by MarwanMarwan(850) 3 years, 1 month ago

Today, ASP.NET MVC is now Open Source and licensed under MS-PL. That means you can change it, redistribute your changes, even fork it if you want. MS-PL is an OSI-Approved Open Source License and you can read the legalese on their site. read more...

add a comment |category: |Views: 15

tags: another

ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. read more...

add a comment |category: |Views: 386

tags: another