Recent Tweets
- I just ran 10.7 km with Nike+. http://t.co/o8HPa5oolZ #nikeplus 5 days ago
- So that was something! I just ran 21.1 km with Nike+. http://t.co/pdou2w6WED #nikeplus 1 week ago
- Ready for a morning run #CairoahalfMarathon #cairoRunners 1 week ago
- I just finished a 4.27 km run with Nike+ Running. #nikeplus 3 weeks ago
- I just finished a 3.67 km run with Nike+ Running. http://t.co/LnQmSLDbBi #nikeplus 3 weeks ago
-
Recent Posts
Recent Comments
- Matthew on Custom Controls Design Time Support Part 1: Design Time Attributes
- Practical Programming » Adding Design Time Support for Custom Controls in Visual Studio on Custom Controls Design Time Support Part 1: Design Time Attributes
- Dorie Simms on Introducing jBlogMvc
- amr on jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year, month and day
- Tim Wehr on jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year, month and day
Archives
Meta
Monthly Archives: 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 … Continue reading
Posted in BlogEngineDotNet
5 Comments
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 … Continue reading
Posted in ASP.NET
Leave a comment
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 … Continue reading
Posted in ASP.NET
4 Comments
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 … Continue reading
Posted in GDI +
3 Comments
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 … Continue reading
Posted in Design Time Support
1 Comment