The ASP.NET Capsule #2: Login Programmatically With Forms Authentication
Hi all. In this capsule, I’ll show you how to login a user using Forms Authentication but programmatically. The process is actually simpler than you might think. If you know the username you can login the user with the following line of code: 1: FormsAuthentication.SetAuthCookie(UserName, false); Now, the first parameter is obviously the username of […]
Posted in Uncategorized | No Comments
The ASP.NET Capsule #1: Setup SQL Server to Support Forms Authentication with the Membership Provider
Hi all. For the first ASP.NET Capsule, I want to show you how to setup SQL Server to support forms authentication with the Membership Provider in an ASP.NET website. So for that, the framework provides with the tool aspnet_regsql.exe that you can launch from the command line (for best results, launch the Visual Studio 2008 […]
Posted in Uncategorized | No Comments
Launching “The ASP.NET Capsule”
Hi all. After a while of thinking, I decided to create what I like to call “The ASP.NET Capsule”. The aim is to publish information about ASP.NET in small articles (capsules) that are important, easy to follow, updated but most important, fun to read. So, I have some material to start with but I was […]
Posted in Uncategorized | No Comments
Remember this? Over 60 Free Controls from DevExpress
I don’t know if you remember this, but if you haven’t take the opportunity to get this controls, there’s still time (or at least the page still works). DevExpress is happy to offer you over 60 DevExpress controls free of charge – without royalties or distribution costs. http://devexpress.com/Products/Free/WebRegistration60/ Grab them before the offer expires. Enjoy!!
Posted in Uncategorized | No Comments
Suspicious Website: silverlight.live.com
Am I missing something here?
Posted in Uncategorized | No Comments
Checkout my video on SQL Server 2008 Table-Valued Parameters
Hi all. Checkout my latest video in the SQL Server 2008 series, about Table-Valued Parameters. Hope you like it. Enjoy.
Posted in Uncategorized | No Comments
Checkout my video on SQL Server 2008 New Data Types
Hi all. You can check my video on SQL Server 2008 new data types. I’ll be posting some more videos soon. Thanks for watching. Enjoy.
Posted in Uncategorized | No Comments
Checkout my video about Intersoft’s WebFishEye.NET 2.0
Hi all. A couple of weeks ago I posted my video about Intersoft’s WebFishEye.NET 2.0 in Spanish, but due some feedback I now post it in English with some extra content. Please fell free to comment and if you have any questions don’t hesitate in write. Enjoy!
Posted in Uncategorized | No Comments
Dragging & Dropping Files into Visual Studio Projects
I don’t know how many of you use this feature but for some time I’ve been having the problem of not being able to drag files into my Visual Studio projects. It’s true that you need this feature, it’s true that it’s available, but why did this happened? Well, it turns out that for some […]
Posted in Uncategorized | No Comments
New mobile services from Window Live
Windows Live Homepage Your online life, at a glance. – View and update your personal message – See what’s new in your network of friends – View your pending friends requests – See how many unread emails you have Windows Live Photos Save, share and view photos wherever you’re online – right from your phone […]
Posted in Uncategorized | No Comments