tdekoekkoek

Stories kicked by tdekoekkoek

Adding html attributes support for Templates - ASP.Net MVC 2.0 Beta(aspadvice.com)

submitted by tdekoekkoektdekoekkoek(31) 2 years, 4 months ago

Very nice article on adding htmlattributes support to templates. For that matter a good article on adding your own ModelMetaDataProvider for MVC templates read more...

add a comment |category: |Views: 32

tags: another

Ajax and json for ASP.NET MVC with jQuery(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 4 months ago

an example project that uses the jQuery library to create an ajax enabled ASP.NET MVC website. Generally what this project does: * Load views through ajax (with back-button support) * Do ajax-style form-posts and retrieve only the messages, errors and updated content * Do json form-posts and retrieve the errors and messages as a json object read more...

add a comment |category: |Views: 1382

tags: another

Rethink your WebForm World(stevetrefethen.com)

submitted by tdekoekkoektdekoekkoek(31) 4 years, 5 months ago

Steve Trefethen, formally of Borland and CodeGear ways in on the MVC framework. read more...

1 comment |category: |Views: 1

tags: another

New ASP.NET Dynamic Data Support(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 5 months ago

One of the cool new features is something we call "ASP.NET Dynamic Data Support". In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to SQL (and in the future LINQ to Entities) object model - and optionally allows you to-do this without having to build any pages manually. read more...

add a comment |category: |Views: 18

tags: another

De-crapify your code base with AOP using PostSharp(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 6 months ago

How to remove all the code thats irrelevant to what your trying to do, to make your code base easier to grok. read more...

add a comment |category: |Views: 27

tags: another

Phi-ling Up Your UI(blog.wekeroad.com)

submitted by tdekoekkoektdekoekkoek(31) 4 years, 6 months ago

Math isn’t just for breakfast anymore. In fact, it turns out, there’s a lot you can actually do with Math, aside from using it to sound like you know a lot of stuff. read more...

1 comment |category: |Views: 0

tags: another

JSON in ASP.NET Ajax: Part 3.Server side deserialization / elaboration(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In the third part of this series, we'll discover how we can elaborate and enrich the JSON response returned from a Web Service in our proxy service before sending it back to the client. We will also see how to leverage the ASP.NET AJAX framework to make the data exchange between the client side and the server side code of our application completely transparent. read more...

1 comment |category: |Views: 44

tags: another