Handling image uploads with Asp.Net Mvc

A very common taks in web development is uploading images. This isn't realy a hard task in it self, but it can be pretty frustrating to write the same code over and over again even if its only a few lines. In one of my current projects, I need to handle a lot of images. In many cases there are two ...

What my toolbox looks like

I guess that most developer have their favorite set of libraries that they use in just about every project. Atleast I have such a toolbox. They are tools that I find myself using constantly and that I feel help me in my development. Here comes my list. 1. Asp.Net Mvc Well, I'm mostly a web develop ...

Using partial views for javascript

Lately I have been working on a web application that requieres quite a bit of javascript. I decided to use the Mvc pattern here that I have written about before to see how it works out and to get a more readable and seperated javascript code. I did want to seperate the view, model and controller fro ...

Why code blocks in the UI is a good thing

A very common argument against the asp.net mvc framework is that people don't want to use server side code in the same place as you have the html code. Some say it makes the code unreadable or that it is a step backwards in development and closer to asp 3. In my opinion, this is a very thin argument ...

Building a forum application, Part 9

This is the ninth part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 Building ...

Validation in a MS MVC application, revisited

A while ago I posted a approach to validating you´r model and one to add captcha validation in a MS MVC application. You can find those posts here: Mvc, validate controller action input and Asp.net mvc captcha validation made easy. They both use a attribute approach to declare what to val ...

Building a forum application, Part 7

This is the seventh part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 Buildin ...

Building a forum application, Part 6

This is the sixth part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 Building ...

xVal provider for FluentValidation

Yes finally I found someone who written a xVal provider for FluentValidation, you can find it at http://fluentvalidation.codeplex.com/Thread/View.aspx?ThreadId=54463 but you must download the sourcecode for fluentvalidation and compile it. So hopes it helps someone out there ;)

Building a forum application, Part 5

This is the fifth part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 First I&acu ...

<< [1] 2 >>