|
|
maartenba
Stories submitted by maartenba
|
|
published 11 hours, 17 minutes ago, submitted by
maartenba
13 hours, 9 minutes ago
blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...
1 comment
|
category: ASP.NET | Views: 133
|
|
tags:
Validation, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 hours, 2 minutes ago, submitted by
maartenba
16 hours, 34 minutes ago
blog.maartenballiauw.be — If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers.
In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! read more...
add a comment
|
category: ASP.NET | Views: 55
|
|
tags:
Security, SiteMap, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
1 month, 5 days ago
blog.maartenballiauw.be — A while ago, KatrienDG asked me to do some screencasts on the ASP.NET MVC framework for the MSDN Chopsticks page. I've been working on 2 screencasts: an introductory talk to the ASP.NET MVC framework and a Test Driven Development story. Feel free to leave some comments!
This video explains you how to develop ASP.NET MVC web applications using 2 different approaches: regular development and test-driven development. read more...
add a comment
|
category: ASP.NET | Views: 22
|
|
tags:
ScreenCast, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 15 days ago, submitted by
maartenba
1 month, 15 days ago
weblogs.asp.net — The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity.
There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well.
read more...
2 comments
|
category: ASP.NET | Views: 238
|
|
tags:
ScottGuthrie, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
1 month, 15 days ago
blog.maartenballiauw.be — ScottGu just posted that there's an upcoming preview 4 release of the ASP.NET MVC framework. What I immediately noticed, is that there are actually some community concepts being integrated in the framework, yay! And what's even cooler: 2 of these new features are things that I've already contributed to the community (the fact that it these are included in the MVC framework now could be coincidence, though...). read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
MVC, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
1 month, 28 days ago
blog.maartenballiauw.be — In this post, Maarten Balliauw explains how to add partial caching (a.k.a. substitution) to his previously created OutputCahce filter for the ASP.NET MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 14
|
|
tags:
MVC, Caching, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months ago, submitted by
maartenba
2 months, 2 days ago
blog.maartenballiauw.be — This blog post explains how to create an OutputCache ActionFilterAttribute to enable server-side and client-side caching.
In every web application, there are situations where you want to cache the HTML output of a specific page for a certain amount of time, because underlying data and processing isn't really subject to changes a lot. This cached response is stored in the web server's memory and offers very fast responses because no additional processing is required.
Using the ASP.NET MVC framework (preview 3, that is), output caching is still quite hard to do. Simply specifying the OutputCache directive in a view does not do the trick. Luckily, there's this thing called an ActionFilterAttribute, which lets you run code before and after a controller action executes. read more...
add a comment
|
category: ASP.NET | Views: 143
|
|
tags:
Web, MVC, ActionFilter, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
2 months, 17 days ago
blog.maartenballiauw.be — What if you have a Team Project with 2 solutions in 1 team project it? How can I enforce the check-in policy to run tests from solution A only when something in solution A is checked in, tests from solution B with solution B changes, ... read more...
add a comment
|
category: Team System | Views: 9
|
|
tags:
Quality, Policy, TeamSystem | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 25 days ago, submitted by
maartenba
2 months, 25 days ago
blog.maartenballiauw.be — Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 438
|
|
tags:
ASPNET, Pick, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 30 days ago, submitted by
maartenba
3 months ago
blog.maartenballiauw.be — A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...
add a comment
|
category: C# | Views: 255
|
|
tags:
Architecture, Design, Code, Performance, Quality | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 25 days ago, submitted by
maartenba
3 months, 2 days ago
blog.maartenballiauw.be — Don't know how I do it, but I think this blog post is yet again the first one mentioning a new release of the ASP.NET framework (preview 3)
The official installation package can be downloaded from the Microsoft site. Source code is also available from CodePlex.
read more...
1 comment
|
category: ASP.NET | Views: 173
|
|
tags:
MVC, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
3 months, 8 days ago
blog.maartenballiauw.be — Have you ever seen a presentation of ScottGu about the ASP.NET MVC framework? There is one particular slide that keeps coming back, stating that every step in the ASP.NET MVC life cycle is pluggable. Let's find out if replacing one of these components is actually easy by creating a custom ViewEngine and corresponding view. read more...
add a comment
|
category: ASP.NET | Views: 50
|
|
tags:
ASPNETMVC, viewengine, C#, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
3 months, 16 days ago
blog.maartenballiauw.be — The ASP.NET MVC framework introduces the concept of returning an ActionResult in Controllers since the "preview preview" release on CodePlex. The purpose of this concept is to return a generic ActionResult object for each Controller method, allowing different child classes returning different results. In this blog post, I will build a custom ActionResult class which will render an image to the HTTP response stream. read more...
add a comment
|
category: ASP.NET | Views: 39
|
|
tags:
MVC, Handler, http, ASP.NET, ASPNET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
3 months, 21 days ago
blog.maartenballiauw.be — Have you ever left your computer unattended? (I do hope that!) Do you lock your desktop when this occurs? (I hope so either!) Not locking your desktop can be a risk. Your data might get stolen, someone might install a trojan, ...
My project manager is one of those people who do not lock their computer when away. After having explained that this is a very simple thing he still seems to forget it everytime. Since a few weeks, we are using some more persuasive manners to teach him to press the Windows-key + L whenever he leaves his computer. Some practical jokes... read more...
|
|
tags:
joke, Fun, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 30 days ago, submitted by
maartenba
4 months ago
blog.maartenballiauw.be — There's always time to browse CodePlex! It is actually a good thing to do that from time to time. In the past few days, I spotted two great new projects on Team Foundation Server. Thumbs up for their authors! read more...
1 comment
|
category: Team System | Views: 16
|
|
tags:
WPF, Quality, CodePlex, OpenSource, CodeReview | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|