Haacked

Stories submitted by Haacked

Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC's AntiForg(blog.codeville.net)

submitted by HaackedHaacked(5105) 3 years, 5 months ago

Steve Sanderson covers an attack that is not as well known as cross-site scripting (XSS) attacks called Cross-Site Request Forgery (CSRF) and some helpers in ASP.NET MVC CodePlex Preview 5 that can help mitigate the risk. read more...

add a comment |category: |Views: 290

tags: another

Delegating Action Result(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

An MVC Action Result that uses a lambda to allow putting in any code in the result. read more...

add a comment |category: |Views: 15

tags: another

Anatomy of a Design Change(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

One example (among many) of how a seemingly small design change ends up requiring a lot of thought and work. read more...

add a comment |category: |Views: 5

tags: another

Monkey Patching CLR Objects(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

An example of DLR/CLR Interop to dynamically add new methods to a CLR object for use in IronRuby. read more...

add a comment |category: |Views: 21

tags: another

Defining Routes and Views with IronRuby in ASP.NET MVC(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

Discussion of integrating IronRuby with ASP.NET MVC read more...

1 comment |category: |Views: 15

tags: another

Testing Routes in ASP.NET MVC(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 1 month ago

Demonstration of how to unit test routes in the ASP.NET MVC framework. Provides a nice helper method to do it. read more...

add a comment |category: |Views: 32

tags: another

Subtext Powers MySpace China(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 3 months ago

It's a success story for a .NET open source project that is now powering a million page views a day. read more...

add a comment |category: |Views: 2

tags: another

What does protected internal mean?(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 3 months ago

A little reminder of what the accessibility is for a method defined as "protected internal". The answer may surprise you. read more...

add a comment |category: |Views: 13

tags: another

Subsonic New Query Engine - Give it a REST(blog.wekeroad.com)

submitted by HaackedHaacked(5105) 4 years, 7 months ago

Rob talks about a REST http handler for the new subsonic query engine. Very cool! read more...

add a comment |category: |Views: 44

tags: another

Rss To BlogML(codeclimber.net.nz)

submitted by HaackedHaacked(5105) 4 years, 8 months ago

Simone Chiaretta publishes some code demonstrating how to export any RSS feed to the BlogML format. read more...

add a comment |category: |Views: 21

tags: another

Added Constraint Based Syntax to Subsonic(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 8 months ago

Following the lead blazed by NUnit, the next version of Subsonic will allow building queries using an elegant and very readable constraint based model. read more...

add a comment |category: |Views: 3

tags: another

Microsoft to Build a Subversion to TFS Bridge(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 8 months ago

The CodePlex team at Microsoft is set to unleash a Subversion to TFS Bridge. Essentially, it's Subversion on the outside, creamy TFS filling on the inside. If it works, it's quite an interesting technical accomplishment. read more...

1 comment |category: |Views: 318

tags: another

Is Microsoft Losing the Alpha Geeks(hanselman.com)

submitted by HaackedHaacked(5105) 4 years, 8 months ago

Scott Hanselman asks the question, Is MIcrosoft Losing the Alpha Geeks. To what? Ruby on Rails of course! read more...

12 comments |category: |Views: 14

tags: another

Essential Guide to Installing Ubuntu on Virtual PC(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 9 months ago

Provides a guide to getting Ubuntu running in a Virtual PC instance, with links to posts on getting around common problems. read more...

add a comment |category: |Views: 41

tags: another

Subsonic 2.0 WebCast(blog.wekeroad.com)

submitted by HaackedHaacked(5105) 4 years, 9 months ago

Rob Conery demonstrates how to integrate the subsonic command line utility into the VS.NET toolbar. read more...

add a comment |category: |Views: 50

tags: another

Subsonic 2.0 Beta 1 is ready.(blog.wekeroad.com)

submitted by HaackedHaacked(5105) 4 years, 10 months ago

Rob Conery and team just announced the beta 1 release of Subsonic 2.0. 2.0 introduces some heavy duty perf improvements as well as better querying and improvements to the scaffold control. read more...

3 comments |category: |Views: 3

tags: another