Month: March 2008

  • Yet another BlogEngine.NET feature that I love

    A while ago, Al Nyveldt wrote a post on 5 things he loves about BlogEngine.Net  and I totally agree with him on all the 5 and more coming in the future releases,  Mads Kristensen too wrote and made a video on a the widget framework on a nice feature coming up in the next version…

  • ASP.NET Security : 2- More Basics

    In my previous post I showed that ASP.NET application goes through 3 security context levels and discussed the first one : IIS Level ASP.NET worker process level ASP.NET pipeline level In this post, I will talk a little on ASP.NET worker process level, before starting I would like to point out the development environment we…

  • ASP.NET Security : 1- Basics

    Lately at SCS I have been assigned to build up the security module and related tasks in the Real Estate Management System we are building. So I decided to share what I have learned in this past period and of course to hear from the community to find optimal solutions for the scenarios I worked…

  • Exploring GDI+ : Using the Pen

    In my tour in exploring GDI+ I explored the Brush object, now its time for some Pen stuff. While the Brush classes are used to fill shapes, the Pen class is used to frame shapes. However, Pens are not only used for simple frames. Here in this post I show some advanced uses for the…

  • Enabling Design Time Template Editing

    Few days ago, I blogged about how to enable auto formats in the design time smart tag by overriding simple property, this post will describe how to enable design time template editing in a similar simple way.   [more] The following steps will show how to do this in your template controls, assuming you already…