Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Articles
Examining ASP.NET's Membership, Roles, and Profile - Part 15   01 Jul 2009 00:00 GMT

When a visitor registers a new account on an ASP.NET website that uses the Membership system, they are prompted (by default) for their username, password, e-mail address, and other pertinent information. Along with functionality for registering new accounts, the ASP.NET Membership system provides page developers techniques for modifying information about users. For instance, with just a couple of lines of code you can change an existing user's e-mail address, approve a user, or unlock them (if their account was locked out). However, there are certain bits of user information that cannot be modified through the Membership API, such as the username.

For most sites this is a non-issue. Once a visitor has registered an account that username is fixed; if they want a different username, well, they'll just have to register a new account. But consider a website that has customized the account creation process so that instead of prompting the user for both a username and e-mail address, the user is only asked to enter an e-mail address and that it is used as both their username and e-mail address on file. Anytime a user switched e-mail addresses - which can happen when changing jobs, changing ISPs, or moving to the new, hip, web-based e-mail provider of the day - they need to also change their username on your site.

In order to change a user's username we'll need to bypass the Membership API and work directly with the user store. This article shows how to interface directly with the SQL Server database schema used by the SqlMembershipProvider to change an existing user's username. Read on to learn more!
Read More >


Source: 4GuysFromRolla
How to Build a .NET Solution or Project from a Command Prompt   30 Jun 2009 21:05 GMT
You don't always have to use Visual Studio to compile your solution or project; you can build from a command prompt.
Source: DevX
Explore C# 4's New Dynamic Types and Named/Optional Parameters   29 Jun 2009 23:40 GMT
Leverage these new features in C# 4.0 to interoperate with new dynamic .NET languages, and simplify your code.
Source: DevX
Create a Syslog Sender/Receiver Using the MS Winsock Control   27 Jun 2009 04:48 GMT
With the Microsoft WinSock Control and a few coding tricks, you can use Access as a high-performance syslog sender, receiver, and logger.
Source: DevX
Generating Microsoft Office Documents with the Open XML SDK   26 Jun 2009 01:13 GMT
The Open XML SDK provides a comprehensive set of classes that make generating and manipulating Microsoft Office documents much simpler and faster than was possible with older Office file formats.
Source: DevX
ASP.NET Master Page Advice, Tips, and Tricks   24 Jun 2009 00:00 GMT

Master pages are an important part of any ASP.NET website. In a nutshell, a master page allows the page developer to define a website template, indicating what portions of the template are to remain fixed across pages that use the template and what regions of the template are customizable on a page-by-page basis. Having the site design and layout centralized in one (or more) master pages makes it easy to add new pages to the site that inherit the same look and feel and greatly simplifies changing the site design or adding or removing content that is common to all pages, such as content in the <head> element, footers, and references to CSS and JavaScript files.

This article presents advice for using master pages, along with assorted tips and tricks that I've picked up over the years in using master pages. Read on to learn more! And if you have additional recommendations and advice on using master pages, please don't hesitate to drop me a line and I'll be happy to add your insight to this article.
Read More >


Source: 4GuysFromRolla
Simple Script to Run Java Applications on Linux and Windows   22 Jun 2009 21:37 GMT
This simple script lets you run a Java application on both Linux and Windows.
Source: DevX
Make Web Requests Programmatically in .NET   22 Jun 2009 21:15 GMT
Find out how to make web requests over HTTP to a remote server—and read the results.
Source: DevX
Parsing with Active Patterns in F#   19 Jun 2009 02:31 GMT
Discover how to use F#'s active patterns to build prototype parsers that you can test interactively.
Source: DevX
Monitoring the Long-Term Health of .NET Applications   17 Jun 2009 22:15 GMT
Today's organizations have realized that the total cost of applications includes not only development, deployment, and training costs, but also costs associated with the long-term monitoring and maintenance of the application.
Source: DevX
1 2 3
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.