Archive for mai, 2009

asp.net mvc file upload with progress bar

By admin - Last updated: Lundi, mai 25, 2009

File upload is always a problem, event more with IIS. Server control are necessary for nice intergration with progess bar, but with MVC framework these control are not working any more, see there. With apache, lighttpd, nginx, tiers module give a real progress upload, a little ajax script and voila. IIS has no such module, [...]

asp.net mvc

By admin - Last updated: Lundi, mai 25, 2009

ASP.net MVC is a very cool framework, i think it’s a return to real front web development, good news. Classic asp.net net is not in my opinion a good solution for a clean code client . Gridview, datalist etc…are usefull for reporting not for lightweight HTML and W3C validation. All these asp.net goodies give the [...]