desmond

Stories submitted by desmond

ASP.NET MVC: Prevent XSS with automatic HTML encoding(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 5 months ago

Tired of having to remember to HTML-encode all your strings to prevent cross-site-scripting? Here's a way to change the ASPX page compilation process so that output is correctly encoded by default. read more...

add a comment |category: |Views: 558

tags: another

In depth: The ASP.NET MVC Pipeline(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. read more...

2 comments |category: |Views: 452

tags: another

Official ASP.NET MVC framework will get first CTP in "next few weeks"(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Microsoft's Matt Gibbs announced today that the first CTP for ASP.NET MVC will appear in "the next few weeks". At last we can get our hands on the bits and try out the biggest shift in ASP.NET since its birth! read more...

add a comment |category: |Views: 3

tags: another

jMVC.NET - free client-side MVC control for ASP.NET(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

The open-source jMVC.NET control lets you add some client-side MVC magic to your existing ASP.NET pages without changing their architecture. You can build repeaters, grids etc that update on the client without needing AJAX or postbacks, using a simple but powerful templating system. read more...

add a comment |category: |Views: 68

tags: another