| Home : Programming : ASP.NET |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
|
Microsoft recently released the ASP.NET Resource Kit. It's chock full of code samples, walkthroughs, sample applications, and all sorts of other goodies. It's got sections on just about everything you might want to do with ASP.NET including web applications, mobile applications, web services, and data access. It even includes the obligatory special offers for discounts on hosting and free and trial .NET controls. I found out about it's release from a contact at...
Updated: 03/13/2005
|
|
|
ASP.NET 2.0 Compilation Model and Directory Naming Changes
Updated: 03/13/2005
|
|
|
Working with ASP.NET and about the new tools and capabilities that come with it. Of course with the good comes the bad. One of those bad things, in my opinion, is Code Behind and Server Side controls. Granted, you can do some powerful things with it but I've yet to find it useful for standard websites where you know only normal web browsers will be...
Updated: 03/13/2005
|
|
|
ASP.NET has good examples of HttpModules for doing BASIC authentication. I came across a remarkable piece of work by Greg Reinacker, who had taken the time to dissect RFC 2617 and succeeded in wrapping up Digest Authentication into an HTTP Module, complete with its own little XML document holding users, passwords and roles. You can...
Updated: 03/13/2005
|
|
|
Introduction This article is not a tutorial on ASP.NET. You can find many of those on the web and they usually focus too much on the fundamental concepts while leaving out practical examples. Often what you are really looking for are arrows that point us immediately to the core of the matter and then leave the analasis of the details to us to be done later. The steps you must take to move from ASP to ASP.NET are not complicated and there...
Updated: 03/13/2005
|
|
|
If you're developing your ASP.NET Web application on the server you intend to run it on, you'll find deployment a real doddle: Just hand out the address. Don't worry about the security of your source code: IIS will automatically prevent anyone from downloading it. And when it comes to administration? Simply open the project straight from the Web server and start changing. Super-cool! However, if you're exposing your ASP.NET Web application through a host account, it's most...
Updated: 03/13/2005
|
|
|
This is a sample chapter from Pure ASP.NET . At the most basic level, an ASP.NET Web form looks remarkably like a regular HTML page. It is a text file that contains markup language that can be edited in a simple text editor such as notepad. However, an ASP.NET Web form has several "distinguishing elements, which are discussed in this chapter: Web forms contain blocks of code...
Updated: 03/13/2005
|
|
|
Introduction: In this tutorial we will introduce the new technology for building websites. This new technology is known as Asp.net. Asp.net allows the developer to build applications faster. This is achieved due to the fast that Asp.net makes use of the rich class libraries provided by Microsoft. net framework.
Updated: 03/01/2005
|
|
|
This article provides an overview of the Enterprise Library along with a quick demo showing how to use thenew Data Access Application Block in an ASP.NET Web application.
Updated: 02/24/2005
|
|
|
Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals
Updated: 02/22/2005
|
|
|