Newest ASP & ASP.NET Articles Going Parallel with the Task Parallel Library and PLINQ By Jani Järvinen - Published 06/30/2009 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.
Create Quick Database Interfaces with ASP.NET Dynamic Data By Jani Järvinen - Published 06/08/2009 Very often web applications utilize a database, but creating a set of pages to view, edit, delete and insert data to the database seems like a repetitive task. Every application has the same set of basic features. To ease the process, Microsoft has recently developed a new technique for creating such applications. Enter ASP.NET Dynamic Data.
Using ASP.NET ScriptServices with Popular JavaScript Frameworks By Chris Bennett - Published 05/18/2009 Looking to use JavaScript to add lightweight AJAX interaction to your site? Try ASP.NET ScriptServices with jQuery or the Prototype JavaScript framework.
Displaying and Customizing Images from a Database By Paul Kimmel - Published 04/30/2009 Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Highlighted ASP & ASP.NET Tutorials Microsoft .NET Glossary By Bradley L. Jones -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
Microsoft .NET Glossary By Developer.com Staff -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
ASP.NET Secrets, Part 1 By Karl Moore -
Discover a number of tips and tricks for ASP.NET. Tips in this first part
include learning two ways to display Web warning messages, creating a
default 'Enter' button, Learning about the SmartNavigation property, and
discovering the secret behind user controls.
Performing Validations with ASP.NET - Part 1 of 2 By Anand Narayanaswamy -
Whether using C# or VB .NET for your ASP.NET pages, you'll want to validate any data entered by your users. In this first of two parts, learn about three of the validation controls provided with .NET.