HeartattacK
-
Exposing a WCF Service for Ajax and Silverlight
In this article, Ashic Mahtab shows how to create a WCF service and expose it to Ajax and Silverlight. In doing so, he demonstrates some new features of ASP.NET Ajax and how it compares to jQuery in consuming WCF services. Lastly, he shows how simple configuration changes can enable binary encoding for a WCF service, which can increase data transfer efficiency in clients like Silverlight.Note: Cross posted from Heartysoft.com.
Permalink -
Asp.net MVC 2.0 RC Just Released
I was just moderating the asp.net forums and approved Phil's announcement 29 minutes ago that Asp.net MVC 2.0 RC has just been released:
Hi everyone,
-
Ajax, Asp.net Ajax, jQuery – Misconceptions and Facts
There seems to be some confusion among a lot of developers about Asp.net Ajax. This article will hopefully clear some doubts regarding what it is, what it isn’t and where jQuery comes in.
-
I’m Back!!
After a few months absence, I’m back. I’ve redesigned the site and a few more updates will hopefully come in the next few weeks.
-
Woohoo…I’m an Asp.net MVP…and a few questions for you
I was announced asp.net MVP today...
Note: Cross posted from Heartysoft.com. -
Simple Username / Password Authentication WITHOUT Membership Providers
In this article, Ashic Mahtab shows you how to set up a very simple username / password authentication system without using a Membership provider.
Read the article at Heartysoft.com. -
Display Modes of Validator Controls
In this article, Ashic Mahtab shows how to control how a validator is displayed on an asp.net page.
Note: Cross posted from Heartysoft.com.
Permalink -
A Cool Bing-like Search Box (Button on the Inside)
In this article, Ashic Mahtab shows how to create a cool bing search like search box using css.Note: Cross posted from Heartysoft.com.
Permalink -
Retrieving the Password for a User in Asp.net
If you’re using the Membership API in asp.net and need to retrieve a user’s password, you can do so by doing this:
-
How to Programmatically Logout / Disable a User Account
There may be the need to programmatically logout the user in an asp.net application. If you’re using Forms authentication, this is very simple to do...