gavinjoyce

Stories kicked by friends of gavinjoyce

Multiple login pages with ASP.NET MVC(sblakemore.com)

submitted by onesteronester(90) 2 months, 7 days ago

It might be nice to have several different login forms for different types of users. For example for Admins, Affiliates, Customers etc. This causes a problem because the Forms Authentication bits assume there will be a single login page for the whole application and it’s only possible to set a single loginUrl in the web.config to redirect users requesting pages which require authentication. read more...

add a comment |category: |Views: 261

tags: another

Multiple login pages with ASP.NET MVC(sblakemore.com)

submitted by onesteronester(90) 2 months, 7 days ago

It might be nice to have several different login forms for different types of users. For example for Admins, Affiliates, Customers etc. This causes a problem because the Forms Authentication bits assume there will be a single login page for the whole application and it’s only possible to set a single loginUrl in the web.config to redirect users requesting pages which require authentication. read more...

add a comment |category: |Views: 261

tags: another

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 7 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 223

tags: another

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 7 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 223

tags: another

Consuming 2 Legged OAuth API with ASP.NET MVC Asynchronous Controller(blog.maskalik.com)

submitted by sergeymaskaliksergeymaskalik(70) 2 months, 7 days ago

This post will show you how you can easily extend Google.Gdata library to consume other 2 legged oauth apis with asp.net mvc. Sample using asynchronous controller to pull json data from external source and pass it through to the client. read more...

add a comment |category: |Views: 87

tags: another

Using jQuery to Send Email with Web Services(blog.image0.com)

submitted by image0image0(189) 2 months, 7 days ago

Learn to validate forms and use AJAX POSTS to send out an email - all from jQuery read more...

add a comment |category: |Views: 159

tags: another

Is it ok to use nested Parallel.For loops?(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 2 months, 11 days ago

Stephen Toub answers whether it's safe to use nested Parallel.For loops, and what kind of behavior you can expect. read more...

add a comment |category: |Views: 183

tags: another

Using curl to POST request into ASP.NET Web Api service(catchblock.com)

submitted by tparvitparvi(75) 2 months, 12 days ago

Using curl command line application to POST json into ASP.NET Web Api service read more...

1 comment |category: |Views: 131

tags: another

HTML5 Offline Web applications as an afterthought in ASP.NET MVC(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 2 months, 12 days ago

Recently I prototyped a mobile web application using ASP.NET MVC, jQuery Mobile and some HTML5 features. One of the key goals was to find out how far you can push a web 'application' until the browser starts getting in the way. Working disconnected is one of these things that appear to be a major showstopper at first. However - to my surprise honestly - the HTML5 Offline Web applications API seems to be widely implemented across modern browsers already. Not of all of them though. Looking into the spe... read more...

add a comment |category: |Views: 157

tags: another

Consume JSON with Windows Phone: a seamless solution(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 2 months, 12 days ago

One of the growing needs of these days, is the requirements of exposing services that are available to multiple platforms. This request come obviously from the increasing availability of a number of mobile platforms that is forcing companies to adopt strategies to decrease the complexity and use technologies that are able to respect the verb "write once and use everywhere". read more...

add a comment |category: |Views: 70

tags: another

What ASP.Net MVC Developers Can Learn From GitHub’s Security Woes(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 2 months, 14 days ago

Over the last week a few stories have moved through the Ruby On Rails and wider development community as one of their shining stars, GitHub was hacked to draw attention to some of the weaknesses that can come about from ROR’s convention-based model binding. The interesting thing about the security hole found at GitHub is that it is not necessarily limited to Ruby On Rails, but often comes from using a framework that supports model binding out of the box without understanding the security limitations up front. read more...

add a comment |category: |Views: 189

tags: another

(Windows8) WinJS Basic Javascript Objects and the ViewModel pattern(www.progware.org)

submitted by iwannisiwannis(452) 2 months, 15 days ago

When someone starts implementing small programs in Visual Studio 2011 and starts playing with the VS2011 templates for Metro applications in Javascript, he soon wonders about the differences that WinJS brings in Javascript object creation and what is the best practice of connecting the view (HTML) with the model (Javascript). read more...

add a comment |category: |Views: 98

tags: another

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 17 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

Why So Many Azure Storage Transactions?(randypatterson.com)

submitted by geoffsmithgeoffsmith(30) 2 months, 17 days ago

Recently, I had a client sign up for a Windows Azure account getting the first 90 days for free. This free account gives you a 1GB SQL Azure Web edition database, 50,000 storage transactions and 750 small compute hours. However, the next day my Azure account was suspended due to exceeding these limits. read more...

1 comment |category: |Views: 141

tags: another

Mass assignment vulnerability in ASP.NET MVC(freshbrewedcode.com)

submitted by dpetersondpeterson(4397) 2 months, 18 days ago

Similar to the recent vulnerabilities found in Ruby on Rails, demonstrated on Github on March 4th, Josh Bush shows us a mass assignment vulnerability in ASP.NET MVC and how you can prevent it from happening in your own code. read more...

add a comment |category: |Views: 200

tags: another

A Resource Hacker in C#(www.codeproject.com)

submitted by dpetersondpeterson(4397) 2 months, 18 days ago

"MortezaCoder" shows us how to create a fully-functional resource hacker in C#, and it goes far beyond just extracting images from an executable or dll. read more...

add a comment |category: |Views: 207

tags: another