ASP 101 News http://www.asp101.com/ The latest news from ASP 101. The place Active Server Pages and ASP.NET developers go! Examining ASP.NET's Membership, Roles, and Profile - Part 15 http://www.4guysfromrolla.com/articles/070109-1.aspx This article, by Scott Mitchell, shows how to customize ASP.NET's Membership system to allow users to change their username. Tue, 30 Jun 2009 How to Build a .NET Solution or Project from a Command Prompt http://www.devx.com/tips/Tip/42172?trk=DXRSS_DOTNET You don't always have to use Visual Studio to compile your solution or project; you can build from a command prompt. Tue, 30 Jun 2009 Convert Hashtable Keys or Values into an ArrayList http://www.devx.com/tips/Tip/42171?trk=DXRSS_DOTNET The key is to use the ArrayList constructor that takes an ICollection. Tue, 30 Jun 2009 Going Parallel with the Task Parallel Library and PLINQ http://www.developer.com/net/article.php/3827326 With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party. Tue, 30 Jun 2009 Going Parallel with the Task Parallel Library and PLINQ http://www.developer.com/net/asp/article.php/3827326 With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party. Tue, 30 Jun 2009 Going Parallel with the Task Parallel Library and PLINQ http://www.developer.com/net/csharp/article.php/3827326 With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party. Tue, 30 Jun 2009 Explore C# 4's New Dynamic Types and Named/Optional Parameters http://www.devx.com/dotnet/Article/42262?trk=DXRSS_DOTNET Leverage these new features in C# 4.0 to interoperate with new dynamic .NET languages, and simplify your code. Mon, 29 Jun 2009 Performance Improvement: Understanding http://www.developer.com/net/net/article.php/3827266 The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong. Mon, 29 Jun 2009 Create a Syslog Sender/Receiver Using the MS Winsock Control http://www.devx.com/vb/Article/42242?trk=DXRSS_DOTNET With the Microsoft WinSock Control and a few coding tricks, you can use Access as a high-performance syslog sender, receiver, and logger. Sat, 27 Jun 2009 Generating Microsoft Office Documents with the Open XML SDK http://www.devx.com/dotnet/Article/42221?trk=DXRSS_DOTNET 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. Thu, 25 Jun 2009