DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Stories recently tagged with 'mvc.net' Subscribe to this feed
3
kicks
submitted by TroyMG TroyMG 8 months, 18 days ago

squaredroot.com — For those who, like me, have been following along with each preview push at the CodePlex project, I found a list of changes made between Preview 5 and Beta buried at the bottom of the Release Notes document as well as Microsoft's recommended upgrade path from Preview 5 to Beta. read more...

Add a comment add a comment | category: | Views: 44
ASP.Net MVC - Upgrading From Preview 5 to Beta
tags: , , , , | tag it

18
kicks
published 9 months, 25 days ago, submitted by TroyMG TroyMG 9 months, 28 days ago

squaredroot.com — Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...

Add a comment 1 comment | category: | Views: 221
Membership Administration with MVC Preview 5
tags: , , , , | tag it

18
kicks
published 11 months, 26 days ago, submitted by TroyMG TroyMG 11 months, 26 days ago

squaredroot.com — Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...

Add a comment add a comment | category: | Views: 207
MVC Routing Security Hole
tags: , , , , | tag it

13
kicks
published 11 months, 26 days ago, submitted by TroyMG TroyMG 11 months, 27 days ago

squaredroot.com — A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...

Add a comment add a comment | category: | Views: 235
PagedList Strikes Back
tags: , , , , | tag it

16
kicks
published 1 year ago, submitted by TroyMG TroyMG 1 year ago

squaredroot.com — The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

Add a comment add a comment | category: | Views: 221
MVC Membership with Preview 3
tags: , , , , | tag it

17
kicks
published 1 year ago, submitted by TroyMG TroyMG 1 year ago

squaredroot.com — A couple days ago a reader sent in a question regarding how to use SSL with the MVC framework. Specifically the reader wanted to know the easiest way to make an Ajax call to a HTTPS page from a non HTTPS page. The tricky part here is to do so without hard-coding any URLs, so I whipped up a few extension methods that should make this a bit easier. read more...

Add a comment add a comment | category: | Views: 161
MVC: Creating SSL Links/URLs
tags: , , , , | tag it

18
kicks
published 1 year, 2 months ago, submitted by TroyMG TroyMG 1 year, 2 months ago

squaredroot.com — The MVC Membership Starter Kit has been updated to include OpenID, MVC components, password recovery, and basic client-side validation. read more...

Add a comment add a comment | category: | Views: 8
MVC: Membership Starter Kit Updated
tags: , , , , | tag it

3
kicks
submitted by TroyMG TroyMG 1 year, 2 months ago

squaredroot.com — The [ControllerAction] attribute has been removed from the second preview of ASP.Net MVC and the convention has been reversed. With all public controller methods exposed by default, how do I block exposure for one of those methods? Read on to find out. read more...

Add a comment add a comment | category: | Views: 6
MVC: How Do I Prevent Exposing a Public Method on a Controller?
tags: , , , , | tag it

26
kicks
published 1 year, 3 months ago, submitted by TroyMG TroyMG 1 year, 3 months ago

squaredroot.com — The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. read more...

Add a comment add a comment | category: | Views: 42
MVC Membership Starter Kit
tags: , , , , | tag it

17
kicks
published 1 year, 3 months ago, submitted by TroyMG TroyMG 1 year, 3 months ago

squaredroot.com — An Action Filter for the MVC Preview 2 release that allows you to say "hey, Mr. Action, if you throw [ThisException], please show [ThisPage]". read more...

Add a comment 1 comment | category: | Views: 40
MVC: Error Handler Action Filter
tags: , , , , | tag it

42
kicks
published 1 year, 3 months ago, submitted by kazimanzurrashid kazimanzurrashid 1 year, 3 months ago

weblogs.asp.net — Playing with Action Filters read more...

Add a comment add a comment | category: | Views: 264
ASP.NET MVC Action Filter - Caching and Compression
tags: , | tag it

33
kicks
published 1 year, 3 months ago, submitted by maartenba 1 year, 3 months ago

blog.maartenballiauw.be — This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

Add a comment 1 comment | category: | Views: 23
ASP.NET MVC Framework out on CodePlex
tags: , , , , | tag it

13
kicks
published 1 year, 3 months ago, submitted by justin_etheredge justin_etheredge 1 year, 3 months ago

codethinked.com — What a tiny controller action that is, and oh my, what a big test that is! read more...

Add a comment add a comment | category: | Views: 4
Asp.net MVC Testing Imbalance
tags: , , , , | tag it

33
kicks
published 1 year, 3 months ago, submitted by JozefSevcik JozefSevcik 1 year, 3 months ago

weblogs.asp.net — Lifecycle of request in ASP.NET MVC application. read more...

Add a comment add a comment | category: | Views: 16
ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal
tags: , , | tag it

20
kicks
published 1 year, 3 months ago, submitted by alley alley 1 year, 3 months ago

blog.wekeroad.com — Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I’ll show you how to create a filter that can handle security. read more...

Add a comment 1 comment | category: | Views: 9
ASP.NET MVC: Securing Your Controller Actions
tags: , , | tag it

20
kicks
published 1 year, 3 months ago, submitted by naceves 1 year, 3 months ago

nickandgrace.com — More specific details about how to run MVC on Mono, with a downloadable code sample! read more...

Add a comment add a comment | category: | Views: 837
How to run ASP.Net MVC on top of Mono
tags: , , , | tag it

 

Search: