|
|
maartenba
Stories kicked by maartenba
|
|
submitted by
parsa.amini
1 day, 12 hours ago
weblogs.asp.net — In this series of blog entries, I build an entire ASP.NET MVC application from start to finish. In this entry, I integrate the Silverlight Media Player into the Family Videos MVC application so I can play videos. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kalyanms1
1 day, 18 hours ago
techbubbles.com — This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the Architecture of an ASP.NET MVC application differs from an ASP.NET Web Forms application. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 1 hour ago, submitted by
vivekamar
3 days, 18 hours ago
nikhilk.net — FxCop is a great tool to help ensure consistency of .NET code and to help push quality upstream in the development process by reinforcing design guidelines and flagging some potential issues that can be detected through static analysis of your assemblies read more...
add a comment
|
category: AJAX | Views: 133
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days ago, submitted by
cls2deg
3 days, 23 hours ago
blogs.msdn.com — I’m very pleased to announce the availability of the F# September 2008 CTP Release, launched via the new MSDN F# Developer Center. This release represents an important step in the evolution of the F# language as we progress it towards a fully supported language for the .NET platform. A huge thank you to both the F# team and the community members who've helped us trial earlier versions of this release and given us so much excellent feedback. read more...
add a comment
|
category: Other | Views: 147
|
|
tags:
F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 4 hours ago, submitted by
maartenba
4 days, 8 hours ago
blog.maartenballiauw.be — The new ASP.NET MVC preview 5 featured a number of new HtmlHelper methods. One of these methods is the HtmlHelper.AntiForgeryToken. read more...
add a comment
|
category: ASP.NET | Views: 177
|
|
tags:
ASP.NET, MVC, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 22 hours ago, submitted by
maartenba
4 days, 13 hours ago
blog.maartenballiauw.be — ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, … When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.
This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. read more...
add a comment
|
category: ASP.NET | Views: 150
|
|
tags:
Model, Binding, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 6 hours ago, submitted by
ssmith
7 days, 5 hours ago
stevesmithblog.com — Some simple tips and a handy extension method for rendering any ASP.NET control as a string, which can then be passed via a web service to an AJAX call. read more...
add a comment
|
category: ASP.NET | Views: 239
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 4 hours ago, submitted by
maartenba
7 days, 5 hours 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: 274
|
|
tags:
ASPNETMVC, Validation, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 1 hour ago, submitted by
maartenba
7 days, 9 hours 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: 121
|
|
tags:
SiteMap, Security, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days ago, submitted by
ourcurrentfuture
17 days, 3 hours ago
codeplex.com — Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...
add a comment
|
category: C# | Views: 496
|
|
tags:
C#, Pick, Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 2 hours ago, submitted by
dwhittaker
17 days, 9 hours ago
dimecasts.net — A short screen cast on exception handling with Action Filters in Asp.Net MVC. We will create a custom Action Filter and have it perform our exception handling logic. read more...
add a comment
|
category: C# | Views: 95
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 4 hours ago, submitted by
CraigStuntz
22 days, 3 hours ago
haacked.com — In CodePlex Preview 4 of ASP.NET MVC, we split out our action filters into four types of filters, each of which is an interface. To write a custom filter, you simply need to create an attribute that also implements one of the four interfaces I mentioned. read more...
add a comment
|
category: ASP.NET | Views: 172
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 2 hours ago, submitted by
Jemm
22 days, 10 hours ago
readwriteweb.com — "In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment." read more...
add a comment
|
category: Unit Testing | Views: 545
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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