Wednesday, May 11, 2011

Introduction to Membership

Introduction to Membership


Introduction to Membership

Posted: 11 May 2011 10:55 AM PDT

ASP.NET membership gives you a built-in way to validate and store user credentials. You can use ASP.NET membership with ASP.NET forms authentication by using with the ASP.NET login controls to create a complete system for authenticating users.

Unobtrusive JavaScript in your ASP.NET pages.

Posted: 11 May 2011 10:03 AM PDT

One of the fundamental premises of ASP.NET is the "separation of concerns". In ASP.NET WebForms Code and Markup go in separate files by default (.aspx / .aspx.cs). In ASP.NET MVC concern isolation is innate to the MVC convention. It therefore only makes sense to apply the same organizational construct to our use of JavaScript, especially as we federate more [...] Read More......(read more)

HTML5 Prototypes–FileAPI, IndexedDB, Media Capture

Posted: 11 May 2011 07:38 AM PDT

The  Interoperability team recently made available an update to the FileAPI prototype released on HTML5 Labs last month. The File API prototype is based on the evolving W3C specification that provides an API for representing file objects in web applications. This update implements  the changed behavior in File.slice and also includes a minor update to [...] Read More......(read more)

Working with collections in WCF RIA Services (part 2)

Posted: 10 May 2011 02:00 PM PDT

This is the second part of a two-part series on working with collections in WCF RIA Services: Working with collections in WCF RIA Services – EntitySet and EntityList Working with collections in WCF RIA Services – ICollectionView and DomainCollectionView...( read more )...(read more)

Formatting text in Silverlight XAML using StringFormat

Posted: 10 May 2011 01:30 PM PDT

In my latest two tips we have seen that we can customize the string using Run, Span tags as well as StringFormat in the XAML page. What about if I want to format it for proper DateTime, Currency or Numeric style? As I told you in my last post that, we...( read more )...(read more)

NARDAX

Posted: 28 Nov 2010 07:34 PM PST

A collection of usefull API's and extensions that have been built out of necessity.

No comments:

Post a Comment