Categories: ASP.NET 2.0, Training, Videos Posted by AlexanderZeitler on 8/31/2005 6:08 PM | Comments (0)

Jeff Prosise has done some presentations on ASP.NET 2.0 which you can view as video streams or download them to your hard disk.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: ASP.NET 2.0 Posted by AlexanderZeitler on 8/30/2005 4:52 PM | Comments (0)

In (classic ;-)) ASP.NET 1.1 you had to reference a user control in every page you wanted to use the control in (@Page-directive).

ASP.NET 2.0 lightens this work because it allows you to reference heavily used user controls globally in the web.config file.

When you have added something like this to your web.config:

<

pages>
  <controls>
    <
add tagPrefix="qd"
         src="~/UI/Controls/ProductList.ascx"
         tagName="ProductList"/>
  </
controls>
</
pages>

your user control is avaible in every page of your web project accessing it via

<

qd:ProductList ID="qdProductList" runat="Server" />

And you have full intellisense support for your user control, of course.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: ASP.NET, IIS Posted by AlexanderZeitler on 8/30/2005 4:54 AM | Comments (0)

If you really want to know how ASP.NET works, take a low-level Look at the ASP.NET Architecture.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: ASP.NET 2.0 Posted by AlexanderZeitler on 8/29/2005 11:23 PM | Comments (0)

For example, if you have a button or other post-back generating control on a form alongside a GridView, and the effect of the button is to modify the underlying database (say it adds a new row to the table being displayed by the GridView), you won't see the changes made to the database when the page is rendered.

Fritz Onion tells you why and how to solve this issue.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: ASP.NET 2.0, VisualStudio 2005 Posted by AlexanderZeitler on 8/29/2005 10:56 PM | Comments (0)

If you're developing ASP.NET 2.0 Pages or User Controls and want them to be re-usable (and maybe pack- and sellable), you should read Scott Guthrie's walk-through how to easily accomplish this with VS 2005.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: .NET Framework 2.0, Patterns/Practices, Security.NET Posted by AlexanderZeitler on 8/29/2005 10:47 PM | Comments (0)

This page explains the rationale behind the patterns & practices Security Guidance for .NET Framework 2.0 project and provides an index into the guidance. You can use the guidance referenced on this page to improve both the security of your applications and your approach to building secure applications.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Patterns/Practices Posted by AlexanderZeitler on 8/29/2005 10:00 PM | Comments (0)

The PAG Team has released another guidance offering: The Architecture Testing Guidance Whitepaper, which can be downloaded at the Test & QA Workspace at GotDotNet.

"The patterns & practices Architecture Testing Guide is designed to help project stakeholders, software designers, developers, and testers understand the process of testing software architecture before the code is implemented. The paper describes an approach and methodology for testing the design of a system, and describes the user-specific viewpoints that you must consider during the testing process. The Architecture Testing Guide walks through the process of testing a system from each viewpoint, and provides instructions, examples, and best practices along the way."

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: ASP.NET 2.0, VisualStudio 2005 Posted by AlexanderZeitler on 8/29/2005 6:45 PM | Comments (0)

In his posting "Some techniques for better managing files in VS 2005 Web Projects" Scott Guthrie explains how to make good use of the new Web Project mode.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Application Blocks, Enterprise Library 2.0, Patterns/Practices Posted by AlexanderZeitler on 8/27/2005 9:14 AM | Comments (0)

It is done: The August CTP of Enterprise Library for .NET Framework 2.0 is now available for download!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Tools Posted by AlexanderZeitler on 8/26/2005 1:38 PM | Comments (0)

Here are some nice tricks when using Google Talk.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5