jongalloway

Stories submitted by friends of jongalloway

How to Implement 2-Step Verification in ASP.NET MVC(www.nayyeri.net)

submitted by keyvankeyvan(4086) 9 months, 16 days ago

In this post Keyvan walks through an example to show how to implement 2-step verification (with phone) in ASP.NET MVC applications. read more...

3 comments |category: |Views: 141

tags: another

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

Creating RSS feeds in ASP.NET MVC(damieng.com)

submitted by DamienGDamienG(1405) 2 years ago

Simple and easy way to leverage .NET's built-in classes to provide RSS feeds from ASP.NET MVC. read more...

add a comment |category: |Views: 263

tags: another

Has Visual Studio caused the end of The World yet?(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 3 months ago

If this error dialog is any indication... read more...

add a comment |category: |Views: 12

tags: another

Context and Best Practices(www.lostechies.com)

submitted by usshermussherm(5285) 2 years, 4 months ago

The Right Way versus the Better Way; Default Architectures; Starting Small read more...

add a comment |category: |Views: 505

tags: another

OMG, Better Rake (for .net)!(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

If you ask me, when it comes tools for writing automated build scripts nothing packs more bang for the buck than Rake. Until recently, using Rake to build .net solutions required a magic concoction of hacked together scripts which rarely exhibited Ruby’s appreciation for beauty nor Rake’s spirit of simplicity. ... and then came Albacore... read more...

add a comment |category: |Views: 288

tags: another

Reading Code is Key to Writing Good Code(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

Software product development is a creative activity taking place in the midst of that complex and adaptive world. So let's take a page from other creative professions (musicians, artists, etc.) and study the work of others, both within and outside our field, to help improve our own work. read more...

1 comment |category: |Views: 541

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

My ASP.NET MVC stack and why I chosen it(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 7 months ago

In this post Simone Chiaretta talks about the tools, components, and technologies he uses along with ASP.NET MVC to build web applications. read more...

add a comment |category: |Views: 584

tags: another