isuttle

Stories submitted by friends of isuttle

How to Securely Verify and Validate Image Uploads in ASP.NET and ASP.N(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 11 months, 2 days ago

How do you verify that content that your users are uploading to your ASP.NET site are just harmless images and not something malicious? Use GDI+ to validate that images are images and nothing else! read more...

add a comment |category: |Views: 23

tags: another

How to Use Remote Validation in ASP.NET MVC3(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 5 months ago

Remote validation is brand new as of ASP.NET MVC3 RC, and it's a powerful feature for remotely validating user input against your data repositories in real-time, and it doesn't require developers to program ANY jQuery whatsoever. read more...

add a comment |category: |Views: 31

tags: another

10 Harder-to-find-than-they-should-be Answers for Silverlight Beginner(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 9 months ago

In the process of learning Silverlight 4, the most recent version of Silverlight for which few guides or books exist, I’ve built a list of the top ten answers I wish were easier to find when I started learning Silverlight. I was unable to quickly find answers on these subjects perhaps because I was using the wrong lexicon or perhaps these are things that professional Silverlight / WPF developers consider to be too “obvious” to be worthy of inclusion in any of their books or blog entries. Well to make it easier for all of you, I went ahead and researched all of these. read more...

add a comment |category: |Views: 10

tags: another

Announcing the Release of Quick and Dirty Feed Parser(qdfeed.codeplex.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 10 months ago

Quick and Dirty Feed Parser is a lightweight .NET 2.0 library designed to give developers an agnostic way of parsing RSS 2.0 and Atom 1.0 XML syndication formats. QD Feed Parser parses both Atom and RSS feeds into business objects with common interfaces which expose the substance of the feeds - that way you can get to the business of syndicating content without worrying about what format it's in. read more...

add a comment |category: |Views: 2

tags: another

Microsoft needs to innovate or go home [ASP.NET](blog.wekeroad.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 11 months ago

It's a simple concept really: MVC is a wonderful addition to the Microsoft web stack, but it's not exactly "daring" - not yet anyway. By "daring" I mean "ass-kicking" in the way ASP.NET was when it was first introduced, and ASP Classic when it first came along just 4 years before that. These platforms inspired thousands of developers - ASP.NET alone was responsible for expanding the Microsoft developer base massively. Inspiring. Controversial. Wonderful and Fearless. Many have described the newer web frameworks with exactly the same adjectives: Rails, Sinatra, and Django have inspired and helped so many - and enable so much on the web. Microsoft developers tend to remain completely ignorant of what these frameworks are capable of - and it makes sense as to why. read more...

add a comment |category: |Views: 11

tags: another

How to Query a User's del.icio.us Feed with RestSharp(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 11 months ago

Using RestSharp's smart deserialization capabilities to automatically parse an XML document (del.icio.us RSS feeds in this case) into POCO classes. read more...

add a comment |category: |Views: 98

tags: another

How To Contribute Code To BlogEngine.NET(rtur.net)

submitted by AarononthewebAaronontheweb(1140) 1 year, 11 months ago

If you've ever wanted to contribute to the BlogEngine.NET project but weren't sure how, this post from one of the project's coordinators explains everything you need to know in a step-by-step format. read more...

add a comment |category: |Views: 2

tags: another

How to Use the Validation Application Block, Part 1(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 2 years ago

Introduces the Microsoft Enterprise Library Validation Application Block and some of the basic validators, such as regular expression, string length, range, and so forth. read more...

add a comment |category: |Views: 13

tags: another

Visualising Sorting Algorithms(hatfulofhollow.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

Beautiful visualisations of sorting algorithms. read more...

add a comment |category: |Views: 31

tags: another

SubSonic 2.2 Released(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

It happened a few days ago but it is worth a post. SubSonic 2.2 has been released! read more...

add a comment |category: |Views: 86

tags: another

Why are thread safe collections so hard? (blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 3 months ago

"Writing a collection which is mutable, thread safe and usable is an extremely difficult process. At least that’s what you’ve likely been told all through your schooling. But then you get out on the web and see a multitude of thread safe lists, maps and queues. If it’s so hard, why are there so many examples?" read more...

1 comment |category: |Views: 335

tags: another

Getting Started With IronRuby And RSpec, Part 1(msdn.microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 3 months ago

An introduction to IronRuby and the RSpec BDD framework read more...

add a comment |category: |Views: 127

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

TortoiseGit 0.1.0.0 Preview(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

TortoiseSVN is being ported to TortoiseGit read more...

1 comment |category: |Views: 409

tags: another

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another