DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

maartenba Subscribe to this feed
maartenba
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by maartenba
18
kicks
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...

Add a comment 1 comment | category: | Views: 133
tags: , , | tag it

10
kicks
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 add a comment | category: | Views: 55
tags: , , , , | tag it

5
kicks
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 add a comment | category: | Views: 22
tags: , , | tag it

41
kicks
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...

Add a comment 2 comments | category: | Views: 238
tags: , , , | tag it

1
kicks
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 add a comment | category: | Views: 12
tags: , , | tag it

3
kicks
submitted by maartenba 1 month, 26 days ago

blog.maartenballiauw.be — Download the up-to-date example code of my MVC guestbook on my blog. read more...

Add a comment add a comment | category: | Views: 24
tags: , , | tag it

5
kicks
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 add a comment | category: | Views: 14
tags: , , , | tag it

15
kicks
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 add a comment | category: | Views: 143
tags: , , , , | tag it

5
kicks
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 add a comment | category: | Views: 9
tags: , , | tag it

31
kicks
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 add a comment | category: | Views: 438
tags: , , , , | tag it

15
kicks
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 add a comment | category: | Views: 255
tags: , , , , | tag it

16
kicks
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...

Add a comment 1 comment | category: | Views: 173
tags: , , | tag it

5
kicks
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 add a comment | category: | Views: 50
tags: , , , , | tag it

4
kicks
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 add a comment | category: | Views: 39
tags: , , , , | tag it

3
kicks
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...

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

12
kicks
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...

Add a comment 1 comment | category: | Views: 16
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge