ASP NET » News
Using HttpOnly Cookies in ASP.NET 1.x and Classic ASP2008-10-07 03:00:00
I've gotten a number of email from users anxious to use HttpOnly cookies in their legacy Web projects. Rest assured, you can get the same HttpOnly functionality regardless of your server side tool of choice... it's just takes a little more work.
Microsoft Releases Silverlight 2
2008-10-14 03:00:00
Microsoft has shipped the release version of Silverlight 2. The runtime is currently available for Windows and Mac browsers.
Using the Response.RedirectLocation Property
2008-11-04 02:00:00
It appears that ASP.NET actually includes a Response.RedirectLocation property which you can set instead of using the AppendHeader method we originally used in our tip about permanent redirects. The end result is the same, but based on the feedback we've received it seems that many of our readers prefer the RedirectLocation method.
Cut or Copy Entire Lines Instantly in Visual Studio
2008-11-11 02:00:00
While this is really more of a Visual Studio tip than an ASP tip, it's a huge time saver that few people seem to know about.
Spell Check from Within Visual Studio
2008-12-02 19:00:00
If you've ever cut and pasted text from Visual Studio into Microsoft Word just to check for spelling errors then this tip is for you.
ASP.NET's MachineKey Element and Web Farms
2008-12-09 19:00:00
The default configuration of ASP.NET's machineKey element works great on a single server. The problems emerge when you deploy your application to a Web farm.
How to Register a Control for Application-Wide Use
2008-12-16 19:00:00
Did you know that you can register a custom server or user control in your web.config file and use it throughout your application without the need for the <%@ Register %> directive at the top of each page?
ASP 101's Year in Review - A Look Back At 2008
2008-12-23 19:00:00
As always seems to happen this time of year, I find myself wondering where the year went. Our faithful readers will probably recall that my usual reaction to this feeling is to take a few minutes out of the hectic holday season to look back and highlight some of the best content we published this year. So without any further ado... here's ASP 101's year in review for 2008.
Name Tag Sample Code
2009-01-06 19:00:00
This sample shows you how to load a background image from a file, add some text to the image using ASP.NET's graphics capabilities, and serve the resulting image to a browser.
Image Flip Sample Code
2009-01-13 19:00:00
This sample walks you through how to load an image from the file system, perform some simple image manipulation on it using ASP.NET's graphics capabilities, and return the resulting image to the browser. For illustration, three different transformations are applied to the image.
How to Show Multiple RSS Feeds on One Page
2009-01-20 19:00:00
I recently received an email in reference to my old ASP.NET RSS feed reader which asked how to display multiple RSS feeds on the same page. The updated code does just that while also illustrating how to write more modular code.
Got Shoes?
2008-08-13 03:00:00
Karl Seguin looks into ruby and gives us his opinion about it.
Design Patterns – Part 1
2008-08-18 03:00:00
Learn how to design more robust and maintainable code by incorporating design patterns into your software projects.
Developing Client Components with ASP .NET AJAX
2008-08-18 03:00:00
Let’s take a look at some of the very basics of ASP.NET AJAX and how to develop client components with the ASP.NET AJAX library
Design Patterns – Part 2
2008-08-22 03:00:00
In this part of the design patterns series we will take a look at the observer design pattern.
List and Object-oriented Design Principles
2008-08-25 03:00:00
Dino Esposito talks about idiomatic design and some potential issues with the List type.
ASP.NET AJAX Development Approach Part 4
2008-08-27 03:00:00
Brian Mains overviews the server portion of the ASP.NET AJAX framework.
IPhone UI with Silverlight 2 beta 2
2008-08-29 03:00:00
Designing the IPhone user interface in Silverlight with the efficient use of XAML.
Setting up a build environment
2008-09-01 03:00:00
In this article we will look at how to setup a build environment using Subversion, MSBuild, and TeamCity.
Introduction to CLR Database Objects
2008-09-03 03:00:00
An introduction to CLR Database Objects.



