blog community

December 2005 - Wouter van Vugt

  • ASP.NET 2.0 Starter Kits

    The ASP.NET website provided starter kits to showcase some of the features found in ASP.NET 1.0, now these starter kits have been upgraded to support 2.0! You can download them from this page . Have fun with them!
  • Breaking news: new Visual Studio 2005 project types for ASP.NET 2.0

    Microsoft has provided two new project enhancements for working with ASP.NET in Visual Studio 2005: Web App projects and Deployment projects . From msdn: The Visual Studio 2005 Web Application Projects model uses the same project, build and compilation...
    Filed under: ,
  • Codebehind and Compilation in ASP.NET 2.0

    Let Fritz Onion tell you about the compilation model which has been renewed for ASP.NET 2.0. Very interesting stuff to read, especially because there were some last minute changes to the model, and it's hard to find the rationale behind it all.
    Filed under:
  • Collecting snippets

    I am starting to collect a few code snippets for Visual Studio 2005, and I thought I'd post 'em here. There is a separate category available which displays them. I will not display them all on the main feed, but every 10 to 20 or so I'll post an update...
    Filed under:
  • Securing an in memory string

    For extra security you should encrypt in memory strings such as a password. You can now use the SecureString class exactly for this. It stores an encrypted version of your string, so it can't be snooped from memory directly. Furthermore, you can prevent...
  • 'Friends' are back

    DotNET 2.0 provides a function similar to friend classses. Using the assembly level InternalsVisibleToAttribute you can allow a particular assembly access to the non public types in your assembly . (you'll want to avoid using this attribute to frequently...
  • Building your own Data Source Controls in ASP.NET 2.0

    From Scott Gu's blog: Here are links to the five articles to check-out: Data Source Controls, Part 1: The Basics Data Source Controls, Part 2: Parameters Data Source Controls, Part 3: Async Data Access Data Source Controls, Part 4: Caching Data Source...
    Published 06-12-2005 6:55 by Anonymous
  • Client Script Web Parts - Part 2, skinning

    Now that the first release of the CSWebParts library is stable and feature complete, it is time to introduce the prelude to the next client scripted behavior. The first version implemented client side drag & drop which only required a custom WebPartManager...
    Published 04-12-2005 0:40 by Anonymous
Powered by Community Server (Commercial Edition), by Telligent Systems