beefarino

Stories submitted by beefarino

Facebook Connect Action Filter for ASP.NET MVC(beefycode.com)

submitted by beefarinobeefarino(110) 2 years, 2 months ago

One of Facebook Connect's basic features is to provide user identity to other web applications via the "Connect Button". Adding this feature to your ASP.NET site is already well documented by Clarity Consulting and others; here I will show you how I'm seamlessly folding this feature into the ASP.NET MVC request-handling pipeline using a custom Facebook Connect ActionFilterAttribute. read more...

add a comment |category: |Views: 117

tags: another

How To Get Started With Selenium Core And ASP.NET MVC(lostechies.com)

submitted by beefarinobeefarino(110) 2 years, 5 months ago

nice overview of setting up a new MVC project with selenium UI testing support read more...

add a comment |category: |Views: 26

tags: another

dotnetkicks counter image service broken?(beefycode.com)

submitted by beefarinobeefarino(110) 3 years, 2 months ago

I noticed late last week that the dotnetkicks image service is failing to respond to requests containing URLs for unkicked stories. Not sure when this behavior started, or if it's defined as expected behavior, but I've submitted issue 233 through the dotnetkicks google code bug tracking system. If you're noticing this issue as well, please star the bug (and kick this story). read more...

3 comments |category: |Views: 4

tags: another

DSLs using MGrammar, pt2(codinginstinct.com)

submitted by beefarinobeefarino(110) 3 years, 2 months ago

Torkel Ödegaard dives into more detail on creating DSLs with MGrammar. read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC Model Binding Example(bradygaster.com)

submitted by beefarinobeefarino(110) 3 years, 3 months ago

A quick example (bouncing from Scott Gu's original example) of ASP.NET MVC model bindng. read more...

add a comment |category: |Views: 164

tags: another

XNA Basic Effect Shader Source Code Available(creators.xna.com)

submitted by beefarinobeefarino(110) 3 years, 5 months ago

For those of you into XNA and .NET game programming, you may find this interesting: the shader source code for the BasicEffect is now available! read more...

add a comment |category: |Views: 624

tags: another

Managing App.Config Integrity using Xml Digital Signatures(beefycode.com)

submitted by beefarinobeefarino(110) 3 years, 11 months ago

Can your application trust the settings in your app.config? What will your application do if Johnny Blackhat decides to tinker with your configuration settings? Here's a technique that let's your application verify that its configuration file has not been modified from its original state. read more...

add a comment |category: |Views: 0

tags: another